linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-25 22:25:50 to 2025-02-01 21:15:17 UTC [more...]

[Bug 219590] New: Linux 6.13 ucsi driver error
 2025-02-01 21:15 UTC  (2+ messages)
` [Bug 219590] Linux 6.13 ucsi driver error: drivers/usb/typec/ucsi/ucsi.c:1374 ucsi_reset_ppm

[PATCH] usb: dwc3: Fix timeout issue during controller enter/exit from halt state
 2025-02-01 17:48 UTC  (4+ messages)

[PATCH] USB: core: Enable root_hub's remote wakeup for wakeup sources
 2025-02-01 16:55 UTC  (6+ messages)

[PATCH v1] usb: dwc3: gadget: fix gadget workqueue use-after-free
 2025-02-01 16:52 UTC  (5+ messages)

[PATCH v2] usb: dwc3: Fix timeout issue during controller enter/exit from halt state
 2025-02-01 16:39 UTC 

[PATCH v9 00/22] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-02-01 11:39 UTC  (23+ messages)
` [PATCH v9 01/22] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v9 02/22] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v9 03/22] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v9 04/22] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v9 05/22] HID: pidff: Add MISSING_PBO "
` [PATCH v9 06/22] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v9 07/22] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v9 08/22] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v9 09/22] HID: pidff: Stop all effects before enabling actuators
` [PATCH v9 10/22] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v9 11/22] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v9 12/22] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v9 13/22] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v9 14/22] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v9 15/22] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v9 16/22] HID: pidff: Rescale time values to match field units
` [PATCH v9 17/22] HID: pidff: Factor out code for setting gain
` [PATCH v9 18/22] HID: pidff: Fix null pointer dereference in pidff_find_fields
` [PATCH v9 19/22] HID: pidff: Move all hid-pidff definitions to a dedicated header
` [PATCH v9 20/22] HID: pidff: Simplify pidff_rescale_signed
` [PATCH v9 21/22] HID: pidff: Use macros instead of hardcoded min/max values for shorts
` [PATCH v9 22/22] HID: pidff: Factor out pool report fetch and remove excess declaration

[PATCH] USB: pci-quirks: Fix HCCPARAMS register error for LS7A EHCI
 2025-02-01  6:18 UTC  (5+ messages)

[PATCH v1] usb: dwc3: gadget: Prevent irq storm when TH re-executes
 2025-02-01  0:09 UTC  (6+ messages)

[syzbot] [usb?] general protection fault in count_matching_names
 2025-01-31 20:35 UTC 

[PATCH v2] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-01-31 20:12 UTC  (2+ messages)

[PATCH v2] usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
 2025-01-31  8:01 UTC  (2+ messages)

[PATCH v4 Cover Letter] thunderbolt: Disable Gen 4 Recovery on Asymmetric Transitions
 2025-01-31  1:41 UTC  (2+ messages)
` [PATCH v4] "

[PATCH v3] thunderbolt: Disable Gen 4 Recovery on Asymmetric Transitions
 2025-01-31  1:17 UTC 

[PATCH v2 Cover Letter] thunderbolt: Disable Gen 4 Recovery on Asymmetric Transitions
 2025-01-31  1:11 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] usb: dwc3: Set SUSPENDENABLE soon after phy init
 2025-01-30 23:49 UTC 

[PATCH] usb: gadget: f_midi: fix MIDI Streaming descriptor lengths
 2025-01-30 17:10 UTC  (7+ messages)

[PATCH v1 0/3] usb: dwc3: Avoid using reserved EPs
 2025-01-30  1:48 UTC  (24+ messages)
` [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

nvme disk in caddy runs at 480M (expect 10000M)
 2025-01-30  1:46 UTC  (2+ messages)

[PATCH v8 00/21] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-29 21:29 UTC  (22+ messages)
` [PATCH v8 01/21] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v8 02/21] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v8 03/21] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v8 04/21] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v8 05/21] HID: pidff: Add MISSING_PBO "
` [PATCH v8 06/21] HID: pidff: Add PERMISSIVE_CONTROL quirk
` [PATCH v8 07/21] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v8 08/21] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v8 09/21] HID: pidff: Stop all effects before enabling actuators
` [PATCH v8 10/21] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v8 11/21] MAINTAINERS: Add entry for hid-universal-pidff driver
` [PATCH v8 12/21] HID: pidff: Add PERIODIC_SINE_ONLY quirk
` [PATCH v8 13/21] HID: pidff: Completely rework and fix pidff_reset function
` [PATCH v8 14/21] HID: pidff: Simplify pidff_upload_effect function
` [PATCH v8 15/21] HID: pidff: Define values used in pidff_find_special_fields
` [PATCH v8 16/21] HID: pidff: Rescale time values to match field units
` [PATCH v8 17/21] HID: pidff: Factor out code for setting gain
` [PATCH v8 18/21] HID: pidff: Fix null pointer dereference in pidff_find_fields
` [PATCH v8 19/21] HID: pidff: Move all hid-pidff definitions to a dedicated header
` [PATCH v8 20/21] HID: pidff: Simplify pidff_rescale_signed
` [PATCH v8 21/21] HID: pidff: Use macros instead of hardcoded min/max values for shorts

