Updated usb related issues (markdown)
authorOleksij Rempel <linux@rempel-privat.de>
Tue, 15 Oct 2013 17:32:35 +0000 (10:32 -0700)
committerOleksij Rempel <linux@rempel-privat.de>
Tue, 15 Oct 2013 17:32:35 +0000 (10:32 -0700)
usb-related-issues.md

index 3fcc818fcaaaa46088b3cf09ceab4b705c6feacf..50d4afb92ee040f28e6b32b1ad8a3d876ea6c1f9 100644 (file)
@@ -1,3 +1,14 @@
+# USB Suspend (Firmware issue)
+Currently usb suspend is not working, instead of suspend firmware will reboot. If we are lucky,
+firmware will set device to lo power mode and reboot on resume.
+
+# USB reset (Firmware issue)
+Currently usb reset is not correctly working with some usb host controllers.  
+In some cases it will have absolutely no issue. For example with most xHCI controllers.  
+On EHCI we can be rebooted:
+* Firmware should do some thing if we get reset interrupt. This will solve reset issue for most EHCI controllers
+* Some EHCI controllers will send suspend signal after reset (Hardware bug?). In this case we should ignore suspend interrupt or find correct way to respond on reset, if FUSB200 support it. 
+
 # EP4 problem
 
 ## Description of problem (copy of mail from ath9k-devel list)