Linux USB
 help / color / mirror / Atom feed
 messages from 2026-07-01 06:25:25 to 2026-07-03 11:03:56 UTC [more...]

[PATCH v3 00/13] arm64: mediatek: Add M.2 E-key slot on Chromebooks
 2026-07-03 11:03 UTC  (5+ messages)
` [PATCH v3 01/13] device property: Add fwnode_graph_get_port_by_id()
` [PATCH v3 02/13] device property: Add fwnode_graph_get_next_port_endpoint()
` [PATCH v3 03/13] power: sequencing: Add pwrseq_power_is_on()
` [PATCH v3 04/13] usb: hub: Return actual error from hub_configure() in hub_probe()

[PATCH net-next 0/4] net: usb: move exported code to usbnet
 2026-07-03 10:16 UTC  (11+ messages)
` [PATCH net-next 1/4] net: usb: move updating filter and status from cdc "
` [PATCH net-next 2/4] net: usb: centralize usbnet_cdc_zte_rx_fixup in usbnet
` [PATCH net-next 3/4] net: usb: usbnet: add cdc_state to struct usbnet
` [PATCH net-next 4/4] net: usb: use cdc_state in "

[PATCH] usb: mtu3: allocate phys with ssusb
 2026-07-03  9:45 UTC  (2+ messages)

[PATCH] USB: hub: call ACPI _PRR reset during port power-cycle on enumeration failure
 2026-07-03  9:43 UTC  (2+ messages)

[GIT PULL] USB serial fixes for 7.2-rc2
 2026-07-03  9:41 UTC  (2+ messages)

[PATCH net v2] net: usb: lan78xx: disable VLAN filter in promiscuous mode
 2026-07-03  9:25 UTC  (3+ messages)

[PATCH v4 0/9] Improve Qualcomm EUD driver and platform support
 2026-07-03  8:56 UTC  (4+ messages)
` [PATCH v4 1/9] dt-bindings: soc: qcom: eud: Add per-path child nodes for UTMI routing

[PATCH] usb: gadget: f_ncm: validate datagram bounds in ncm_unwrap_ntb()
 2026-07-03  8:37 UTC 

[PATCH] usb: gadget: printer: fix infinite loop in printer_read()
 2026-07-03  7:54 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 1/1] net: usb: aqc111: fix set_mac_address return value for bonding
 2026-07-03  7:39 UTC 

[GIT PULL] Split <linux/mod_devicetable.h> in per subsystem headers
 2026-07-03  7:37 UTC  (2+ messages)

[PATCH v2 0/3] usb: typec: tipd: add TPS66993 support
 2026-07-03  7:12 UTC  (5+ messages)
` [PATCH v2 1/3] dt-bindings: usb: ti,tps6598x: add TPS66993 compatible
` [PATCH v2 2/3] usb: typec: tipd: add read_power_status callback to tipd_data
` [PATCH v2 3/3] usb: typec: tipd: add TPS66993 support

[PATCH net v2] net: usb: net1080: validate packet_len before pad-byte access in rx_fixup
 2026-07-03  6:30 UTC  (2+ messages)

[PATCH] usb: typec: tcpci: pass correct rx_type to tcpm_pd_receive()
 2026-07-03  6:32 UTC 

[PATCH net-next v2 00/12] net: mctp: usb: Add support for MCTP-over-USB v1.1
 2026-07-03  5:47 UTC  (13+ messages)
` [PATCH net-next v2 01/12] net: mctp: usb: Include version indicator in max packet size defines
` [PATCH net-next v2 02/12] net: mctp: usb: Use packet-length max for maximum packet-size check
` [PATCH net-next v2 03/12] net: mctp: usblib: Move RX transfer processing to a new mctp-usblib
` [PATCH net-next v2 04/12] net: mctp: usblib: Move TX transfer processing to mctp-usblib
` [PATCH net-next v2 05/12] net: mctp: usb: Allow for multiple urb submissions from a packet tx
` [PATCH net-next v2 06/12] net: mctp: usblib: Add support for multi-packet transmit
` [PATCH net-next v2 07/12] net: mctp: usb: Accommodate DSP0283 v1.1 header format
` [PATCH net-next v2 08/12] net: mctp: usblib: Implement receive-side packet spanning
` [PATCH net-next v2 09/12] net: mctp: usblib: Implement transmit-side "
` [PATCH net-next v2 10/12] net: mctp: usblib: Add initial kunit tests
` [PATCH net-next v2 11/12] net: mctp: usb: enable v1.1 packet spanning
` [PATCH net-next v2 12/12] net: mctp: usb: Allow multiple urbs in flight

