Here is that patch inline--this (ugh!) Outlook encoded
it.

-- Al

--- net2280.c   2003/06/13 19:31:46     1.1
+++ net2280.c   2003/06/13 19:32:45
@@ -2189,7 +2189,7 @@

                        if (u.r.bRequestType != USB_RECIP_ENDPOINT)
                                goto delegate;
-                       if (u.r.wIndex != 0 /* HALT feature */
+                       if (u.r.wValue != 0 /* HALT feature */
                                        || u.r.wLength != 0)
                                goto do_stall;
                        if ((e = get_ep_by_addr (dev, u.r.wIndex)) == 0)
@@ -2202,7 +2202,7 @@

                        if (u.r.bRequestType != USB_RECIP_ENDPOINT)
                                goto delegate;
-                       if (u.r.wIndex != 0 /* HALT feature */
+                       if (u.r.wValue != 0 /* HALT feature */
                                        || u.r.wLength != 0)
                                goto do_stall;
                        if ((e = get_ep_by_addr (dev, u.r.wIndex)) == 0)


-------------------------------------------------------
This SF.NET email is sponsored by: eBay
Great deals on office technology -- on eBay now! Click here:
http://adfarm.mediaplex.com/ad/ck/711-11697-6916-5
_______________________________________________
[EMAIL PROTECTED]
To unsubscribe, use the last form field at:
https://lists.sourceforge.net/lists/listinfo/linux-usb-devel

Reply via email to