summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* usb: hub: Allow reset retry for USB2 devices on connect bounceMathias Nyman2017-10-191-4/+7
* USB: core: fix out-of-bounds access bug in usb_get_bos_descriptor()Alan Stern2017-10-181-2/+4
* usb: quirks: add quirk for WORLDE MINI MIDI keyboardFelipe Balbi2017-10-171-0/+4
* USB: devio: Revert "USB: devio: Don't corrupt user memory"Hans de Goede2017-10-171-5/+1Star
* USB: devio: Don't corrupt user memoryDan Carpenter2017-09-251-1/+5
* USB: devio: Prevent integer overflow in proc_do_submiturb()Dan Carpenter2017-09-251-0/+5
* USB: core: harden cdc_parse_cdc_headerGreg Kroah-Hartman2017-09-211-0/+4
* USB: fix out-of-bounds in usb_set_configurationGreg Kroah-Hartman2017-09-191-3/+11
* usb: Increase quirk delay for USB devicesDmitry Fleytman2017-09-182-2/+2
* usb: core: usbport: fix "BUG: key not in .data" when lockdep is enabledChristian Lamparter2017-08-291-0/+1
* usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman2017-08-281-1/+2
* usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng2017-08-281-0/+3
* USB: core: constify vm_operations_structArvind Yadav2017-08-281-1/+1
* USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson2017-08-281-2/+2
* usb: Increase root hub reset signaling time to prevent retryMathias Nyman2017-08-171-1/+1
* Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman2017-08-143-5/+13
|\
| * usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng2017-08-101-0/+3
| * USB: Check for dropped connection before switching to full speedAlan Stern2017-08-101-4/+6
| * usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh2017-08-101-0/+1
| * usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu2017-07-301-1/+1
| * USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki2017-07-301-0/+2
* | usb: hcd: constify attribute_group structures.Arvind Yadav2017-08-101-1/+1
* | usb: core: hub: controller driver name may be NULLPeter Chen2017-07-221-2/+15
* | usb: Convert to using %pOF instead of full_nameRob Herring2017-07-222-3/+3
|/
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-07-071-29/+19Star
|\
| * usbdevfs: get rid of field-by-field copyinAl Viro2017-06-301-29/+19Star
* | Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-07-041-6/+1Star
|\ \
| * | USB / PCI / PM: Allow the PCI core to do the resume cleanupRafael J. Wysocki2017-06-151-6/+1Star
* | | Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller2017-06-291-0/+4
* | | USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky2017-06-291-17/+21
* | | usb: core: read USB ports from DT in the usbport LED trigger driverRafał Miłecki2017-06-271-0/+56
* | | usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman2017-06-151-11/+2Star
* | | USB: of: fix root-hub device-tree node handlingJohan Hovold2017-06-132-4/+2Star
* | | USB: of: document reference taken by child-lookup helperJohan Hovold2017-06-131-1/+2
* | | USB: core: fix device node leakJohan Hovold2017-06-131-0/+2
* | | USB: add usbfs ioctl to retrieve the connection speedAlan Stern2017-06-131-0/+3
* | | usb: optimize acpi companion search for usb port devicesMathias Nyman2017-06-031-3/+23
* | | Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman2017-05-225-16/+35
|\| |
| * | USB: hub: fix SS max number of portsJohan Hovold2017-05-171-1/+7
| * | USB: hub: fix non-SS hub-descriptor handlingJohan Hovold2017-05-171-4/+9
| * | USB: hub: fix SS hub-descriptor handlingJohan Hovold2017-05-171-2/+6
| * | USB: core: of: document reference taken by companion helperJohan Hovold2017-05-171-0/+3
| * | usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko2017-05-171-0/+1
| * | USB: core: replace %p with %pKVamsi Krishna Samavedam2017-05-173-10/+10
| |/
* / usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli2017-05-171-0/+12
|/
* Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-05-059-57/+259
|\
| * usb: fix some references for /proc/bus/usbMauro Carvalho Chehab2017-04-181-2/+2
| * usb: hcd: use correct device pointer for dma opsSekhar Nori2017-04-081-1/+1
| * Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman2017-04-031-2/+5
| |\
| * | USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher2017-03-291-2/+7