| Kernel v2.4.13 /Documentation/usb/error-codes.txt |
|---|
 2.4.13
 Documentation
 usb
 error-codes.txt
diff -u --recursive --new-file v2.4.12/linux/Documentation/usb/error-codes.txt linux/Documentation/usb/error-codes.txt
--- v2.4.12/linux/Documentation/usb/error-codes.txt Thu Dec 7 16:13:38 2000
+++ linux/Documentation/usb/error-codes.txt Wed Oct 17 14:34:06 2001
@@ -79,8 +79,7 @@
-EILSEQ CRC mismatch
USB_ST_STALL
--EPIPE a) babble detect
- b) endpoint stalled
+-EPIPE endpoint stalled
USB_ST_BUFFEROVERRUN
-ECOMM During an IN transfer, the host controller
@@ -95,7 +94,7 @@
USB_ST_DATAOVERRUN
-EOVERFLOW The amount of data returned by the endpoint was
greater than either the max packet size of the
- endpoint or the remaining buffer size
+ endpoint or the remaining buffer size. "Babble".
USB_ST_DATAUNDERRUN
-EREMOTEIO The endpoint returned less than max packet size
|