summaryrefslogtreecommitdiffstats
path: root/drivers/usb/core
AgeCommit message (Expand)AuthorLines
2024-03-26USB: core: Fix deadlock in port "disable" sysfs attributeAlan Stern-4/+34
2024-03-26USB: core: Add hub_get() and hub_put() routinesAlan Stern-7/+18
2024-03-26USB: core: Fix deadlock in usb_deauthorize_interface()Alan Stern-3/+13
2024-03-21Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-73/+377
2024-03-19usb: usb-acpi: Fix oops due to freeing uninitialized pld pointerMathias Nyman-1/+1
2024-03-11Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+12
2024-03-06usb: Clarify expected behavior of dev_bin_attrs_are_visible()Elbert Mai-2/+5
2024-03-05usb: core: Set connect_type of ports based on DT nodeStephen Boyd-0/+73
2024-03-05usb: port: Don't try to peer unused USB ports based on locationMathias Nyman-2/+3
2024-03-05usb: usb-acpi: Set port connect type of not connectable ports correctlyMathias Nyman-23/+23
2024-03-05usb: Export BOS descriptor to sysfsElbert Mai-17/+61
2024-03-02USB: document some API requirements on disconnectionMichal Pecio-1/+4
2024-02-19usb: core: constify the struct device_type usageRicardo B. Marliere-8/+8
2024-02-17usb: sysfs: use kstrtobool() if possibleGuan-Yu Lin-10/+12
2024-02-17usb: core: Kconfig: Improve USB authorization mode helpNiko Mauno-6/+16
2024-02-05usb: core: hcd: Convert from tasklet to BH workqueueTejun Heo-11/+12
2024-02-04Merge 6.8-rc3 into usb-nextGreg Kroah-Hartman-14/+32
2024-01-27usb: core: add phy notify connect and disconnectStanley Chang-4/+162
2024-01-27usb: core: Make default authorization mode configurableNiko Mauno-1/+18
2024-01-27usb: core: Amend initial authorized_default valueNiko Mauno-4/+2
2024-01-27usb: usb_autopm_get_interface use modern helperOliver Neukum-6/+2
2024-01-27USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORTOliver Neukum-11/+19
2024-01-27usb: core: Prevent null pointer dereference in update_port_device_stateUdipto Goswami-3/+13
2024-01-04USB: core: Use device_driver directly in struct usb_driver and usb_device_driverYajun Deng-36/+33
2023-12-15usb: core: Fix crash w/ usb_choose_configuration() if no driverDouglas Anderson-1/+10
2023-12-06usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hubHardik Gajjar-0/+29
2023-12-06usb: hub: Replace hardcoded quirk value with BIT() macroHardik Gajjar-2/+2
2023-12-04usb: core: Allow subclassed USB drivers to override usb_choose_configuration()Douglas Anderson-0/+7
2023-12-04usb: core: Don't force USB generic_subclass drivers to define probe()Douglas Anderson-1/+4
2023-11-27Merge 6.7-rc3 into usb-nextGreg Kroah-Hartman-24/+2
2023-11-23usb: new quirk to reduce the SET_ADDRESS request timeoutHardik Gajjar-2/+20
2023-11-23usb: xhci: Add timeout argument in address_device USB HCD callbackHardik Gajjar-1/+1
2023-11-21usb: config: fix iteration issue in 'usb_get_bos_descriptor()'Niklas Neronin-1/+2
2023-11-06Revert "usb: phy: add usb phy notify port status API"Johan Hovold-23/+0
2023-11-03Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-6/+26
2023-10-30Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs...Linus Torvalds-9/+17
2023-10-21usb: core: Remove duplicated check in usb_hub_create_port_deviceHeiner Kallweit-2/+1
2023-10-18usb: convert to new timestamp accessorsJeff Layton-9/+17
2023-10-16usb: Inform the USB Type-C class about enumerated devicesHeikki Krogerus-2/+24
2023-10-16Merge 6.6-rc6 into usb-nextGreg Kroah-Hartman-4/+23
2023-10-02usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirkNiklas Schnelle-2/+1
2023-10-02usb: hub: Guard against accesses to uninitialized BOS descriptorsRicardo CaƱuelo-4/+23
2023-09-01Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-419/+307
2023-08-28Merge tag 'v6.6-vfs.ctime' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-8/+8
2023-08-22usb: core: Use module_led_trigger macro to simplify the codeLi Zetao-12/+1
2023-08-12USB: core: Fix oversight in SuperSpeed initializationAlan Stern-12/+24
2023-08-12USB: core: Fix unused variable warning in usb_alloc_dev()Alan Stern-2/+0
2023-08-09USB: Remove remnants of Wireless USB and UWBAlan Stern-185/+55
2023-08-08USB: core: Fix race by not overwriting udev->descriptor in hub_port_init()Alan Stern-44/+70
2023-08-08USB: core: Change usb_get_device_descriptor() APIAlan Stern-43/+44