linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-01-07 12:25:11 to 2025-01-13 17:52:26 UTC [more...]

[PATCH v3 2/6] platform: arm64: add Huawei Matebook E Go EC driver
 2025-01-13 17:50 UTC 

[PATCH v3 0/6] platform: arm64: Huawei Matebook E Go embedded controller
 2025-01-13 17:49 UTC 

[PATCH v7 0/5] Support system sleep with offloaded usb transfers
 2025-01-13 16:14 UTC  (10+ messages)
` [PATCH v7 1/5] usb: dwc3: separate dev_pm_ops for each pm_event
` [PATCH v7 2/5] usb: xhci-plat: "
` [PATCH v7 3/5] usb: add apis for offload usage tracking
` [PATCH v7 4/5] xhci: sideband: add api to trace sideband usage
` [PATCH v7 5/5] usb: host: enable USB offload during system sleep

[PATCH] USB: Prevent xhci from resuming root hub during suspend entrance
 2025-01-13 16:03 UTC  (5+ messages)

[PATCH v2 0/2] usb: xhci: page size improvements
 2025-01-13 16:00 UTC  (4+ messages)
` [PATCH v2 1/2] usb: xhci: correct debug message page size calculation
` [PATCH v2 2/2] usb: xhci: set page size to the xHCI-supported size

[REGRESSION] usb: xhci port capability storage change broke fastboot android bootloader utility
 2025-01-13 15:05 UTC  (6+ messages)

[PATCH 0/2] usb: xhci: page size improvements
 2025-01-13 14:18 UTC  (6+ messages)
` [PATCH 1/2] usb: xhci: correct debug message page size calculation
` [PATCH 2/2] usb: xhci: set page size to the xHCI-supported size

[PATCH v32 00/32] Introduce QC USB SND audio offloading support
 2025-01-13 13:36 UTC  (35+ messages)
` [PATCH v32 01/32] usb: host: xhci: Repurpose event handler for skipping interrupter events
` [PATCH v32 02/32] xhci: sideband: add initial api to register a secondary interrupter entity
` [PATCH v32 03/32] usb: host: xhci-mem: Cleanup pending secondary event ring events
` [PATCH v32 04/32] usb: host: xhci-mem: Allow for interrupter clients to choose specific index
` [PATCH v32 05/32] usb: host: xhci-plat: Set XHCI max interrupters if property is present
` [PATCH v32 06/32] usb: host: xhci: Notify xHCI sideband on transfer ring free
` [PATCH v32 07/32] usb: dwc3: Specify maximum number of XHCI interrupters
` [PATCH v32 08/32] ALSA: Add USB audio device jack type
` [PATCH v32 09/32] ALSA: usb-audio: Export USB SND APIs for modules
` [PATCH v32 10/32] ALSA: usb-audio: Check for support for requested audio format
` [PATCH v32 11/32] ALSA: usb-audio: Save UAC sample size information
` [PATCH v32 12/32] ALSA: usb-audio: Prevent starting of audio stream if in use
` [PATCH v32 13/32] ALSA: usb-audio: Introduce USB SND platform op callbacks
` [PATCH v32 14/32] ALSA: usb-audio: Allow for rediscovery of connected USB SND devices
` [PATCH v32 15/32] ASoC: Add SoC USB APIs for adding an USB backend
` [PATCH v32 16/32] ASoC: usb: Add PCM format check API for "
` [PATCH v32 17/32] ASoC: usb: Create SOC USB SND jack kcontrol
` [PATCH v32 18/32] ASoC: usb: Fetch ASoC card and pcm device information
` [PATCH v32 19/32] ASoC: usb: Rediscover USB SND devices on USB port add
` [PATCH v32 20/32] ASoC: doc: Add documentation for SOC USB
` [PATCH v32 21/32] ASoC: dt-bindings: qcom,q6dsp-lpass-ports: Add USB_RX port
` [PATCH v32 22/32] ASoC: dt-bindings: Update example for enabling USB offload on SM8250
` [PATCH v32 23/32] ASoC: qcom: qdsp6: Introduce USB AFE port to q6dsp
` [PATCH v32 24/32] ASoC: qcom: qdsp6: q6afe: Increase APR timeout
` [PATCH v32 25/32] ASoC: qcom: qdsp6: Add USB backend ASoC driver for Q6
` [PATCH v32 26/32] ASoC: qcom: qdsp6: Add headphone jack for offload connection status
` [PATCH v32 27/32] ASoC: qcom: qdsp6: Fetch USB offload mapped card and PCM device
` [PATCH v32 28/32] ALSA: usb-audio: qcom: Add USB QMI definitions
` [PATCH v32 29/32] ALSA: usb-audio: qcom: Introduce QC USB SND offloading support
` [PATCH v32 30/32] ALSA: usb-audio: qcom: Don't allow USB offload path if PCM device is in use
` [PATCH v32 31/32] ALSA: usb-audio: qcom: Add USB offload route kcontrol
` [PATCH v32 32/32] ALSA: usb-audio: qcom: Notify USB audio devices on USB offload probing

[PATCH v3] usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
 2025-01-13 13:31 UTC  (6+ messages)

[PATCH 0/2] usbip: Fix seqnum sign extension and format specifier issues
 2025-01-13 13:29 UTC  (6+ messages)
` [PATCH 1/2] usbip: Fix seqnum sign extension issue in vhci_tx_urb

