summaryrefslogtreecommitdiff
path: root/drivers/usb/core
AgeCommit message (Expand)Author
2024-07-18USB: core: Fix duplicate endpoint bug by clearing reserved bits in the descri...Alan Stern
2024-07-18USB: Add USB_QUIRK_NO_SET_INTF quirk for START BP-850kWangYuli
2024-05-17USB: core: Fix access violation during port device removalAlan Stern
2024-05-17usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed deviceAlan Stern
2024-04-27usb: Disable USB3 LPM at shutdownKai-Heng Feng
2024-04-27usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar
2024-04-27usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar
2024-04-03USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern
2024-04-03USB: core: Add hub_get() and hub_put() routinesAlan Stern
2024-04-03USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern
2024-04-03usb: port: Don't try to peer unused USB ports based on locationMathias Nyman
2024-02-23usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami
2024-02-23USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum
2024-02-05usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar
2024-02-05usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar
2023-12-03usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin
2023-12-03Revert "usb: phy: add usb phy notify port status API"Johan Hovold
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo Cañuelo
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern
2023-08-12USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern
2023-08-08USB: core: Unite old scheme and new scheme descriptor readsAlan Stern
2023-07-31Merge 6.5-rc4 into usb-nextGreg Kroah-Hartman
2023-07-26usb: phy: add usb phy notify port status APIStanley Chang
2023-07-25usb: Explicitly include correct DT includesRob Herring
2023-07-25USB: make usb class a const structureIvan Orlov
2023-07-25USB: quirks: add quirk for Focusrite ScarlettŁukasz Bartosik
2023-07-13usb: convert to ctime accessor functionsJeff Layton
2023-07-03Merge tag 'usb-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-06-28Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-06-19drivers/usb: use ARCH_DMA_MINALIGN instead of ARCH_KMALLOC_MINALIGNCatalin Marinas
2023-06-13usb: update the ctime as well when updating mtime after an ioctlJeff Layton
2023-06-13usb: core: add sysfs entry for usb device stateRoy Luo
2023-06-05Merge 6.4-rc5 into usb-nextGreg Kroah-Hartman
2023-05-29usb: usbfs: Use consistent mmap functionsRuihan Li
2023-05-29usb: usbfs: Enforce page requirements for mmapRuihan Li
2023-05-29usb: hide unused usbfs_notify_suspend/resume functionsArnd Bergmann
2023-05-13USB: Extend pci resume function to handle PM eventsBasavaraj Natikar
2023-04-27Merge tag 'driver-core-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-04-27Merge tag 'usb-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2023-04-20USB: core: Add routines for endpoint checks in old driversAlan Stern
2023-04-06USB: core: Fix docs warning caused by wireless_status featureBastien Nocera
2023-04-03USB: core: Add API to change the wireless_statusBastien Nocera
2023-04-03USB: core: Add wireless_status sysfs attributeBastien Nocera
2023-03-23USB: mark all struct bus_type as constGreg Kroah-Hartman