summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2016-05-05usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-04-20Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman1-5/+3
2016-04-12USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-04-12usb: hub: fix a typo in hub_port_init() leading to wrong logicOliver Neukum1-5/+5
2016-04-12usb: retry reset if a device times outOliver Neukum1-1/+7
2016-02-17usb: hub: do not clear BOS field during reset deviceDu, Changbin1-3/+5
2016-01-23usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2016-01-23USB: add quirk for devices with broken LPMAlan Stern2-1/+12
2015-10-23USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-23usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-23usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-08-03USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern1-26/+37
2015-08-03USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-05-06usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+2
2015-03-18USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-03-07usb: core: buffer: smallest buffer should start at ARCH_DMA_MINALIGNSebastian Andrzej Siewior2-9/+18
2015-03-07USB: fix use-after-free bug in usb_hcd_unlink_urb()Alan Stern1-8/+8
2014-12-07usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede1-0/+3
2014-11-14usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede1-0/+2
2014-11-14USB: quirks: enable device-qualifier quirk for yet another Elan touchscreenAdel Gadllah1-0/+3
2014-11-14USB: quirks: enable device-qualifier quirk for another Elan touchscreenAdel Gadllah1-0/+3
2014-11-14USB: quirks: enable device-qualifier quirk for Elan TouchscreenJohan Hovold1-0/+4
2014-11-14USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-10-15USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2-2/+8
2014-10-06usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3
2014-09-06USB: fix build error with CONFIG_PM_RUNTIME disabledGreg Kroah-Hartman1-0/+2
2014-09-06usb: hub: Prevent hub autosuspend if usbcore.autosuspend is -1Roger Quadros1-1/+5
2014-09-06USB: Fix persist resume of some SS USB devicesPratyush Anand1-0/+41
2014-09-06USB: devio: fix issue with log floodingOliver Neukum1-1/+1
2014-07-28usb: Check if port status is equal to RxDetectGavin Guo1-0/+19
2014-06-11USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resumeAlan Stern2-5/+19
2014-05-06USB: unbind all interfaces before rebinding anyAlan Stern3-41/+60
2014-05-06USB: fix crash during hotplug of PCI USB controller cardAlan Stern1-1/+1
2014-03-07usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requestsJulius Werner1-0/+4
2014-03-07usb: Add device quirk for Logitech HD Pro Webcams C920 and C930eJulius Werner1-0/+4
2014-02-05usb: core: Fix potential memory leak adding dyn USBdevice IDsChristian Engelmayer1-7/+17
2014-02-05Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman3-8/+1
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-21/+20
2014-01-23Revert "usbcore: set lpm_capable field for LPM capable root hubs"Sarah Sharp3-8/+1
2014-01-14usb: core: check for valid id_table when using the RefId featureWolfram Sang1-0/+3
2014-01-13usb: core: bail out if user gives an unknown RefId when using new_idWolfram Sang1-3/+6
2014-01-13Merge branch 'acpi-hotplug'Rafael J. Wysocki1-20/+20
2014-01-13Merge branch 'acpi-cleanup'Rafael J. Wysocki1-1/+0
2014-01-11usb: core: allow a reference device for new_idWolfram Sang1-3/+15
2014-01-11usb: core: add sanity checks when using bInterfaceClass with new_idWolfram Sang1-1/+4
2014-01-09usb: delete non-required instances of include <linux/init.h>Paul Gortmaker3-3/+0
2014-01-09usb:hub set hub->change_bits when over-current happensShen Guang1-1/+2
2014-01-08USB: core: correct spelling mistakes in comments and warningRahul Bedarkar9-13/+14
2014-01-07USB: fix race between hub_disconnect and recursively_mark_NOTATTACHEDAlan Stern1-5/+9
2013-12-22USB: core: remove CONFIG_USB_DEBUG usageGreg Kroah-Hartman3-18/+7