[PATCH v3] usb: gadget: ncm: Avoid dropping datagrams of properly parsed NTBs
 2025-01-13 13:06 UTC 

[PATCH v4 00/11] HID: Upgrade the generic pidff driver and add hid-universal-pidff
 2025-01-13 12:49 UTC  (12+ messages)
` [PATCH v4 01/11] HID: pidff: Convert infinite length from Linux API to PID standard
` [PATCH v4 02/11] HID: pidff: Do not send effect envelope if it's empty
` [PATCH v4 03/11] HID: pidff: Clamp PERIODIC effect period to device's logical range
` [PATCH v4 04/11] HID: pidff: Add MISSING_DELAY quirk and its detection
` [PATCH v4 05/11] HID: pidff: Add MISSING_PBO "
` [PATCH v4 06/11] HID: pidff: Add MISSING_DEVICE_CONTROL quirk
` [PATCH v4 07/11] HID: pidff: Add hid_pidff_init_with_quirks and export as GPL symbol
` [PATCH v4 08/11] HID: pidff: Add FIX_WHEEL_DIRECTION quirk
` [PATCH v4 09/11] HID: pidff: Stop all effects before enabling actuators
` [PATCH v4 10/11] HID: Add hid-universal-pidff driver and supported device ids
` [PATCH v4 11/11] MAINTAINERS: Add Tomasz Pakuła as hid-universal-pidff maintainer

[Bug 219590] New: Linux 6.13 ucsi driver error
 2025-01-13 12:39 UTC  (3+ messages)
` [Bug 219590] Linux 6.13 ucsi driver error: drivers/usb/typec/ucsi/ucsi.c:1374 ucsi_reset_ppm

[PATCH v7 0/1] usb: serial: add support for CH348
 2025-01-13 10:21 UTC  (8+ messages)
` [PATCH 1/1 v7] "

[PATCH v2] usb: Fix null-ptr-deref in qt2_process_read_urb()
 2025-01-13  9:00 UTC  (3+ messages)

[PATCH] usb: quirks: Add NO_LPM quirk for TOSHIBA TransMemory-Mx device
 2025-01-13  8:56 UTC  (3+ messages)
` [PATCH V2] "

[PATCH net v4 0/7] usbnet: ipheth: prevent OoB reads of NDP16
 2025-01-13  1:48 UTC  (3+ messages)

[GIT PULL] USB fixes for 6.13-rc7
 2025-01-12 22:36 UTC  (2+ messages)

[PATCH] dt-bindings: usb: Correct indentation and style in DTS example
 2025-01-12 17:11 UTC  (11+ messages)

[usb:usb-next] BUILD SUCCESS 594c82329eef335ad90f5276ae0d2dff4d6d2668
 2025-01-12 17:00 UTC 

[Bug 219683] New: Noname web used to work
 2025-01-12 14:47 UTC  (7+ messages)
