Skip to content
#

windows-driver

Here are 33 public repositories matching this topic...

bartlomiejcieszkowski
bartlomiejcieszkowski commented Mar 31, 2020

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? ;)

usbip: error: read_devbuf: failed to read: err: 0x40 
usb
spaceisfun
spaceisfun commented Oct 14, 2020

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

Improve this page

Add a description, image, and links to the windows-driver topic page so that developers can more easily learn about it.

Curate this topic

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."

Learn more

You can’t perform that action at this time.