summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorFilesLines
19 hoursusb: core: config: Prevent OOB read in SS endpoint companion parsingXinyu Liu1-2/+8
19 hoursusb: core: usb_submit_urb: downgrade type checkOliver Neukum1-1/+1
2025-07-24usb: hub: Don't try to recover devices lost during warm reset.Mathias Nyman1-2/+6
2025-07-24usb: hub: Fix flushing of delayed work used for post resume purposesMathias Nyman2-13/+9
2025-07-24usb: hub: Fix flushing and scheduling of delayed work that tunes runtime pmMathias Nyman1-2/+4
2025-07-24usb: hub: fix detection of high tier USB3 devices behind suspended hubsMathias Nyman1-1/+32
2025-07-10Logitech C-270 even more brokenOliver Neukum1-1/+2
2025-07-10usb: acpi: fix device link removalHeikki Krogerus2-1/+6
2025-07-06usb: Add checks for snprintf() calls in usb_alloc_dev()Andy Shevchenko1-4/+10
2025-06-19usb: Flush altsetting 0 endpoints before reinitializating them after reset.Mathias Nyman1-2/+14
2025-06-19usb: acpi: Prevent null pointer dereference in usb_acpi_add_usb4_devlink()Chenyuan Yang1-0/+2
2025-06-10usb: quirks: Add NO_LPM quirk for SanDisk Extreme 55AEJiayi Li1-0/+3
2025-05-02USB: VLI disk crashes if LPM is usedOliver Neukum1-0/+3
2025-05-02usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash DriveMiao Li1-0/+3
2025-05-02usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash DriveMiao Li1-0/+3
2025-03-13usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li1-0/+4
2025-03-13usb: hub: lack of clearing xHC resourcesPawel Laszczak1-0/+33
2025-02-21USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern1-0/+11
2025-02-21USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphoneMathias Nyman1-0/+3
2025-02-21USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast distLei Huang1-0/+3
2025-02-21usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger1-2/+1
2025-01-17usb: fix reference leak in usb_new_device()Ma Ke1-2/+4
2025-01-17USB: core: Disable LPM only for non-suspended portsKai-Heng Feng1-3/+4
2024-12-19usb: core: hcd: only check primary hcd skip_phy_initializationXu Yang1-1/+7
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman1-2/+2
2024-10-03move asm/unaligned.h to linux/unaligned.hAl Viro1-1/+1
2024-09-03usb: acpi: add device link between tunneled USB3 device and USB4 Host InterfaceMathias Nyman1-0/+53
2024-08-22usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu1-0/+1
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2024-07-20Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2-0/+15
2024-07-10USB: core: add 'shutdown' callback to usb_driverKerem Karabay1-0/+14
2024-07-03usb: core: add missing of_node_put() in usb_of_has_devices_or_graphJavier Carrasco1-2/+5
2024-07-03USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli1-0/+3
2024-07-03USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern1-3/+15
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman1-1/+1
2024-06-20usb: add missing MODULE_DESCRIPTION() macrosJeff Johnson1-0/+1
2024-06-04kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov1-5/+7
2024-05-22Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds5-18/+17
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+2
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman2-4/+9
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET2-7/+6
2024-05-03USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum1-4/+4
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern1-2/+3
2024-04-25usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal1-1/+2
2024-04-24USB: core: Fix access violation during port device removalAlan Stern1-2/+6
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman1-1/+3
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng1-1/+3
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman4-14/+65
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco3-7/+7
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern1-4/+34