Age | Commit message (Expand) | Author |
2024-04-30 | usb: Fix regression caused by invalid ep0 maxpacket in virtual SuperSpeed device | Alan Stern |
2024-04-25 | usb: hcd-pci: Use PCI_IRQ_INTX instead of PCI_IRQ_LEGACY | Damien Le Moal |
2024-04-23 | USB: core: Fix access violation during port device removal | Alan Stern |
2024-04-23 | Merge 6.9-rc5 into usb-next | Greg Kroah-Hartman |
2024-04-04 | usb: Disable USB3 LPM at shutdown | Kai-Heng Feng |
2024-04-01 | Merge 6.9-rc2 into usb-next | Greg Kroah-Hartman |
2024-03-27 | usb: misc: onboard_hub: rename to onboard_dev | Javier Carrasco |
2024-03-26 | USB: core: Fix deadlock in port "disable" sysfs attribute | Alan Stern |
2024-03-26 | USB: core: Add hub_get() and hub_put() routines | Alan Stern |
2024-03-26 | USB: core: Fix deadlock in usb_deauthorize_interface() | Alan Stern |
2024-03-21 | Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2024-03-19 | usb: usb-acpi: Fix oops due to freeing uninitialized pld pointer | Mathias Nyman |
2024-03-11 | Merge tag 'wq-for-6.9-bh-conversions' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2024-03-06 | usb: Clarify expected behavior of dev_bin_attrs_are_visible() | Elbert Mai |
2024-03-05 | usb: core: Set connect_type of ports based on DT node | Stephen Boyd |
2024-03-05 | usb: port: Don't try to peer unused USB ports based on location | Mathias Nyman |
2024-03-05 | usb: usb-acpi: Set port connect type of not connectable ports correctly | Mathias Nyman |
2024-03-05 | usb: Export BOS descriptor to sysfs | Elbert Mai |
2024-03-02 | USB: document some API requirements on disconnection | Michal Pecio |
2024-02-19 | usb: core: constify the struct device_type usage | Ricardo B. Marliere |
2024-02-17 | usb: sysfs: use kstrtobool() if possible | Guan-Yu Lin |
2024-02-17 | usb: core: Kconfig: Improve USB authorization mode help | Niko Mauno |
2024-02-05 | usb: core: hcd: Convert from tasklet to BH workqueue | Tejun Heo |
2024-02-04 | Merge 6.8-rc3 into usb-next | Greg Kroah-Hartman |
2024-01-27 | usb: core: add phy notify connect and disconnect | Stanley Chang |
2024-01-27 | usb: core: Make default authorization mode configurable | Niko Mauno |
2024-01-27 | usb: core: Amend initial authorized_default value | Niko Mauno |
2024-01-27 | usb: usb_autopm_get_interface use modern helper | Oliver Neukum |
2024-01-27 | USB: hub: check for alternate port before enabling A_ALT_HNP_SUPPORT | Oliver Neukum |
2024-01-27 | usb: core: Prevent null pointer dereference in update_port_device_state | Udipto Goswami |
2024-01-04 | USB: core: Use device_driver directly in struct usb_driver and usb_device_driver | Yajun Deng |
2023-12-15 | usb: core: Fix crash w/ usb_choose_configuration() if no driver | Douglas Anderson |
2023-12-06 | usb: hub: Add quirk to decrease IN-ep poll interval for Microchip USB491x hub | Hardik Gajjar |
2023-12-06 | usb: hub: Replace hardcoded quirk value with BIT() macro | Hardik Gajjar |
2023-12-04 | usb: core: Allow subclassed USB drivers to override usb_choose_configuration() | Douglas Anderson |
2023-12-04 | usb: core: Don't force USB generic_subclass drivers to define probe() | Douglas Anderson |
2023-11-27 | Merge 6.7-rc3 into usb-next | Greg Kroah-Hartman |
2023-11-23 | usb: new quirk to reduce the SET_ADDRESS request timeout | Hardik Gajjar |
2023-11-23 | usb: xhci: Add timeout argument in address_device USB HCD callback | Hardik Gajjar |
2023-11-21 | usb: config: fix iteration issue in 'usb_get_bos_descriptor()' | Niklas Neronin |
2023-11-06 | Revert "usb: phy: add usb phy notify port status API" | Johan Hovold |
2023-11-03 | Merge tag 'usb-6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2023-10-30 | Merge tag 'vfs-6.7.ctime' of gitolite.kernel.org:pub/scm/linux/kernel/git/vfs... | Linus Torvalds |
2023-10-21 | usb: core: Remove duplicated check in usb_hub_create_port_device | Heiner Kallweit |
2023-10-18 | usb: convert to new timestamp accessors | Jeff Layton |
2023-10-16 | usb: Inform the USB Type-C class about enumerated devices | Heikki Krogerus |
2023-10-16 | Merge 6.6-rc6 into usb-next | Greg Kroah-Hartman |
2023-10-02 | usb: pci-quirks: handle HAS_IOPORT dependency for AMD quirk | Niklas Schnelle |
2023-10-02 | usb: hub: Guard against accesses to uninitialized BOS descriptors | Ricardo Cañuelo |
2023-09-01 | Merge tag 'usb-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |