diff options
author | Steve French <sfrench@us.ibm.com> | 2005-12-01 00:56:59 +0100 |
---|---|---|
committer | Steve French <sfrench@us.ibm.com> | 2005-12-01 00:56:59 +0100 |
commit | d2149b542382bfc206cb28485108f6470c979566 (patch) | |
tree | 484fad0d7493a9cfe33202db3687d348c0140f33 /Documentation | |
parent | [CIFS] For previous fix, mode on mkdir needed S_IFDIR left out. (diff) | |
parent | Revert "[PATCH] pci_ids.h: remove duplicate entries" (diff) | |
download | linux-d2149b542382bfc206cb28485108f6470c979566.tar.xz linux-d2149b542382bfc206cb28485108f6470c979566.zip |
Merge with /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: -EMSGSIZE (a) endpoint maxpacket size is zero; it is not usable in the current interface altsetting. - (b) ISO packet is biger than endpoint maxpacket - (c) requested data transfer size is invalid (negative) + (b) ISO packet is larger than the endpoint maxpacket. + (c) requested data transfer length is invalid: negative + or too large for the host controller. -ENOSPC This request would overcommit the usb bandwidth reserved for periodic transfers (interrupt, isochronous). |