summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2016-06-03USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
2016-06-03usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-6/+17
2016-05-13Revert "usb: hub: do not clear BOS field during reset device"Greg Kroah-Hartman1-5/+3
2016-04-20usb: hcd: out of bounds access in for_each_companionRobert Dobrowolski1-0/+9
2016-04-18USB: usb_driver_claim_interface: add sanity checkingOliver Neukum1-1/+5
2016-04-18usb: 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-15USB: fix invalid memory access in hub_activate()Alan Stern1-3/+19
2016-02-15usb: hub: do not clear BOS field during reset deviceDu, Changbin1-3/+5
2016-01-22usb: Use the USB_SS_MULT() macro to decode burst multiplier for log messageBen Hutchings1-1/+2
2016-01-22usb: core : hub: Fix BOS 'NULL pointer' kernel panicHans Yang1-7/+8
2016-01-22USB: add quirk for devices with broken LPMAlan Stern2-1/+12
2015-10-28USB: Add reset-resume quirk for two Plantronics usb headphones.Yao-Wen Mao1-0/+6
2015-10-28usb: Add device quirk for Logitech PTZ camerasVincent Palatin1-0/+7
2015-10-28usb: Use the USB_SS_MULT() macro to get the burst multiplier.Mathias Nyman1-2/+3
2015-08-04USB: usbfs: allow URBs to be reaped after disconnectionAlan Stern1-26/+37
2015-08-04USB: devio: fix a condition in async_completed()Dan Carpenter1-1/+1
2015-07-04usb: core: Fix USB 3.0 devices lost in NOTATTACHED state after a hub port resetRobert Schlabbach1-49/+33
2015-05-18usb: core: hub: use new USB_RESUME_TIMEOUTFelipe Balbi1-2/+2
2015-03-14USB: usbfs: don't leak kernel data in siginfoAlan Stern1-0/+2
2015-03-07USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd)Alan Stern1-0/+12
2015-03-07USB: don't cancel queued resets when unbinding driversAlan Stern3-53/+12
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
2015-02-06USB: Add OTG PET device to TPLMacpaul Lin2-0/+9
2015-01-16HID: yet another buggy ELAN touchscreenOliver Neukum1-0/+3
2014-11-25usb-quirks: Add reset-resume quirk for MS Wireless Laser Mouse 6000Hans de Goede1-0/+3
2014-11-04usb: core: notify disconnection when core detects disconnectPeter Chen1-2/+1
2014-11-04usb: core: need to call usb_phy_notify_connect after device setupTony Zheng1-3/+4
2014-11-04USB: quirks: enable device-qualifier quirk for yet another Elan touchscreenAdel Gadllah1-0/+3
2014-11-04USB: quirks: enable device-qualifier quirk for another Elan touchscreenAdel Gadllah1-0/+3
2014-11-04usb: Do not allow usb_alloc_streams on unconfigured devicesHans de Goede1-0/+2
2014-09-29usb: hcd: add generic PHY supportSergei Shtylyov1-2/+40
2014-09-29usb: rename phy to usb_phy in HCDAntoine Tenart2-14/+14
2014-09-29usb: core: return -ENOTSUPP for all targeted hostsPeter Chen1-2/+3
2014-09-29usb: core: log higher level message on malformed LANGID descriptorScot Doyle1-3/+1
2014-09-25usb: Add LED triggers for USB activityMichal Sojka1-0/+2
2014-09-24usb: hub: allow to process more usb hub events in parallelPetr Mladek1-5/+4
2014-09-24usb: hub: rename khubd to hub_wq in documentation and commentsPetr Mladek2-27/+27
2014-09-24usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq()Petr Mladek3-4/+4
2014-09-24usb: hub: convert khubd into workqueuePetr Mladek2-84/+61
2014-09-24usb: hub: rename hub_events() to hub_event() and handle only one event therePetr Mladek1-125/+111
2014-09-24usb: hub: keep hub->dev reference all the time when struct usb_hub livesPetr Mladek1-3/+3
2014-09-24USB: Add device quirk for ASUS T100 Base Station keyboardLu Baolu2-2/+8
2014-09-24usb: Fixed a few typosMickael Maison1-1/+1
2014-09-24usb: core: Kconfig: TPL should apply for both OTG and EHPeter Chen1-9/+3
2014-09-24usb: core: TPL should apply for both OTG and EHPeter Chen2-28/+18
2014-09-24USB: quirks: enable device-qualifier quirk for Elan TouchscreenJohan Hovold1-0/+4
2014-09-24USB: core: add device-qualifier quirkJohan Hovold1-0/+3
2014-09-11usb: hub: take hub->hdev reference when processing from eventlistJoe Lawrence1-1/+3