summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2021-07-28usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman
2021-07-28usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman
2021-07-28Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin
2021-06-23usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn
2021-06-03usb: core: reduce power-on-good delay time of root hubChunfeng Yun
2021-06-03USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern
2021-05-19usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun
2021-05-11usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui
2021-05-07USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu
2021-05-07USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng
2021-04-07USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin
2021-03-17drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann
2021-02-26usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella
2021-02-26USB: quirks: sort quirk entriesJohan Hovold
2021-02-17kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov
2020-12-21USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum
2020-11-20USB: core: Change %pK for __user pointers to %pxAlan Stern
2020-11-20USB: core: Fix regression in Hercules audio cardAlan Stern
2020-11-20USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao
2020-11-03USB: Add NO_LPM quirk for Kingston flash driveAlan Stern
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera
2020-10-15Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman
2020-09-04usb: core: driver: fix stray tabs in error messagesSergey Shtylyov
2020-09-04usb: core: fix slab-out-of-bounds Read in read_descriptorsZeng Tao
2020-09-04usb: Fix out of sync data toggle if a configured device is reconfiguredMathias Nyman
2020-08-31Merge 5.9-rc3 into usb-nextGreg Kroah-Hartman
2020-08-30Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2020-08-27USB: quirks: Ignore duplicate endpoint on Sound Devices MixPre-DAlan Stern
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-18USB: Better name for __check_usb_generic()Bastien Nocera
2020-08-18USB: Fix device driver raceBastien Nocera
2020-08-18USB: Also match device drivers using the ->match vfuncBastien Nocera