[PATCH net-next v4 3/3] r8152: Add firmware upload capability for RTL8157/RTL8159
 2026-07-03  4:47 UTC  (10+ messages)
` RTL8159 firmware

[PATCH 5.10] usb: cdns3: gadget: fix NULL pointer dereference in ep_queue
 2026-07-03  4:07 UTC  (2+ messages)

[Bug 221716] New: JHL9580 Barlow Ridge TB5: host_reset timeout, PCIe tunneling broken
 2026-07-03  4:00 UTC 

[PATCH RFC] thunderbolt: Add JHL9580 Barlow Ridge (TB5) ICM support — host_reset timeout blocking PCIe tunneling
 2026-07-03  3:49 UTC 

[RFC PATCH 0/9] rust: usb: synchronous bulk/control transfers + helpers
 2026-07-03  3:00 UTC  (13+ messages)
` [RFC PATCH v2 00/11] rust: usb: synchronous + asynchronous "
  ` [RFC PATCH v2 01/11] rust: usb: add synchronous bulk transfer support
  ` [RFC PATCH v2 02/11] rust: usb: add synchronous control "
  ` [RFC PATCH v2 03/11] rust: usb: add usb::Device::set_interface()
  ` [RFC PATCH v2 04/11] rust: usb: add usb::Interface::number()
  ` [RFC PATCH v2 05/11] rust: usb: add usb::Device::clear_halt()
  ` [RFC PATCH v2 06/11] rust: usb: add usb::Device::interrupt_recv()
  ` [RFC PATCH v2 07/11] rust: usb: add usb::Device::reset_configuration()
  ` [RFC PATCH v2 08/11] rust: usb: add an asynchronous persistently-queued bulk IN reader
  ` [RFC PATCH v2 09/11] rust: usb: add an asynchronous pipelined bulk OUT queue
  ` [RFC PATCH v2 10/11] rust: usb: keep usb::Device private and gate transfers on Interface<Bound>
  ` [RFC PATCH v2 11/11] rust: usb: let drivers choose the transfer allocation flags

[PATCH] usb: typec: altmodes: select DRM_AUX_HPD_BRIDGE for TYPEC_DP_ALTMODE
 2026-07-03  1:36 UTC  (3+ messages)

[PATCH 0/4] USB: gadget: fix device name leaks
 2026-07-02 22:38 UTC  (6+ messages)
` [PATCH 1/4] USB: gadget: fsl-udc: fix device name leak on probe failure
` [PATCH 2/4] USB: gadget: snps-udc: "
` [PATCH 3/4] USB: gadget: fsl-udc: fix dev_printk() device
` [PATCH 4/4] USB: gadget: fsl-udc: drop misleading unbind sanity check

[PATCH] usb: typec: class: drop PD lookup reference
 2026-07-02 19:13 UTC 

[RESEND PATCH] ABI: sysfs-bus-usb: fix brace
 2026-07-02 18:45 UTC 

[PATCH v2 0/2] rockchip: Fix devices suspend freeze on RK3568/RK3566
 2026-07-02 18:00 UTC  (4+ messages)
` [PATCH v2 2/2] arm64: dts: "

7.1 regression bisected to "usb: core: Fix SuperSpeed root hub wMaxPacketSize"
 2026-07-02 16:34 UTC  (8+ messages)

[PATCH] USB: gadget: stop propagating controller OF nodes
 2026-07-02 14:53 UTC 

[BUG] usb: gadgetfs: KASAN null-ptr-deref and intermittent UAF in ep_aio_cancel()
 2026-07-02 14:22 UTC  (4+ messages)

[PATCH] USB: gadget: fsl-udc: enable compile testing
 2026-07-02 14:16 UTC 

[PATCH v4 0/2] Add support for Battery Status AMS
 2026-07-02 12:42 UTC  (5+ messages)
` [PATCH v4 1/2] power: supply: Add helpers to get and put arrays of power supply handles
` [PATCH v4 2/2] usb: typec: tcpm: Add support for Battery Status response message

