X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Fusb%2Ferror-codes.txt;h=9c3eb845ebe514f20ddeacbfc644bb79d700153c;hb=3127f23f013eabe9b58132c05061684c49146ba3;hp=b3f606b81a03926e287a13afa443ed8cd44d47a7;hpb=0a2d31b62dba9b5b92a38c67c9cc42630513662a;p=~andy%2Flinux diff --git a/Documentation/usb/error-codes.txt b/Documentation/usb/error-codes.txt index b3f606b81a0..9c3eb845ebe 100644 --- a/Documentation/usb/error-codes.txt +++ b/Documentation/usb/error-codes.txt @@ -21,6 +21,8 @@ Non-USB-specific: USB-specific: +-EBUSY The URB is already active. + -ENODEV specified USB-device or bus doesn't exist -ENOENT specified interface or endpoint does not exist or @@ -35,9 +37,8 @@ USB-specific: d) ISO: number_of_packets is < 0 e) various other cases --EAGAIN a) specified ISO start frame too early - b) (using ISO-ASAP) too much scheduled for the future - wait some time and try again. +-EXDEV ISO: URB_ISO_ASAP wasn't specified and all the frames + the URB would be scheduled in have already expired. -EFBIG Host controller driver can't schedule that many ISO frames.