summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2018-02-28Add delay-init quirk for Corsair K70 RGB keyboardsJack Stocker1-0/+3
2018-01-02USB: Fix off by one in type-specific length check of BOS SSP capabilityMathias Nyman1-1/+1
2018-01-02usb: add RESET_RESUME for ELSA MicroLink 56KOliver Neukum1-0/+3
2018-01-02usb: Add device quirk for Logitech HD Pro Webcam C925eDmitry Fleytman Dmitry Fleytman1-1/+2
2017-12-20USB: core: prevent malicious bNumInterfaces overflowAlan Stern1-1/+3
2017-12-10USB: usbfs: Filter flags passed in from user spaceOliver Neukum1-5/+9
2017-12-10USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter1-0/+5
2017-12-10USB: Increase usbfs transfer limitMateusz Berezecki1-27/+16
2017-12-10USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno1-4/+24
2017-12-10usb: hub: Cycle HUB power when initialization failsMike Looijmans1-0/+9
2017-12-10usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng1-0/+3
2017-11-21USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer1-0/+3
2017-11-21USB: usbfs: compute urb->actual_length for isochronousAlan Stern1-0/+14
2017-11-15usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu1-0/+1
2017-10-27usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman1-4/+7
2017-10-27usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi1-0/+4
2017-10-27USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern1-2/+4
2017-10-27USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede1-5/+1
2017-10-12USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman1-3/+11
2017-10-12usb: Increase quirk delay for USB devicesDmitry Fleytman2-2/+2
2017-10-12USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman1-0/+4
2017-10-12USB: devio: Don't corrupt user memoryDan Carpenter1-1/+5
2017-09-09USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-09-09usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman1-1/+2
2017-09-09usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-08-25usb: optimize acpi companion search for usb port devicesMathias Nyman1-3/+23
2017-08-16usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh1-0/+1
2017-08-16usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng1-0/+3
2017-08-16usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu1-1/+1
2017-08-16USB: Check for dropped connection before switching to full speedAlan Stern1-4/+6
2017-08-16USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
2017-07-12USB: core: fix device node leakJohan Hovold1-0/+2
2017-07-12Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller1-0/+4
2017-06-24usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko1-0/+1
2017-06-24USB: hub: fix SS max number of portsJohan Hovold1-1/+7
2017-05-25USB: hub: fix non-SS hub-descriptor handlingJohan Hovold1-4/+9
2017-05-25USB: hub: fix SS hub-descriptor handlingJohan Hovold1-2/+6
2017-05-25USB: core: replace %p with %pKVamsi Krishna Samavedam3-10/+10
2017-05-20usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2-0/+9
2017-05-20usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2-1/+22
2017-05-20USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher1-2/+7
2017-04-18usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2017-04-08USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-03-30usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck1-1/+1
2017-03-30usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2-0/+18
2017-02-09USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský1-0/+4
2017-01-12usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven1-30/+29
2017-01-12USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2017-01-06usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki1-4/+3
2017-01-06usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36