[PATCH] HID: usbhid: fix recurrent out-of-bounds bug in usbhid_parse()
 2025-01-29 19:21 UTC  (11+ messages)

[RFC v2 00/38] Improve ABI documentation generation
 2025-01-29 16:19 UTC  (9+ messages)
` [RFC v2 29/38] docs: thunderbolt: Allow creating cross-references for ABI

[PATCH v4] usb: xhci: quirk for data loss in ISOC transfers
 2025-01-29 12:38 UTC  (2+ messages)

[PATCH] thunderbolt: Disable Gen 4 Recovery on Asymmetric Transitions
 2025-01-29 12:04 UTC  (6+ messages)

[REGRESSION] usb: xhci port capability storage change broke fastboot android bootloader utility
 2025-01-29 11:01 UTC  (8+ messages)

[PATCH v6 0/5] Fix USB suspend on TI J7200 (cdns3-ti, cdns3, xhci)
 2025-01-29 10:56 UTC  (18+ messages)
` [PATCH v6 4/5] xhci: introduce xhci->lost_power flag
                ` [PATCH 1/9] usb: host: xhci-plat: mvebu: use ->quirks instead of ->init_quirk() func
                ` [PATCH 2/9] usb: xhci: tegra: rename `runtime` boolean to `is_auto_runtime`
                ` [PATCH 3/9] usb: cdns3-ti: move reg writes to separate function
                ` [PATCH 4/9] usb: cdns3-ti: run HW init at resume() if HW was reset
                ` [PATCH 5/9] usb: cdns3: rename hibernated argument of role->resume() to lost_power
                ` [PATCH 6/9] usb: cdns3: call cdns_power_is_lost() only once in cdns_resume()
                ` [PATCH 7/9] usb: xhci: change xhci_resume() parameters to explicit the desired info
                ` [PATCH 8/9] usb: host: xhci-plat: allow upper layers to signal power loss
                ` [PATCH 9/9] usb: host: cdns3: forward lost power information to xhci

[usb:rndis-removal] BUILD SUCCESS c4a050c5c09ef30feac95a438aca7a8fbf6b47b6
 2025-01-29  2:55 UTC 

[PATCH 1/1] usb: host: max3421-hcd: Add missing spi_device_id table
 2025-01-28 19:51 UTC 

[PATCH v9 0/5] Support system sleep with offloaded usb transfers
 2025-01-28 15:11 UTC  (4+ messages)

[PATCH 0/6]
 2025-01-28 15:14 UTC  (2+ messages)

[PATCH] usb: gadget: uvc: drop vb2_ops_wait_prepare/finish
 2025-01-28 15:06 UTC 

[PATCH 5/5] usb: typec: ucsi: Clear UCSI_CCI_RESET_COMPLETE before reset
 2025-01-28 14:04 UTC  (5+ messages)

[PATCH net v5 0/7] usbnet: ipheth: prevent OoB reads of NDP16
 2025-01-28 11:20 UTC  (11+ 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 net v2] net: usb: rtl8150: enable basic endpoint checking
 2025-01-28 11:10 UTC  (2+ messages)

[PATCH v3 00/12] usb: dwc3: qcom: Flatten dwc3 structure
 2025-01-28 10:42 UTC  (4+ messages)

[PATCH] usb: xhci: Restore xhci_pci support for Renesas HCs
 2025-01-28  9:45 UTC  (4+ messages)
` [PATCH v2] "

[syzbot] [usb?] KASAN: stack-out-of-bounds Read in usb_check_int_endpoints
 2025-01-28  9:16 UTC  (3+ messages)

USB-C DisplayPort display failing to stay active with Intel Barlow Ridge USB4 controller, power-management related issue?
 2025-01-28  8:29 UTC  (13+ messages)

[PATCH 0/3] usb: typec: ucsi: continue rework of command interface
 2025-01-28  8:26 UTC  (2+ messages)

[PATCH 1/2] usb: typec: thunderbolt: Fix loops that iterate TYPEC_PLUG_SOP_P and TYPEC_PLUG_SOP_PP
 2025-01-28  8:17 UTC  (2+ messages)

[PATCH 2/2] usb: typec: thunderbolt: Remove IS_ERR check for plug
 2025-01-28  8:16 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)

[PATCH] usb: roles: cache usb roles received during switch registration
 2025-01-27 23:07 UTC 

[syzbot] [input?] [usb?] KASAN: slab-use-after-free Read in corsair_void_status_work_handler
 2025-01-27 17:18 UTC 

[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)

[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  (3+ 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] "

[PATCH v6 0/7] Add Nuvoton NCT6694 MFD drivers
 2025-01-26 13:18 UTC  (8+ messages)
` [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

[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  (2+ messages)

[PATCH v7 00/17] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-25 22:25 UTC  (6+ messages)
` [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


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).