diff options
Diffstat (limited to 'Documentation/usb')
-rw-r--r-- | Documentation/usb/error-codes.txt | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/usb/error-codes.txt b/Documentation/usb/error-codes.txt index b3f606b81a03..8d1e2a9ebbba 100644 --- a/Documentation/usb/error-codes.txt +++ b/Documentation/usb/error-codes.txt | |||
@@ -35,9 +35,8 @@ USB-specific: | |||
35 | d) ISO: number_of_packets is < 0 | 35 | d) ISO: number_of_packets is < 0 |
36 | e) various other cases | 36 | e) various other cases |
37 | 37 | ||
38 | -EAGAIN a) specified ISO start frame too early | 38 | -EXDEV ISO: URB_ISO_ASAP wasn't specified and all the frames |
39 | b) (using ISO-ASAP) too much scheduled for the future | 39 | the URB would be scheduled in have already expired. |
40 | wait some time and try again. | ||
41 | 40 | ||
42 | -EFBIG Host controller driver can't schedule that many ISO frames. | 41 | -EFBIG Host controller driver can't schedule that many ISO frames. |
43 | 42 | ||