summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2017-07-15Add USB quirk for HVR-950q to avoid intermittent device resetsDevin Heitmueller1-0/+4
2017-06-26usb: core: fix potential memory leak in error path during hcd creationAnton Bondarenko1-0/+1
2017-06-26USB: hub: fix SS max number of portsJohan Hovold1-1/+7
2017-05-25USB: hub: fix non-SS hub-descriptor handlingJohan Hovold1-4/+9
2017-05-25USB: hub: fix SS hub-descriptor handlingJohan Hovold1-2/+6
2017-05-25USB: core: replace %p with %pKVamsi Krishna Samavedam3-5/+5
2017-05-20usb: hub: Do not attempt to autosuspend disconnected devicesGuenter Roeck2-0/+9
2017-05-20USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher1-2/+7
2017-04-18USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-04-18usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck1-1/+1
2017-04-18usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2-0/+18
2017-04-18usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2017-01-15usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36
2016-10-06USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-09-13USB: avoid left shift by -1Alan Stern1-5/+11
2016-09-01usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar1-2/+0
2016-08-22usb: quirks: Add no-lpm quirk for ElanJoseph Salisbury1-0/+3
2016-08-22USB: quirks: Fix another ELAN touchscreenAdrien Vergé1-0/+3
2016-07-12USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2016-07-11usb: quirks: Add no-lpm quirk for Acer C120 LED ProjectorHans de Goede1-0/+3
2016-07-11usb: quirks: Fix sortingHans de Goede1-10/+10
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