ChangeSet 1.1006, 2003/02/20 12:02:59-08:00, [EMAIL PROTECTED]
[PATCH] USB: 2.4 OHCI trivial comment cleanup
I've been digging into the OHCI driver to understand and/or fix a couple
of bugs I've been running into and I noticed this comment.
It's not accurate anymore since all 3 HCs use urb->timeout as a relative
value.
diff -Nru a/drivers/usb/usb-ohci.c b/drivers/usb/usb-ohci.c
--- a/drivers/usb/usb-ohci.c Thu Feb 20 12:06:46 2003
+++ b/drivers/usb/usb-ohci.c Thu Feb 20 12:06:46 2003
@@ -695,9 +695,6 @@
if (urb->timeout) {
struct list_head *entry;
- // FIXME: usb-uhci uses relative timeouts (like this),
- // while uhci uses absolute ones (probably better).
- // Pick one solution and change the affected drivers.
urb->timeout += jiffies;
list_for_each (entry, &ohci->timeout_list) {
-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel