aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21Revert "USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modem"Vincent Palatin1-4/+0
2021-07-21usb: hub: Disable USB 3 device initiated lpm if exit latency is too highMathias Nyman1-12/+56
2021-07-21usb: hub: Fix link power management max exit latency (MEL) calculationsMathias Nyman1-24/+28
2021-07-12USB: core: Fix incorrect pipe calculation in do_proc_control()Alan Stern1-1/+1
2021-06-21Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman1-0/+7
2021-06-17usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn1-0/+7
2021-06-09USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern1-0/+6
2021-05-31Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman1-3/+8
2021-05-27USB: core: Check buffer length matches wLength for control transfersAlan Stern1-0/+6
2021-05-27driver core: Move the "removable" attribute from USB to coreRajat Jain2-30/+7
2021-05-24USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett1-1/+1
2021-05-22USB: core: WARN if pipe direction != setup packet directionAlan Stern1-0/+3
2021-05-21USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern1-3/+8
2021-05-21Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu1-1/+0
2021-05-21USB: Verify the port status when timeout happens during port suspendChris Chiu1-0/+21
2021-05-17Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman1-3/+3
2021-05-13usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun1-10/+6
2021-05-13usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen1-0/+134
2021-05-13usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun1-3/+3
2021-04-22USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu1-0/+1
2021-04-14USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng1-0/+3
2021-04-12Revert "usb: Link the ports to the connectors they are attached to"Greg Kroah-Hartman1-3/+0
2021-04-10usb: core: reduce power-on-good delay time of root hubChunfeng Yun1-2/+4
2021-04-09usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui1-1/+1
2021-04-09usb: Iterator for portsHeikki Krogerus1-0/+46
2021-04-09usb: Link the ports to the connectors they are attached toHeikki Krogerus1-0/+3
2021-04-05Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman1-0/+4
2021-03-23USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin1-0/+4
2021-03-23usb: core: sysfs: Check for SSP rate in speed attrThinh Nguyen1-1/+4
2021-03-23usb: core: hub: Print speed name based on ssp rateThinh Nguyen1-3/+7
2021-03-23usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen1-30/+1
2021-03-23usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2-1/+83
2021-03-23USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold1-3/+3
2021-03-23USB: core: drop outdated interface-binding commentJohan Hovold1-4/+0
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman1-0/+32
2021-03-11drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann1-0/+32
2021-03-10usb: common: add function to get interval expressed in us unitChunfeng Yun2-48/+8
2021-03-10USB: core: no need to save usb_devices_rootGreg Kroah-Hartman1-5/+3
2021-02-25Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-2/+2
2021-02-16kbuild: simplify access to the kernel's versionSasha Levin1-2/+2
2021-02-10usb: quirks: add quirk to start video capture on ELMO L-12F document camera reliableStefan Ursella1-0/+3
2021-02-10USB: quirks: sort quirk entriesJohan Hovold1-3/+3
2021-01-07kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov1-5/+3
2020-12-07USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum1-0/+3
2020-12-07USB: core: drop pipe-type check from new control-message helpersJohan Hovold1-4/+1
2020-12-04USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold1-1/+1
2020-12-04USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold1-3/+2
2020-11-30Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2-7/+17
2020-11-26USB: core: Constify static attribute_group structsRikard Falkeborn3-10/+10
2020-11-20USB: core: Change %pK for __user pointers to %pxAlan Stern1-7/+7