summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: usbfs: Filter flags passed in from user spaceOliver Neukum2017-12-091-5/+9
* USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-12-091-0/+5
* USB: Increase usbfs transfer limitMateusz Berezecki2017-12-091-27/+16
* USB: core: Add type-specific length check of BOS descriptorsMasakazu Mokuno2017-12-091-4/+24
* usb: hub: Cycle HUB power when initialization failsMike Looijmans2017-12-091-0/+9
* usb: quirks: Add no-lpm quirk for KY-688 USB 3.1 Type-C HubKai-Heng Feng2017-12-091-0/+3
* USB: Add delay-init quirk for Corsair K70 LUX keyboardsBernhard Rosenkraenzer2017-11-211-0/+3
* USB: usbfs: compute urb->actual_length for isochronousAlan Stern2017-11-211-0/+14
* usb: hcd: initialize hcd->flags to 0 when rm hcdWilliam wu2017-11-151-0/+1
* usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-271-4/+7
* usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi2017-10-271-0/+4
* USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern2017-10-271-2/+4
* USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede2017-10-271-5/+1
* USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-10-121-3/+11
* usb: Increase quirk delay for USB devicesDmitry Fleytman2017-10-122-2/+2
* USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-10-121-0/+4
* USB: devio: Don't corrupt user memoryDan Carpenter2017-10-121-1/+5
* USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson2017-09-091-2/+2
* usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman2017-09-091-1/+2
* usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng2017-09-091-0/+3
* usb: optimize acpi companion search for usb port devicesMathias Nyman2017-08-241-3/+23
* usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-161-0/+1
* usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng2017-08-161-0/+3
* usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu2017-08-161-1/+1
* USB: Check for dropped connection before switching to full speedAlan Stern2017-08-161-4/+6
* USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki2017-08-161-0/+2
* USB: core: fix device node leakJohan Hovold2017-07-121-0/+2
* Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller2017-07-121-0/+4
* usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko2017-06-241-0/+1
* USB: hub: fix SS max number of portsJohan Hovold2017-06-241-1/+7
* USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-251-4/+9
* USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-251-2/+6
* USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-253-10/+10
* usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2017-05-202-0/+9
* usb: hub: Fix error loop seen after hub communication errorsGuenter Roeck2017-05-202-1/+22
* USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher2017-05-201-2/+7
* usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck2017-04-181-2/+9
* USB: fix linked-list corruption in rh_call_control()Alan Stern2017-04-081-2/+5
* usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck2017-03-301-1/+1
* usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2017-03-302-0/+18
* USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský2017-02-091-0/+4
* usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-121-30/+29
* USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-121-0/+10
* usb: core: usbport: Use proper LED API to fix potential crashRafał Miłecki2017-01-061-4/+3
* usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman2017-01-061-65/+36
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-10-101-9/+9
|\
| * Merge remote-tracking branch 'ovl/rename2' into for-linusAl Viro2016-10-101-11/+17
| |\
| * | fs: Replace CURRENT_TIME with current_time() for inode timestampsDeepa Dinamani2016-09-271-9/+9
* | | usb: hub: change CLEAR_FEATURE to SET_FEATUREYonglong Wu2016-09-271-1/+1
* | | usb: core: Introduce a USB port LED triggerRafał Miłecki2016-09-273-0/+324