summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao2020-09-231-0/+4
* usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman2020-09-231-49/+42
* USB: core: add helpers to retrieve endpointsJohan Hovold2020-09-231-0/+83
* USB: quirks: Add no-lpm quirk for another Raydium touchscreenKai-Heng Feng2020-09-031-0/+2
* usb: core: Add a helper function to check the validity of EP type in URBTakashi Iwai2020-07-221-4/+26
* usb: add USB_QUIRK_DELAY_INIT for Logitech C922Tomasz Meresiński2020-06-291-1/+2
* USB: core: Fix misleading driver bug reportAlan Stern2020-05-271-2/+2
* USB: hub: Fix handling of connect changes during sleepAlan Stern2020-05-021-0/+14
* USB: core: Fix free-while-in-use bug in the USB S-GlibraryAlan Stern2020-05-021-1/+8
* drivers: usb: core: Minimize irq disabling in usb_sg_cancel()David Mosberger2020-05-021-20/+17
* drivers: usb: core: Don't disable irqs in usb_sg_wait() during URB submit.David Mosberger2020-05-021-8/+7
* USB: Add USB_QUIRK_DELAY_CTRL_MSG and USB_QUIRK_DELAY_INIT for Corsair K70 RG...Jonathan Cox2020-05-021-0/+4
* usb: quirks: add NO_LPM quirk for RTL8153 based ethernet adaptersHans de Goede2020-04-021-0/+3
* USB: Disable LPM on WD19's Realtek HubKai-Heng Feng2020-04-021-0/+3
* usb: core: port: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-111-2/+8
* usb: core: hub: do error out if usb_autopm_get_interface() failsEugeniu Rosca2020-03-111-1/+5
* usb: quirks: add NO_LPM quirk for Logitech Screen ShareDan Lazewatsky2020-03-111-0/+3
* USB: hub: Don't record a connect-change event during reset-resumeAlan Stern2020-02-281-5/+0
* USB: Fix novation SourceControl XL after suspendRichard Dodd2020-02-281-0/+3
* usb: core: hub: Improved device recognition on remote wakeupKeiya Nobuta2020-01-231-0/+1
* USB: Fix: Don't skip endpoint descriptors with maxpacket=0Alan Stern2020-01-141-4/+8
* USB: core: fix check for duplicate endpointsJohan Hovold2020-01-121-12/+58
* usb: core: urb: fix URB structure initialization functionEmiliano Ingrassia2019-12-211-0/+1
* usb: Allow USB device to be warm reset in suspended stateKai-Heng Feng2019-12-211-3/+2
* USB: Skip endpoints with 0 maxpacket lengthAlan Stern2019-11-121-0/+5
* usb: handle warm-reset port requests on hub resumeJan-Marek Glogowski2019-11-061-0/+7
* USB: usbcore: Fix slab-out-of-bounds bug during device resetAlan Stern2019-09-211-4/+8
* USB: core: Fix races in character device registration and deregistraionAlan Stern2019-08-251-5/+5
* usb: core: hub: Disable hub-initiated U1/U2Thinh Nguyen2019-08-041-12/+16
* usb: Handle USB3 remote wakeup for LPM enabled devices correctlyLee, Chiasheng2019-08-041-2/+5
* USB: Fix chipmunk-like voice when using Logitech C270 for recording audio.Marco Zatta2019-06-221-0/+3
* USB: Add LPM quirk for Surface Dock GigE adapterMaximilian Luz2019-06-111-0/+3
* USB: Fix slab-out-of-bounds write in usb_get_bos_descriptorAlan Stern2019-06-111-2/+2
* usb: core: Add PM runtime calls to usb_hcd_platform_shutdownTony Lindgren2019-06-111-0/+3
* USB: core: Don't unbind interfaces following device reset failureAlan Stern2019-06-111-1/+4
* USB: core: Fix bug caused by duplicate interface PM usage counterAlan Stern2019-05-161-13/+0
* USB: core: Fix unterminated string returned by usb_string()Alan Stern2019-05-161-1/+3
* USB: Consolidate LPM checks to avoid enabling LPM twiceKai-Heng Feng2019-05-163-13/+13
* USB: Add new USB LPM helpersKai-Heng Feng2019-05-165-11/+30
* Revert "USB: core: only clean up what we allocated"Greg Kroah-Hartman2019-04-031-6/+3
* USB: core: only clean up what we allocatedAndrey Konovalov2019-04-031-3/+6
* usb: hub: delay hub autosuspend if USB3 port is still link trainingMathias Nyman2019-02-201-0/+10
* USB: Add USB_QUIRK_DELAY_CTRL_MSG quirk for Corsair K70 RGBJack Stocker2019-01-161-1/+2
* USB: check usb_get_extra_descriptor for proper sizeMathias Payer2018-12-132-4/+4
* usb: quirk: add no-LPM quirk on SanDisk Ultra Flair deviceHarry Pan2018-12-131-0/+4
* usb: core: quirks: add RESET_RESUME quirk for Cherry G230 Stream seriesMichael Niewöhner2018-12-131-0/+3
* usb: core: Fix hub port connection events lostDennis Wassenberg2018-12-011-1/+3
* usb: quirks: Add delay-init quirk for Corsair K70 LUX RGBEmmanuel Pescosta2018-11-271-0/+3
* USB: quirks: Add no-lpm quirk for Raydium touchscreensKai-Heng Feng2018-11-271-0/+5
* USB: fix the usbfs flag sanitization for control transfersAlan Stern2018-11-101-2/+2