diff options
author | Jody McIntyre <scjody@modernduck.com> | 2005-12-05 15:52:41 -0500 |
---|---|---|
committer | Jody McIntyre <scjody@modernduck.com> | 2005-12-05 15:52:41 -0500 |
commit | c4fc108a8275f5eb77c9859725643a6870d20ef6 (patch) | |
tree | de7ce4af8e49ad2504fc270594124ec8ec874857 /Documentation | |
parent | 741854e4f9a23421e194df8d846899172ff393d6 (diff) | |
parent | e4f5c82a92c2a546a16af1614114eec19120e40a (diff) |
Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/usb/error-codes.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/usb/error-codes.txt b/Documentation/usb/error-codes.txt index 1e36f1661cd0..867f4c38f356 100644 --- a/Documentation/usb/error-codes.txt +++ b/Documentation/usb/error-codes.txt | |||
@@ -46,8 +46,9 @@ USB-specific: | |||
46 | 46 | ||
47 | -EMSGSIZE (a) endpoint maxpacket size is zero; it is not usable | 47 | -EMSGSIZE (a) endpoint maxpacket size is zero; it is not usable |
48 | in the current interface altsetting. | 48 | in the current interface altsetting. |
49 | (b) ISO packet is biger than endpoint maxpacket | 49 | (b) ISO packet is larger than the endpoint maxpacket. |
50 | (c) requested data transfer size is invalid (negative) | 50 | (c) requested data transfer length is invalid: negative |
51 | or too large for the host controller. | ||
51 | 52 | ||
52 | -ENOSPC This request would overcommit the usb bandwidth reserved | 53 | -ENOSPC This request would overcommit the usb bandwidth reserved |
53 | for periodic transfers (interrupt, isochronous). | 54 | for periodic transfers (interrupt, isochronous). |