summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2017-09-14USB: core: Avoid race of async_completed() w/ usbdev_release()Douglas Anderson1-2/+2
2017-09-14usb: Add device quirk for Logitech HD Pro Webcam C920-CDmitry Fleytman1-1/+2
2017-09-14usb: quirks: add delay init quirk for Corsair Strafe RGB keyboardKai-Heng Feng1-0/+3
2017-08-25usb: optimize acpi companion search for usb port devicesMathias Nyman1-3/+23
2017-08-16usb:xhci:Add quirk for Certain failing HP keyboard on reset after resumeSandeep Singh1-0/+1
2017-08-16usb: quirks: Add no-lpm quirk for Moshi USB to Ethernet AdapterKai-Heng Feng1-0/+3
2017-08-16usb: core: unlink urbs from the tail of the endpoint's urb_listBin Liu1-1/+1
2017-08-16USB: Check for dropped connection before switching to full speedAlan Stern1-4/+6
2017-08-16USB: hcd: Mark secondary HCD as dead if the primary one diedRafael J. Wysocki1-0/+2
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: hub: Fix error loop seen after hub communication errorsGuenter Roeck2-1/+22
2017-05-20USB: Proper handling of Race Condition when two USB class drivers try to call...Ajay Kaher1-2/+7
2017-04-18usb: hub: Wait for connection to be reestablished after port resetGuenter Roeck1-2/+9
2017-04-08USB: fix linked-list corruption in rh_call_control()Alan Stern1-2/+5
2017-03-30usb: hub: Fix crash after failure to read BOS descriptorGuenter Roeck1-1/+1
2017-03-30usb-core: Add LINEAR_FRAME_INTR_BINTERVAL USB quirkSamuel Thibault2-0/+18
2017-03-26USB: don't free bandwidth_mutex too earlyAlan Stern1-10/+7
2017-03-26usb: core: hub: hub_port_init lock controller instead of busChris Bainbridge2-6/+17
2017-02-09USB: Add quirk for WORLDE easykey.25 MIDI keyboardLukáš Lalinský1-0/+4
2017-01-12usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven1-30/+29
2017-01-12USB: fix problems with duplicate endpoint addressesAlan Stern1-0/+10
2017-01-06usb: hub: Fix auto-remount of safely removed or ejected USB-3 devicesMathias Nyman1-65/+36
2016-09-24USB: change bInterval default to 10 msAlan Stern1-11/+17
2016-09-07USB: fix typo in wMaxPacketSize validationAlan Stern1-1/+1
2016-09-07USB: avoid left shift by -1Alan Stern1-5/+11
2016-09-07USB: validate wMaxPacketValue entries in endpoint descriptorsAlan Stern1-3/+63
2016-09-07USB: hub: change the locking in hub_activateAlan Stern1-3/+3
2016-09-07USB: hub: fix up early-exit pathway in hub_activateAlan Stern1-9/+6
2016-09-07usb: hub: Fix unbalanced reference count/memory leak/deadlocksViresh Kumar1-2/+0
2016-09-07usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devicesMathias Nyman7-22/+30
2016-08-20USB: usbfs: fix potential infoleak in devioKangjie Lu1-4/+5
2016-08-20usb: quirks: Add no-lpm quirk for ElanJoseph Salisbury1-0/+3
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-01USB: leave LPM alone if possible when binding/unbinding interface driversAlan Stern1-17/+23
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-31usb: core: lpm: fix usb3_hardware_lpm sysfs nodeLu Baolu2-14/+56
2015-12-18USB: fix invalid memory access in hub_activate()Alan Stern1-3/+19
2015-12-12USB: add quirk for devices with broken LPMAlan Stern2-1/+12