summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2017-08-29usb: core: usbport: fix "BUG: key not in .data" when lockdep is enabledChristian Lamparter-0/+1
2017-08-28usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman-1/+2
2017-08-28usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng-0/+3
2017-08-28USB: core: constify vm_operations_structArvind Yadav-1/+1
2017-08-28USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson-2/+2
2017-08-16usb: Increase root hub reset signaling time to prevent retryMathias Nyman-1/+1
2017-08-14Merge 4.13-rc5 into usb-nextGreg Kroah-Hartman-5/+13
2017-08-10usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng-0/+3
2017-08-10USB: Check for dropped connection before switching to full speedAlan Stern-4/+6
2017-08-10usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh-0/+1
2017-08-10usb: hcd: constify attribute_group structures.Arvind Yadav-1/+1
2017-07-30usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu-1/+1
2017-07-30USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki-0/+2
2017-07-22usb: core: hub: controller driver name may be NULLPeter Chen-2/+15
2017-07-22usb: Convert to using %pOF instead of full_nameRob Herring-3/+3
2017-07-06Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-29/+19
2017-07-04Merge tag 'pm-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds-6/+1
2017-06-29usbdevfs: get rid of field-by-field copyinAl Viro-29/+19
2017-06-29Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller-0/+4
2017-06-29USB hub_probe: rework ugly goto-into-compound-statementEugene Korenevsky-17/+21
2017-06-27usb: core: read USB ports from DT in the usbport LED trigger driverRafał Miłecki-0/+56
2017-06-15usb: Avoid unnecessary LPM enabling and disabling during suspend and resumeMathias Nyman-11/+2
2017-06-15USB / PCI / PM: Allow the PCI core to do the resume cleanupRafael J. Wysocki-6/+1
2017-06-13USB: of: fix root-hub device-tree node handlingJohan Hovold-4/+2
2017-06-13USB: of: document reference taken by child-lookup helperJohan Hovold-1/+2
2017-06-13USB: core: fix device node leakJohan Hovold-0/+2
2017-06-13USB: add usbfs ioctl to retrieve the connection speedAlan Stern-0/+3
2017-06-03usb: optimize acpi companion search for usb port devicesMathias Nyman-3/+23
2017-05-22Merge 4.12-rc2 into usb-nextGreg Kroah-Hartman-16/+35
2017-05-17usb: core: Check URB setup_packet and transfer_buffer sanityFlorian Fainelli-0/+12
2017-05-17USB: hub: fix SS max number of portsJohan Hovold-1/+7
2017-05-17USB: hub: fix non-SS hub-descriptor handlingJohan Hovold-4/+9
2017-05-17USB: hub: fix SS hub-descriptor handlingJohan Hovold-2/+6
2017-05-17USB: core: of: document reference taken by companion helperJohan Hovold-0/+3
2017-05-17usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko-0/+1
2017-05-17USB: core: replace %p with %pKVamsi Krishna Samavedam-10/+10
2017-05-04Merge tag 'usb-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-57/+259
2017-05-02Merge tag 'docs-4.12' of git://git.lwn.net/linuxLinus Torvalds-1/+2
2017-04-18usb: fix some references for /proc/bus/usbMauro Carvalho Chehab-2/+2
2017-04-11docs-rst: fix usb cross-referencesMauro Carvalho Chehab-1/+1
2017-04-11usb: get rid of some ReST doc build errorsMauro Carvalho Chehab-0/+1
2017-04-08usb: hcd: use correct device pointer for dma opsSekhar Nori-1/+1
2017-04-03Merge 4.11-rc5 into usb-nextGreg Kroah-Hartman-2/+5
2017-03-29USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher-2/+7
2017-03-27USB: fix linked-list corruption in rh_call_control()Alan Stern-2/+5
2017-03-27Merge 4.11-rc4 into usb-nextGreg Kroah-Hartman-1/+19
2017-03-24USB: core: fix up kerneldoc commentJohan Hovold-2/+13
2017-03-23USB: core: add helpers to retrieve endpoints in reverse orderJohan Hovold-36/+76
2017-03-23USB: core: add helpers to retrieve endpointsJohan Hovold-0/+83
2017-03-23usb: separate out sysdev pointer from usb_busArnd Bergmann-50/+60