summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
2021-12-22USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang1-0/+3
2021-12-14usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-14usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-08USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst1-0/+3
2021-12-01usb: hub: Fix locking issues with address0_mutexMathias Nyman1-8/+12
2021-12-01usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-11-06Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-23/+6
2021-09-30usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
2021-08-26USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-08-26USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern1-0/+6
2021-07-28usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman1-24/+28
2021-07-28usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman1-12/+56
2021-07-28Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin1-4/+0
2021-06-23usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-06-03usb: core: reduce power-on-good delay time of root hubChunfeng Yun1-2/+4
2021-06-03USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2021-05-19usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2021-05-11usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2021-05-07USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu1-0/+1
2021-05-07USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng1-0/+3
2021-04-07USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin1-0/+4
2021-03-17drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-02-26usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella1-0/+3
2021-02-26USB: quirks: sort quirk entriesJohan Hovold1-3/+3
2021-02-17kcov, usb: only collect coverage from __usb_hcd_giveback_urb in softirqAndrey Konovalov1-2/+9
2020-12-21USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum1-0/+3
2020-11-20USB: core: Change %pK for __user pointers to %pxAlan Stern1-7/+7
2020-11-20USB: core: Fix regression in Hercules audio cardAlan Stern1-0/+6
2020-11-20USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao1-0/+4
2020-11-03USB: Add NO_LPM quirk for Kingston flash driveAlan Stern1-0/+3
2020-10-28usbcore: Check both id_table and match() when both availableBastien Nocera3-12/+24
2020-10-16Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2-18/+0
2020-10-05Merge 5.9-rc8 into usb-nextGreg Kroah-Hartman1-16/+34
2020-10-02USB: core: remove polling for /sys/kernel/debug/usb/devicesSergey Korolev2-42/+0
2020-10-02USB: hub: Add Kconfig option to reduce number of port initialization retriesAlan Stern2-1/+26
2020-10-02USB: hub: Clean up use of port initialization schemes and retriesAlan Stern1-23/+26
2020-09-25usbcore/driver: Accommodate usbipM. Vefa Bicakci1-6/+31
2020-09-25usbcore/driver: Fix incorrect downcastM. Vefa Bicakci1-9/+2
2020-09-25usbcore/driver: Fix specific driver selectionM. Vefa Bicakci1-1/+1
2020-09-25USB: correct API of usb_control_msg_send/recvOliver Neukum1-9/+16
2020-09-25Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"Oliver Neukum1-40/+59
2020-09-25Merge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/torv...Christoph Hellwig3-49/+51
2020-09-21Merge 5.0-rc6 into usb-nextGreg Kroah-Hartman1-0/+4
2020-09-17usb: don't inherity DMA properties for USB devicesChristoph Hellwig2-18/+0
2020-09-16USB: quirks: Add USB_QUIRK_IGNORE_REMOTE_WAKEUP quirk for BYD zhaoxin notebookPenghao1-0/+4
2020-09-16USB: core: hub.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-59/+40
2020-09-16USB: core: message.c: use usb_control_msg_send() in a few placesGreg Kroah-Hartman1-19/+19
2020-09-16USB: add usb_control_msg_send() and usb_control_msg_recv()Greg Kroah-Hartman1-0/+133
2020-09-16USB: move snd_usb_pipe_sanity_check into the USB coreGreg Kroah-Hartman1-8/+23
2020-09-14Merge 5.9-rc5 into usb-nextGreg Kroah-Hartman2-49/+47