aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31Merge tag 'v5.17-rc2' into usb-nextGreg Kroah-Hartman2-0/+26
2022-01-26USB: hcd-pci: Use PCI_STD_NUM_BARS when checking standard BARsBjorn Helgaas1-1/+1
2022-01-26usb: core: Bail out when port is stuck in reset loopKai-Heng Feng1-2/+6
2022-01-25USB: core: Fix hang in usb_kill_urb by adding memory barriersAlan Stern2-0/+26
2022-01-03USB: core: Fix bug in resuming hub's handling of wakeup requestsAlan Stern1-1/+1
2022-01-03USB: Fix "slab-out-of-bounds Write" bug in usb_hcd_poll_rh_statusAlan Stern1-1/+8
2021-12-30usb: Remove usb_for_each_port()Heikki Krogerus1-46/+0
2021-12-30usb: Link the ports to the connectors they are attached toHeikki Krogerus1-0/+32
2021-12-20Merge 5.16-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2021-12-17usb: core: Export usb_device_match_idRazvan Heghedus1-0/+1
2021-12-17usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0Kai-Heng Feng1-1/+4
2021-12-17usb: hub: make wait_for_connected() take an int instead of a pointer to intDan Carpenter1-3/+3
2021-12-15usb: hub: avoid warm port reset during USB3 disconnectMathias Nyman1-5/+19
2021-12-15USB: NO_LPM quirk Lenovo USB-C to Ethernet Adapher(RTL8153-04)Jimmy Wang1-0/+3
2021-12-13usb: core: hcd: change sizeof(vaddr) to sizeof(unsigned long)Guo Zhengkui1-1/+1
2021-12-13Merge 5.16-rc5 into usb-nextGreg Kroah-Hartman1-3/+3
2021-12-12usb: core: config: using bit mask instead of individual bitsPavel Hofman1-2/+2
2021-12-12usb: core: config: fix validation of wMaxPacketValue entriesPavel Hofman1-1/+1
2021-12-06Merge 5.16-rc4 into usb-nextGreg Kroah-Hartman1-0/+3
2021-12-05usb: core: Fix file path that does not existWei Ming Chen2-2/+2
2021-11-29USB: NO_LPM quirk Lenovo Powered USB-C Travel HubOle Ernst1-0/+3
2021-11-23usb: hub: Fix locking issues with address0_mutexMathias Nyman1-8/+12
2021-11-17usb: hub: Fix usb enumeration issue due to address0 raceMathias Nyman1-3/+11
2021-11-05Revert "usb: core: hcd: Add support for deferring roothub registration"Greg Kroah-Hartman1-23/+6
2021-10-06usb: core: config: Change sizeof(struct ...) to sizeof(*...)Robert Greener1-2/+2
2021-09-27Merge 5.15-rc3 into usb-nextGreg Kroah-Hartman1-23/+45
2021-09-21usb: core: hcd: fix messages in usb_hcd_request_irqs()Sergey Shtylyov1-3/+3
2021-09-14USB: core: Make do_proc_control() and do_proc_bulk() killableAlan Stern1-33/+111
2021-09-14usb: core: hcd: Modularize HCD stop configuration in usb_stop_hcd()Kishon Vijay Abraham I1-17/+22
2021-09-14usb: core: hcd: Add support for deferring roothub registrationKishon Vijay Abraham I1-6/+23
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