-
Updated
Sep 17, 2020 - C
windows-driver
Here are 33 public repositories matching this topic...
-
Updated
Oct 27, 2020 - C
-
Updated
Oct 4, 2020 - C
-
Updated
Oct 5, 2020 - C++
-
Updated
Aug 10, 2020 - C++
-
Updated
Sep 16, 2019 - C
-
Updated
Jun 30, 2018 - C
-
Updated
Oct 26, 2020 - Python
-
Updated
Dec 4, 2019 - Rust
-
Updated
Mar 12, 2019 - C++
-
Updated
May 10, 2019 - C
-
Updated
Feb 4, 2020 - C++
WHAT: Add a new Task type for a shutdown/reboot task.
WHY: An automated TaskList might want to reboot the DUT in the middle of the task flow. Currently, you would need to finish a TaskList, reboot via the API, then resume the TaskList.
HOW: Add a new Task type, which is used for Shutdown or Reboot. When executed as part of a TaskList, the reboot operation is performed and then th
-
Updated
Aug 1, 2020 - Batchfile
-
Updated
Apr 6, 2019
-
Updated
Dec 25, 2019 - C
-
Updated
Jan 15, 2020
-
Updated
Aug 29, 2019
-
Updated
Jul 8, 2020 - C++
-
Updated
Aug 25, 2020 - C++
-
Updated
Oct 27, 2020
-
Updated
Mar 19, 2018 - C
Improve this page
Add a description, image, and links to the windows-driver topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the windows-driver topic, visit your repo's landing page and select "manage topics."
Backstory: I'm using laptop for debug, it has 30 minute sleep time. So it goes into sleep, i wake it up. From the Windbg i can see that the device was there when we go to sleep. But once it goes out of sleep, it will terminate - due to a read error in the usbip.exe, yeah, no wonder, sockets and going to sleep, what can go wrong? ;)