[RESEND PATCH] usb: core: config: fix SS companion log for interrupt endpoints
 2026-07-02 11:55 UTC  (5+ messages)
  ` [RESEND PATCH] USB: core: report interrupt endpoint correctly in companion descriptor diagnostic

[PATCH net-next 10/12] net: mctp: usblib: Add initial kunit tests
 2026-07-02 10:10 UTC  (2+ messages)

[PATCH net-next 04/12] net: mctp: usblib: Move TX transfer processing to mctp-usblib
 2026-07-02 10:10 UTC  (2+ messages)

[PATCH net-next 12/12] net: mctp: usb: Allow multiple urbs in flight
 2026-07-02 10:09 UTC  (2+ messages)

[PATCH net-next 03/12] net: mctp: usblib: Move RX transfer processing to a new mctp-usblib
 2026-07-02 10:09 UTC  (2+ messages)

[PATCH] usb: atm: ueagle: fix use-after-free in uea_upload_pre_firmware()
 2026-07-02  9:37 UTC  (2+ messages)

[PATCH net-next v4] net: usb: rtl8150: handle link status read failures
 2026-07-02  9:10 UTC  (2+ messages)

[RESEND PATCH] usbip: vudc: fix NULL pointer dereference in vep_dequeue()
 2026-07-02  8:38 UTC  (2+ messages)

[RFC PATCH] usb: storage: uas: limit consecutive device resets in error handling
 2026-07-02  8:21 UTC  (5+ messages)
` [usb-storage] "

[RESEND PATCH] usb: typec: tcpm: fix EPR AVS APDO maximum voltage decoding
 2026-07-02  8:13 UTC 

[PATCH v2] usb: renesas_usbhs: Fix power-off ordering on unbind
 2026-07-02  7:38 UTC 

[PATCH] usb: core: port: Deattach Type-C connector on component unbind
 2026-07-02  5:50 UTC  (3+ messages)

[PATCH] USB: misc: uss720: unregister parport on probe failure
 2026-07-02  0:46 UTC  (2+ messages)

[PATCH v9 00/38] phy: rockchip: usbdp: Clean up the mess
 2026-07-01 23:36 UTC  (39+ messages)
` [PATCH v9 01/38] dt-bindings: phy: rockchip-usbdp: add improved ports scheme
` [PATCH v9 02/38] phy: rockchip: usbdp: Update mode_change after error handling
` [PATCH v9 03/38] phy: rockchip: usbdp: Do not lose USB3 PHY status
` [PATCH v9 04/38] phy: rockchip: usbdp: Fix devm_clk_bulk_get_all check
` [PATCH v9 05/38] phy: rockchip: usbdp: Handle missing clock-names DT property gracefully
` [PATCH v9 06/38] phy: rockchip: usbdp: Drop seamless DP takeover
` [PATCH v9 07/38] phy: rockchip: usbdp: Handle rk_udphy_reset_deassert_all errors in init check
` [PATCH v9 08/38] phy: rockchip: usbdp: Keep clocks running on PHY re-init
` [PATCH v9 09/38] phy: rockchip: usbdp: Amend SSC modulation deviation
` [PATCH v9 10/38] phy: rockchip: usbdp: Fix LFPS detect threshold control
` [PATCH v9 11/38] phy: rockchip: usbdp: Add missing mode_change update
` [PATCH v9 12/38] phy: rockchip: usbdp: Support single-lane DP
` [PATCH v9 13/38] phy: rockchip: usbdp: Limit DP lane count to muxed lanes
` [PATCH v9 14/38] phy: rockchip: usbdp: Rename DP lane functions
` [PATCH v9 15/38] phy: rockchip: usbdp: Use FIELD_PREP_WM16_CONST
` [PATCH v9 16/38] phy: rockchip: usbdp: Cleanup DP lane selection function
` [PATCH v9 17/38] phy: rockchip: usbdp: Register DP aux bridge
` [PATCH v9 18/38] phy: rockchip: usbdp: Drop DP HPD handling
` [PATCH v9 19/38] phy: rockchip: usbdp: Rename mode_change to phy_needs_reinit
` [PATCH v9 20/38] phy: rockchip: usbdp: Re-init the PHY on orientation change
` [PATCH v9 21/38] phy: rockchip: usbdp: Factor out lane_mux_sel setup
` [PATCH v9 22/38] phy: rockchip: usbdp: Properly handle TYPEC_STATE_SAFE and TYPEC_STATE_USB
` [PATCH v9 23/38] phy: rockchip: usbdp: Use guard functions for mutex
` [PATCH v9 24/38] phy: rockchip: usbdp: Clear USB status on PHY exit
` [PATCH v9 25/38] phy: rockchip: usbdp: Hold mutex in DP PHY configure
` [PATCH v9 26/38] phy: rockchip: usbdp: Add some extra debug messages
` [PATCH v9 27/38] phy: rockchip: usbdp: Avoid xHCI SErrors
` [PATCH v9 28/38] phy: rockchip: usbdp: Disable USB3 on probe
` [PATCH v9 29/38] phy: rockchip: usbdp: Handle rk_udphy_reset_deassert errors
` [PATCH v9 30/38] phy: rockchip: usbdp: Only enable USB3 when not in high-speed mode
` [PATCH v9 31/38] phy: core: add notifier infrastructure
` [PATCH v9 32/38] usb: dwc3: core: support PHY reset notifications
` [PATCH v9 33/38] phy: rockchip: usbdp: Add phy reset notification support
` [PATCH v9 34/38] phy: rockchip: usbdp: Rename mode to hw_mode
` [PATCH v9 35/38] phy: rockchip: usbdp: Simplify power state handling
` [PATCH v9 36/38] phy: rockchip: usbdp: Rename phy_needs_reinit to orientation_changed
` [PATCH v9 37/38] phy: rockchip: usbdp: Re-init PHY on mux change
` [PATCH v9 38/38] phy: rockchip: usbdp: Power optimizations

