Files
linux-apfs/drivers/usb/wusbcore
David Vrabel 4656d5de95 wusb: reset WUSB devices with SetAddress(0)
Using a Reset Device IE to reset a WUSB device is too heavyweight as it
causes the devcie to disconnect (which the USB stack does not expect and
cannot handle).  Instead, do a SetAddress(0); SetAddress(AuthAddr) for
authenticated devices.

Unauthenticated devices will not be reset and the stack will have to rely
on the device timing out after TrustTimeout and disconnecting.

Signed-off-by: David Vrabel <david.vrabel@csr.com>
2008-10-28 12:10:25 +00:00
..
2008-09-17 16:54:36 +01:00
2008-10-28 12:08:46 +00:00
2008-09-17 16:54:31 +01:00
2008-09-17 16:54:31 +01:00
2008-09-17 16:54:31 +01:00
2008-10-15 14:50:10 +01:00