` [Bug 219683] Noname webcam used to work, but not anymore

[PATCH] usb: phy: Remove API devm_usb_put_phy()
 2025-01-12 10:33 UTC 

[PATCH] usb: Fix null-ptr-deref in qt2_process_read_urb()
 2025-01-12 10:14 UTC  (3+ messages)

[PATCH] USB: dwc3: Use syscon_regmap_lookup_by_phandle_args
 2025-01-11 18:54 UTC 

[usb:usb-linus] BUILD SUCCESS f3149ed697dd0c4fc1d696fef78129fa2fe4ca12
 2025-01-11 15:58 UTC 

[usb:usb-testing] BUILD SUCCESS 36a889968e69fd718edb3f82ff74f332157bcc5a
 2025-01-11 15:57 UTC 

[Bug 219681] New: ASUS Zenbook S 14 UX5406SA: Unstable USB connection on USB-A port under certain condition
 2025-01-11  7:19 UTC 

[syzbot] [usb?] general protection fault in qt2_read_bulk_callback
 2025-01-11  0:40 UTC 

[PATCH v2 0/7] usb: dwc3: qcom: Flatten dwc3 structure
 2025-01-10 16:55 UTC  (5+ messages)

[PATCH 1/1] usb: typec: tcpm: set SRC_SEND_CAPABILITIES timeout to PD_T_SENDER_RESPONSE
 2025-01-10 15:38 UTC  (3+ messages)

[syzbot] [wireless?] KASAN: use-after-free Read in cfg80211_shutdown_all_interfaces
 2025-01-10 14:26 UTC 

[GIT PULL] USB-serial device ids for 6.13-rc7
 2025-01-10 13:59 UTC  (2+ messages)

[PATCH 0/2] usb: typec: cros-ec-ucsi: A couple small cleanups
 2025-01-10 13:47 UTC  (6+ messages)
` [PATCH 1/2] usb: typec: cros-ec-ucsi: Add newlines to printk messages
` [PATCH 2/2] usb: typec: cros-ec-ucsi: Mark cros_ucsi_ops static/const

[syzbot] [media?] KASAN: use-after-free Read in em28xx_v4l2_open
 2025-01-10 13:47 UTC  (2+ messages)

[PATCH] usb: xhci: Enable the TRB overfetch quirk on VIA VL805
 2025-01-10 11:56 UTC  (2+ messages)

[PATCH v2 00/17] rockchip: Add rk3562 support
 2025-01-10  7:58 UTC  (3+ messages)

USB EHCI chipidea regression on NXP i.MX7
 2025-01-10  8:16 UTC  (5+ messages)

[PATCH 1/3] usb: hub: add infrastructure to pass onboard_dev port features
 2025-01-10  7:37 UTC  (4+ messages)

[PATCH] usb: dwc3: omap: Fix devm_regulator_get_optional() error handling
 2025-01-10  2:37 UTC  (2+ messages)

[PATCH v2] usb: dwc3: st: Switch from CONFIG_PM_SLEEP guards to pm_sleep_ptr()
 2025-01-10  2:37 UTC  (2+ messages)

[PATCH v2] usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
 2025-01-10  2:30 UTC  (2+ messages)

MT7601U with on-board storage reports incorrect capacity
 2025-01-09 22:44 UTC  (5+ messages)

[PATCH] usb: dwc3: omap: Use devm_regulator_get_optional()
 2025-01-09 16:45 UTC  (2+ messages)

[PATCH v2 0/5] platform: arm64: Huawei Matebook E Go embedded controller
 2025-01-09 14:37 UTC  (9+ messages)
` [PATCH v2 2/5] platform: arm64: add Huawei Matebook E Go EC driver
` [PATCH v2 3/5] usb: typec: ucsi: add Huawei Matebook E Go ucsi driver
` [PATCH v2 5/5] arm64: dts: qcom: gaokun3: Add Embedded Controller node

usb crash?
 2025-01-09 12:09 UTC  (2+ messages)

[PATCH v2] usb: host: xhci-plat: Assign shared_hcd->rsrc_start
 2025-01-09 10:04 UTC  (4+ messages)

[PATCH] HID: core: Fix assumption that Resolution Multipliers must be in Logical Collections
 2025-01-09  9:07 UTC  (2+ messages)

[PATCH v31 00/32] Introduce QC USB SND audio offloading support
 2025-01-08 20:33 UTC  (4+ messages)

[PATCH v6 0/5] Fix USB suspend on TI J7200 (cdns3-ti, cdns3, xhci)
 2025-01-08 18:43 UTC  (8+ messages)
` [PATCH v6 4/5] xhci: introduce xhci->lost_power flag

[PATCH 1/1] usb: pd: fix the SenderResponseTimer conform to specification
 2025-01-08 14:49 UTC  (2+ messages)

Question regarding 5adc1cc038f4 ("usb: xhci: address off-by-one in xhci_num_trbs_free()")
 2025-01-08 13:43 UTC  (3+ messages)

[PATCH] USB: serial: option: add Neoway N723-EA support
 2025-01-08 12:53 UTC  (3+ messages)

[PATCH] USB: serial: ch341: use fix-width types consistently
 2025-01-08 12:10 UTC  (2+ messages)

[PATCH 1/1] USB: serial: option: add MeiG Smart SRM815
 2025-01-08 10:43 UTC  (2+ messages)

[PATCH] USB: serial: ch341: Add product ID for CH9102
 2025-01-08 10:34 UTC  (3+ messages)

[PATCH] USB: serial: cp210x: add Phoenix Contact UPS Device
 2025-01-08 10:24 UTC 

[PATCH v2] USB: serial: CH341: add hardware flow control RTS/CTS
 2025-01-08 10:13 UTC  (2+ messages)

[PATCH] dt-bindings: usb: usb-device: Add panel-location
 2025-01-08  9:48 UTC  (11+ messages)

[PATCH] usb: dwc3-am62: Fix an OF node leak in phy_syscon_pll_refclk()
 2025-01-08  8:19 UTC  (2+ messages)

[PATCH v4 0/6] Enable IPQ5424 USB support
 2025-01-08  2:52 UTC  (2+ messages)
` (subset) "

[PATCH] usb: dwc3: Skip resume if pm_runtime_set_active() fails
 2025-01-08  1:25 UTC  (3+ messages)

[usb:usb-linus] BUILD SUCCESS b0e525d7a22ea350e75e2aec22e47fcfafa4cacd
 2025-01-08  1:40 UTC 

[PATCH 0/3] Add FSUSB42 USB switch and external DP for Qualcomm X1E80100 QCP
 2025-01-07 16:38 UTC  (2+ messages)
` (subset) "

[bug report] usb: typec: Add driver for Thunderbolt 3 Alternate Mode
 2025-01-07 14:24 UTC  (2+ messages)

[PATCH v3] usb: host: xhci-plat: Assign shared_hcd->rsrc_start
 2025-01-07 13:38 UTC 


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