diff options
| author | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-30 08:49:20 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@g5.osdl.org> | 2005-11-30 08:49:20 -0800 |
| commit | f8e988436b9d83b20bc5cc378f1a8034816ae6a6 (patch) | |
| tree | 5250d6b520ad9552a6fe14ac149ed0d7da329905 /Documentation | |
| parent | c801147c5a103eec864afee348c4ee3fdb0f380c (diff) | |
| parent | 8926bfa7462d4c3f8b05cca929e0c4bcde93ae38 (diff) | |
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6
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). |