[PATCH 0/9] ax88179_178a: Add support for AX88179A-based chips
 2026-07-01 18:41 UTC  (14+ messages)
` [PATCH 1/9] ax88179_178a: Fix endianness of pause watermark register
` [PATCH 2/9] ax88179_178a: Add HW support for AX179A-based chips
` [PATCH 3/9] ax88179_178a: Add support for AX88179A MMD access
` [PATCH 5/9] ax88179_178a: Add support for ethtool pause parameter configuration

[PATCH AUTOSEL 7.0-6.12] net: usb: cdc_ncm: add Apple Mac USB-C direct networking quirk
 2026-07-01 17:55 UTC  (2+ messages)

[PATCH v3] dt-bindings: usb: qcom,snps-dwc3: Add Shikra compatible
 2026-07-01 16:27 UTC 

[PATCH 0/4] usb: fix UAF related to dynamic ID
 2026-07-01 15:02 UTC  (4+ messages)

[PATCH v2 00/19] driver core: count references of the platform device's fwnode, not OF node
 2026-07-01 15:05 UTC  (5+ messages)
` [PATCH v2 02/19] driver core: platform: provide platform_device_set_of_node()

[PATCH net v3] net: usb: lan78xx: disable VLAN filter in promiscuous mode
 2026-07-01 14:47 UTC 

[PATCH v2 0/2] USB: replace __get_free_pages() with kmalloc()
 2026-07-01 14:02 UTC  (5+ messages)
` [PATCH v2 1/2] usb: host: ohci-dbg: use kmalloc() for print buffer
` [PATCH v2 2/2] usb: core: devices: use kmalloc() to allocate dump buffer

[PATCH] usb: sl811-hcd: disable controller wakeup on remove
 2026-07-01 12:16 UTC 

[PATCH] usb: typec: tcpci_rt1711h: unregister TCPCI port with devres
 2026-07-01 12:10 UTC 

[PATCH 0/2] usbip: fix device disconnect loop with isoc endpoints
 2026-07-01 12:06 UTC  (5+ messages)
` [PATCH 1/2] usbip: drain remaining PDU payload on rejected endpoint
` [PATCH 2/2] usbip: block SET_INTERFACE for isoc alt settings

[PATCH] usb: typec: anx7411: use devm_pm_runtime_enable()
 2026-07-01 11:40 UTC 

[PATCH v2] usb: typec: class: do not pin the alt mode driver module
 2026-07-01 10:28 UTC 

[linux-next:master] BUILD REGRESSION be5c93fa674f0fc3c8f359c2143abce6bbb422e6
 2026-07-01 10:12 UTC 

[PATCH] [RFC] gpiolib: introduce gpio_name() helper
 2026-07-01  8:31 UTC  (5+ messages)

[RFT PATCH 0/3] xhci: avoid futile stop endpoint command and host teardown
 2026-07-01  8:05 UTC  (2+ messages)

[PATCH] usb: typec: class: balance alt mode driver module refcount
 2026-07-01  7:18 UTC  (2+ messages)

[PATCH net] net: usb: lan78xx: disable VLAN filter in promiscuous mode
 2026-07-01  6:57 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox