summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2025-05-02USB: VLI disk crashes if LPM is usedOliver Neukum
2025-05-02usb: quirks: Add delay init quirk for SanDisk 3.2Gen1 Flash DriveMiao Li
2025-05-02usb: quirks: add DELAY_INIT quirk for Silicon Motion Flash DriveMiao Li
2025-03-13usb: quirks: Add DELAY_INIT and NO_LPM for Prolific Mass Storage Card ReaderMiao Li
2025-03-13usb: hub: lack of clearing xHC resourcesPawel Laszczak
2025-02-21USB: hub: Ignore non-compliant devices with too many configs or interfacesAlan Stern
2025-02-21USB: Add USB_QUIRK_NO_LPM quirk for sony xperia xz1 smartphoneMathias Nyman
2025-02-21USB: quirks: add USB_QUIRK_NO_LPM quirk for Teclast distLei Huang
2025-02-21usb: core: fix pipe creation for get_bMaxPacketSize0Stefan Eichenberger
2025-01-17usb: fix reference leak in usb_new_device()Ma Ke
2025-01-17USB: core: Disable LPM only for non-suspended portsKai-Heng Feng
2024-12-19usb: core: hcd: only check primary hcd skip_phy_initializationXu Yang
2024-10-29usb: acpi: fix boot hang due to early incorrect 'tunneled' USB3 device linksMathias Nyman
2024-10-02move asm/unaligned.h to linux/unaligned.hAl Viro
2024-09-03usb: acpi: add device link between tunneled USB3 device and USB4 Host InterfaceMathias Nyman
2024-08-22usb: core: sysfs: Unmerge @usb3_hardware_lpm_attr_group in remove_power_attri...Zijun Hu
2024-07-25Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-07-19Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-07-10USB: core: add 'shutdown' callback to usb_driverKerem Karabay
2024-07-03usb: core: add missing of_node_put() in usb_of_has_devices_or_graphJavier Carrasco
2024-07-03USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli
2024-07-03USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern
2024-07-03driver core: have match() callback in struct bus_type take a const *Greg Kroah-Hartman
2024-06-20usb: add missing MODULE_DESCRIPTION() macrosJeff Johnson
2024-06-04kcov, usb: disable interrupts in kcov_remote_start_usb_softirqAndrey Konovalov
2024-05-22Merge tag 'usb-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2024-05-21Merge tag 'pci-v6.10-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-05-10Merge 6.9-rc7 into usb-nextGreg Kroah-Hartman
2024-05-04usb: core: Remove the useless struct usb_devmap which is just a bitmapChristophe JAILLET
2024-05-03USB: usb_parse_endpoint: ignore reserved bitsOliver Neukum
2024-04-30usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern
2024-04-25usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACYDamien Le Moal
2024-04-23USB: core: Fix access violation during port device removalAlan Stern
2024-04-23Merge 6.9-rc5 into usb-nextGreg Kroah-Hartman
2024-04-04usb: Disable USB3 LPM at shutdownKai-Heng Feng
2024-04-01Merge 6.9-rc2 into usb-nextGreg Kroah-Hartman
2024-03-27usb: misc: onboard_hub: rename to onboard_devJavier Carrasco
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern
2024-03-26USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2024-03-19usb: usb-acpi: Fix oops due to freeing uninitialized pld pointerMathias Nyman
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2024-03-06usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd
2024-03-05usb: port: Don't try to peer unused USB ports based on locationMathias Nyman
2024-03-05usb: usb-acpi: Set port connect type of not connectable ports correctlyMathias Nyman
2024-03-05usb: Export BOS descriptor to sysfsElbert Mai
2024-03-02USB: document some API requirements on disconnectionMichal Pecio
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere