summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'v5.13-rc7' into usb-nextGreg Kroah-Hartman2021-06-211-0/+7
|\
| * usb: core: hub: Disable autosuspend for Cypress CY7C65632Andrew Lunn2021-06-171-0/+7
* | USB: core: Avoid WARNings for 0-length descriptor requestsAlan Stern2021-06-091-0/+6
* | Merge 5.13-rc4 into usb-nextGreg Kroah-Hartman2021-05-311-3/+8
|\|
| * USB: usbfs: Don't WARN about excessively large memory allocationsAlan Stern2021-05-211-3/+8
* | USB: core: Check buffer length matches wLength for control transfersAlan Stern2021-05-271-0/+6
* | driver core: Move the "removable" attribute from USB to coreRajat Jain2021-05-272-30/+7
* | USB: usbfs: remove double evaluation of usb_sndctrlpipe()Geoffrey D. Bennett2021-05-241-1/+1
* | USB: core: WARN if pipe direction != setup packet directionAlan Stern2021-05-221-0/+3
* | Revert "USB: Add reset-resume quirk for WD19's Realtek Hub"Chris Chiu2021-05-211-1/+0
* | USB: Verify the port status when timeout happens during port suspendChris Chiu2021-05-211-0/+21
* | Merge 5.13-rc2 into usb-nextGreg Kroah-Hartman2021-05-171-3/+3
|\|
| * usb: core: hub: fix race condition about TRSMRCY of resumeChunfeng Yun2021-05-131-3/+3
* | usb: core: hcd: use map_urb_for_dma for single step set feature urbLi Jun2021-05-131-10/+6
* | usb: host: move EH SINGLE_STEP_SET_FEATURE implementation to corePeter Chen2021-05-131-0/+134
|/
* USB: Add reset-resume quirk for WD19's Realtek HubChris Chiu2021-04-221-0/+1
* USB: Add LPM quirk for Lenovo ThinkPad USB-C Dock Gen2 EthernetKai-Heng Feng2021-04-141-0/+3
* Revert "usb: Link the ports to the connectors they are attached to"Greg Kroah-Hartman2021-04-121-3/+0
* usb: core: reduce power-on-good delay time of root hubChunfeng Yun2021-04-101-2/+4
* usb: core: hub: Fix PM reference leak in usb_port_resume()Bixuan Cui2021-04-091-1/+1
* usb: Iterator for portsHeikki Krogerus2021-04-091-0/+46
* usb: Link the ports to the connectors they are attached toHeikki Krogerus2021-04-091-0/+3
* Merge 5.12-rc6 into usb-nextGreg Kroah-Hartman2021-04-051-0/+4
|\
| * USB: quirks: ignore remote wake-up on Fibocom L850-GL LTE modemVincent Palatin2021-03-231-0/+4
* | usb: core: sysfs: Check for SSP rate in speed attrThinh Nguyen2021-03-231-1/+4
* | usb: core: hub: Print speed name based on ssp rateThinh Nguyen2021-03-231-3/+7
* | usb: core: hub: Remove port_speed_is_ssp()Thinh Nguyen2021-03-231-30/+1
* | usb: core: Track SuperSpeed Plus GenXxYThinh Nguyen2021-03-232-1/+83
* | USB: core: rename usb_driver_claim_interface() data parameterJohan Hovold2021-03-231-3/+3
* | USB: core: drop outdated interface-binding commentJohan Hovold2021-03-231-4/+0
* | Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman2021-03-151-0/+32
|\|
| * drm: Use USB controller's DMA mask when importing dmabufsThomas Zimmermann2021-03-111-0/+32
* | usb: common: add function to get interval expressed in us unitChunfeng Yun2021-03-102-48/+8
* | USB: core: no need to save usb_devices_rootGreg Kroah-Hartman2021-03-101-5/+3
|/
* Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2021-02-251-2/+2
|\
| * kbuild: simplify access to the kernel's versionSasha Levin2021-02-161-2/+2
* | usb: quirks: add quirk to start video capture on ELMO L-12F document camera r...Stefan Ursella2021-02-101-0/+3
* | USB: quirks: sort quirk entriesJohan Hovold2021-02-101-3/+3
|/
* kcov, usb: hide in_serving_softirq checks in __usb_hcd_giveback_urbAndrey Konovalov2021-01-071-5/+3
* USB: add RESET_RESUME quirk for Snapscan 1212Oliver Neukum2020-12-071-0/+3
* USB: core: drop pipe-type check from new control-message helpersJohan Hovold2020-12-071-4/+1
* USB: core: return -EREMOTEIO on short usb_control_msg_recv()Johan Hovold2020-12-041-1/+1
* USB: core: drop short-transfer check from usb_control_msg_send()Johan Hovold2020-12-041-3/+2
* Merge 5.10-rc6 into usb-nextGreg Kroah-Hartman2020-11-302-7/+17
|\
| * USB: core: Change %pK for __user pointers to %pxAlan Stern2020-11-201-7/+7
| * USB: core: Fix regression in Hercules audio cardAlan Stern2020-11-201-0/+6
| * USB: quirks: Add USB_QUIRK_DISCONNECT_SUSPEND quirk for Lenovo A630Z TIO buil...penghao2020-11-201-0/+4
* | USB: core: Constify static attribute_group structsRikard Falkeborn2020-11-263-10/+10
* | usb: fix a few cases of -WfallthroughNick Desaulniers2020-11-131-0/+1
* | Merge 5.10-rc3 into usb-nextGreg Kroah-Hartman2020-11-091-0/+3
|\|