Loading drivers/usb/gadget/composite.c +2 −0 Original line number Diff line number Diff line Loading @@ -1952,6 +1952,8 @@ unknown: break; case USB_RECIP_ENDPOINT: if (!cdev->config) break; endp = ((w_index & 0x80) >> 3) | (w_index & 0x0f); list_for_each_entry(f, &cdev->config->functions, list) { if (test_bit(endp, f->endpoints)) Loading Loading
drivers/usb/gadget/composite.c +2 −0 Original line number Diff line number Diff line Loading @@ -1952,6 +1952,8 @@ unknown: break; case USB_RECIP_ENDPOINT: if (!cdev->config) break; endp = ((w_index & 0x80) >> 3) | (w_index & 0x0f); list_for_each_entry(f, &cdev->config->functions, list) { if (test_bit(endp, f->endpoints)) Loading