messages from 2025-01-21 21:06:11 to 2025-01-28 02:21:58 UTC [more...]
[PATCH v1 0/3] usb: dwc3: Avoid using reserved EPs
2025-01-28 2:21 UTC (22+ messages)
` [PATCH v1 1/3] dt-bindings: usb: dwc3: Add a property to reserve endpoints
` [PATCH v1 2/3] usb: dwc3: gadget: Add support for snps,reserved-endpoints property
` [PATCH v1 3/3] usb: dwc3: gadget: Skip endpoints ep[18]{in,out} on Intel Merrifield
[PATCH v1] usb: dwc3: gadget: fix gadget workqueue use-after-free
2025-01-28 1:44 UTC (2+ messages)
[PATCH] Fix DWC3 documentation warning
2025-01-28 1:14 UTC (2+ messages)
[GIT PULL] USB / Thunderbolt driver updates for 6.14-rc1
2025-01-28 1:07 UTC (2+ messages)
[RFC v2 00/38] Improve ABI documentation generation
2025-01-28 0:06 UTC (2+ messages)
` [RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI
[PATCH] usb: roles: cache usb roles received during switch registration
2025-01-27 23:07 UTC
[PATCH v3 00/12] usb: dwc3: qcom: Flatten dwc3 structure
2025-01-27 22:40 UTC (8+ messages)
[PATCH] usb: xhci: Restore xhci_pci support for Renesas HCs
2025-01-27 19:53 UTC (3+ messages)
[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in corsair_void_status_work_handler
2025-01-27 17:18 UTC
[syzbot] [usb?] KASAN: stack-out-of-bounds Read in usb_check_int_endpoints
2025-01-27 15:59 UTC (2+ messages)
[PATCH 0/8] Enable EUD on Qualcomm sm8450 SoC
2025-01-27 14:50 UTC (12+ messages)
` [PATCH 1/8] dt-bindings: soc: qcom: eud: Add phy related bindings
` [PATCH 2/8] dt-bindings: soc: qcom: eud: Add usb role switch property
[PATCH 00/34] address all -Wunused-const warnings
2025-01-27 13:24 UTC (2+ messages)
[PATCH v4] usb: xhci: quirk for data loss in ISOC transfers
2025-01-27 12:06 UTC
[Bug 219726] New: USB devices fail to show up when upgrading to 6.12.11
2025-01-27 10:31 UTC (4+ messages)
` [Bug 219726] "
[Bug 219681] New: ASUS Zenbook S 14 UX5406SA: Unstable USB connection on USB-A port under certain condition
2025-01-27 9:14 UTC (7+ messages)
` [Bug 219681] "
[syzbot] [mm?] WARNING: ODEBUG bug in free_unref_page
2025-01-27 7:58 UTC
[PATCH] net: usb: asix: add FiberGecko DeviceID
2025-01-26 16:33 UTC (4+ messages)
` [PATCH v2] "
USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
2025-01-26 16:12 UTC (14+ messages)
[PATCH net v5 0/7] usbnet: ipheth: prevent OoB reads of NDP16
2025-01-26 13:44 UTC (10+ messages)
` [PATCH net v5 1/7] usbnet: ipheth: fix possible overflow in DPE length check
` [PATCH net v5 2/7] usbnet: ipheth: check that DPE points past NCM header
` [PATCH net v5 3/7] usbnet: ipheth: use static NDP16 location in URB
` [PATCH net v5 4/7] usbnet: ipheth: refactor NCM datagram loop
` [PATCH net v5 5/7] usbnet: ipheth: break up NCM header size computation
` [PATCH net v5 6/7] usbnet: ipheth: fix DPE OoB read
` [PATCH net v5 7/7] usbnet: ipheth: document scope of NCM implementation
[PATCH v6 0/7] Add Nuvoton NCT6694 MFD drivers
2025-01-26 13:18 UTC (13+ messages)
` [PATCH v6 1/7] mfd: Add core driver for Nuvoton NCT6694
` [PATCH v6 2/7] gpio: Add Nuvoton NCT6694 GPIO support
` [PATCH v6 3/7] i2c: Add Nuvoton NCT6694 I2C support
` [PATCH v6 4/7] can: Add Nuvoton NCT6694 CANFD support
` [PATCH v6 5/7] watchdog: Add Nuvoton NCT6694 WDT support
` [PATCH v6 6/7] hwmon: Add Nuvoton NCT6694 HWMON support
` [PATCH v6 7/7] rtc: Add Nuvoton NCT6694 RTC support
[syzbot] [input?] [usb?] WARNING: ODEBUG bug in release_nodes
2025-01-26 8:30 UTC
[PATCH] hid: intel-thc: fix CONFIG_HID dependency
2025-01-26 1:10 UTC (4+ messages)
[PATCH v7 00/17] HID: Upgrade the generic pidff driver and add hid-universal-pidff
2025-01-25 22:25 UTC (18+ messages)
` [PATCH v7 01/17] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v7 02/17] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v7 03/17] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v7 04/17] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v7 05/17] HID: pidff: Add MISSING_PBO "
` [PATCH v7 06/17] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v7 07/17] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v7 08/17] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v7 09/17] HID: pidff: Stop all effects before enabling actuators
` [PATCH v7 10/17] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v7 11/17] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v7 12/17] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v7 13/17] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v7 14/17] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v7 15/17] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v7 16/17] HID: pidff: Rescale period value to match device units
` [PATCH v7 17/17] HID: pidff: Improve ff gain handling
[PATCH v6 00/17] HID: Upgrade the generic pidff driver and add hid-universal-pidff
2025-01-25 21:24 UTC (20+ messages)
` [PATCH v6 01/17] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v6 02/17] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v6 03/17] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v6 04/17] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v6 05/17] HID: pidff: Add MISSING_PBO "
` [PATCH v6 06/17] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v6 07/17] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v6 08/17] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v6 09/17] HID: pidff: Stop all effects before enabling actuators
` [PATCH v6 10/17] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v6 11/17] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v6 12/17] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v6 13/17] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v6 14/17] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v6 15/17] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v6 16/17] HID: pidff: Rescale period value to match device units
` [PATCH v6 17/17] HID: pidff: Improve ff gain handling
[bug report] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
2025-01-25 13:01 UTC (6+ messages)
[PATCH 1/2] net: usb: qmi_wwan: fix init for Wistron NeWeb M18QW
2025-01-25 10:16 UTC (3+ messages)
` AW: "
[PATCH 2/2] USB: serial: option: add Wistron NeWeb M18QW support
2025-01-25 9:40 UTC
[PATCH] usb: dwc2: gadget: remove of_node reference upon udc_stop
2025-01-25 7:13 UTC (2+ messages)
[REGRESSION] usb: xhci port capability storage change broke fastboot android bootloader utility
2025-01-24 19:44 UTC (7+ messages)
[PATCH 2/2] usb: typec: thunderbolt: Remove IS_ERR check for plug
2025-01-24 19:40 UTC
[PATCH 1/2] usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP
2025-01-24 19:40 UTC
[Bug 215906] New: DMAR fault when connected usb hub (xhci_hcd)
2025-01-24 14:53 UTC (2+ messages)
` [Bug 215906] "
[syzbot] [input?] [usb?] WARNING: ODEBUG bug in devres_release_group
2025-01-24 13:00 UTC (4+ messages)
` [PATCH] HID: corsair-void: cancel delayed status work if device removed
[PATCH v2] USB: serial: option: add MeiG Smart SLM828
2025-01-24 10:28 UTC
[PATCH net v2] net: usb: rtl8150: enable basic endpoint checking
2025-01-24 9:30 UTC
[PATCH v1] usb: dwc3: gadget: Prevent irq storm when TH re-executes
2025-01-24 7:59 UTC
[PATCH] usb: core: support interface node for simple USB devices
2025-01-23 16:33 UTC (9+ messages)
[PATCH] usb: dwc3: Fix documentation warning for sg member
2025-01-23 16:11 UTC (10+ messages)
` [PATCH v2] "
[PATCH] USB: serial: option: add MeiG Smart SLM828
2025-01-23 15:18 UTC (2+ messages)
[PATCH net] net: usb: rtl8150: enable basic endpoint checking
2025-01-23 15:11 UTC (7+ messages)
[PATCH v3] usb: gadget: u_serial: Disable ep before setting port to null to fix the crash caused by port being null
2025-01-23 14:56 UTC (6+ messages)
[Bug 219590] New: Linux 6.13 ucsi driver error
2025-01-23 10:43 UTC (2+ messages)
` [Bug 219590] Linux 6.13 ucsi driver error: drivers/usb/typec/ucsi/ucsi.c:1374 ucsi_reset_ppm
[PATCH 5/5] usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
2025-01-22 21:11 UTC (3+ messages)
USB hub code can dereference NULL hub and hub->ports
2025-01-22 19:26 UTC (5+ messages)
` [PATCH] USB: hub: Ignore non-compliant devices with too many configs or interfaces
[PATCH v3] USB: usbip: fix null-ptr-deref in status_show_vhci()
2025-01-22 16:08 UTC (2+ messages)
[PATCH v9 0/5] Support system sleep with offloaded usb transfers
2025-01-22 16:05 UTC (3+ messages)
Your fix for most_usb.c::hdm_disconnect
2025-01-22 14:18 UTC (4+ messages)
[syzbot] [media?] KASAN: slab-use-after-free Read in send_packet
2025-01-22 13:07 UTC
[PATCH v2] USB: usbip: fix null-ptr-deref in status_show_vhci()
2025-01-22 12:30 UTC (2+ messages)
[PATCH] USB: usbip: fix null-ptr-deref in status_show_vhci()
2025-01-22 12:23 UTC
[PATCH 0/7] phy: qcom: Introduce USB support for SM8750
2025-01-22 11:10 UTC (3+ messages)
` [PATCH 7/7] arm64: dts: qcom: sm8750: Add USB support to SM8750 platforms
[PATCH v2 1/4] dt-bindings: usb: mtk-xhci: add support mt8196
2025-01-22 9:30 UTC (3+ messages)
` [PATCH v2 4/4] usb: mtu3: add support remote wakeup of mt8196
[PATCH V2] usb: gadget: udc: renesas_usb3: Fix compiler warning
2025-01-22 8:58 UTC (2+ messages)
[PATCH] USB: usbip: fix null-ptr-deref in status_show_vhci()
2025-01-22 8:56 UTC (2+ messages)
[PATCH] usb: gadget: udc: renesas_usb3: Fix compiler warning
2025-01-22 8:06 UTC (3+ messages)
[PATCH] usb: gadget: Increase the limit of USB_GADGET_VBUS_DRAW to 900mA
2025-01-22 4:02 UTC (7+ messages)
[PATCH v5 00/12] HID: Upgrade the generic pidff driver and add hid-universal-pidff
2025-01-22 1:37 UTC (4+ messages)
` [PATCH v5 09/12] HID: pidff: Stop all effects before enabling actuators
[PATCH] usb: dwc3: Document nostream_work
2025-01-21 23:11 UTC
[PATCH v34 00/31] Introduce QC USB SND audio offloading support
2025-01-21 21:05 UTC (5+ messages)
` [PATCH v34 15/31] ASoC: usb: Add PCM format check API for USB backend
` [PATCH v34 16/31] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v34 26/31] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v34 28/31] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).