- 28 10月, 2008 1 次提交
-
-
由 David Vrabel 提交于
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: NDavid Vrabel <david.vrabel@csr.com>
-
- 16 10月, 2008 1 次提交
-
-
由 David Vrabel 提交于
Avoid using printk_ratelimit() in many places because: - many were error messages reporting broken hardware (it's useful to get all of these). - the message itself wasn't useful so the message has been removed. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
- 17 9月, 2008 2 次提交
-
-
由 Anderson Lizardo 提交于
Error path for wusb_set_dev_addr() was handled incorrectly. Fix it by considering error only when return value is negative. Signed-off-by: NAnderson Lizardo <anderson.lizardo@indt.org.br> Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-
由 Inaky Perez-Gonzalez 提交于
Add the WUSB protocol (MMC management and device connection) code. Signed-off-by: NDavid Vrabel <david.vrabel@csr.com>
-