|
Lines 927-934
static void hid_irq_in(struct urb *urb,
Link Here
|
| 927 |
case -ENOENT: |
927 |
case -ENOENT: |
| 928 |
case -EPERM: |
928 |
case -EPERM: |
| 929 |
case -ESHUTDOWN: /* unplug */ |
929 |
case -ESHUTDOWN: /* unplug */ |
| 930 |
case -EILSEQ: /* unplug timeout on uhci */ |
|
|
| 931 |
return; |
930 |
return; |
|
|
931 |
case -EILSEQ: /* CRC error or failed urbs before unplug */ |
| 932 |
case -ETIMEDOUT: /* NAK */ |
932 |
case -ETIMEDOUT: /* NAK */ |
| 933 |
break; |
933 |
break; |
| 934 |
default: /* error */ |
934 |
default: /* error */ |