linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-03-05 19:40:13 to 2021-03-10 00:04:27 UTC [more...]

[PATCH 0/6] usbip fixes to crashes found by syzbot
 2021-03-10  0:03 UTC  (17+ messages)
` [PATCH 1/6] usbip: fix stub_dev to check for stream socket
` [PATCH 2/6] usbip: fix vhci_hcd "
` [PATCH 3/6] usbip: fix vudc "
` [PATCH 4/6] usbip: fix stub_dev usbip_sockfd_store() races leading to gpf
` [PATCH 5/6] usbip: fix vhci_hcd attach_store() "
` [PATCH 6/6] usbip: fix vudc usbip_sockfd_store "

USB 3.2 Gen 2x2 "Superspeed+20GBps" support for ASM3242
 2021-03-09 22:51 UTC  (4+ messages)

[usb:usb-testing] BUILD SUCCESS bebccc4bc6585c04be862db92631aab8c161bc8c
 2021-03-09 20:18 UTC 

[PATCH v2 0/8] usb: Check for genXxY on host
 2021-03-09 19:32 UTC  (4+ messages)
` [PATCH v2 7/8] usb: xhci: Rewrite xhci_create_usb3_bos_desc()

[PATCH v7 0/3] GUD USB Display driver
 2021-03-09 18:16 UTC  (6+ messages)
` [PATCH v7 3/3] drm: Add "

[PATCH v6 0/5] USB: misc: Add onboard_usb_hub driver
 2021-03-09 17:20 UTC  (9+ messages)
` [PATCH v6 1/5] dt-bindings: usb: Add binding for Realtek RTS5411 hub controller
` [PATCH v6 3/5] of/platform: Add stubs for of_platform_device_create/destroy()
` [PATCH v6 4/5] usb: host: xhci-plat: Create platform device for onboard hubs in probe()
` [PATCH v6 5/5] arm64: dts: qcom: sc7180-trogdor: Add nodes for onboard USB hub

[PATCH v3 0/2] Submission of XillyUSB driver
 2021-03-09 16:03 UTC  (4+ messages)
` [PATCH v3 1/2] char: xillybus: Move class-related functions to new xillybus_class.c
  ` [kbuild] "
` [PATCH v3 2/2] staging: Add driver for XillyUSB (Xillybus variant for USB)

Amazon Kindle disconnect after Synchronize Cache
 2021-03-09 15:50 UTC  (9+ messages)
            ` [usb-storage] "

[PATCH -next] usb: cdns3: imx: mark cdns_imx_resume as __maybe_unused
 2021-03-09 15:47 UTC  (3+ messages)

[PATCH] usb: host: ehci-tegra: fix Kconfig depencies
 2021-03-09 15:09 UTC  (4+ messages)

[PATCH 0/3] thunderbolt: Expose details about tunneling
 2021-03-09 14:10 UTC  (7+ messages)
` [PATCH 1/3] thunderbolt: Add details to router uevent
` [PATCH 2/3] thunderbolt: Hide authorized attribute if router does not support PCIe tunnels
` [PATCH 3/3] thunderbolt: Expose more details about USB 3.x and DisplayPort tunnels

[PATCH] usb: renesas_usbhs: fix error return code of usbhsf_pkt_handler()
 2021-03-09 13:38 UTC  (3+ messages)

[PATCH] xhci: Remove unused value len from xhci_unmap_temp_buf
 2021-03-09 13:22 UTC  (4+ messages)

cdc-acm cooldown + Cisco 2960-X = kernel warning + dead USB
 2021-03-09 12:52 UTC  (2+ messages)

[PATCH robh next] dt-bindings: usb: add USB controller port
 2021-03-09 12:13 UTC 

[PATCH] thunderbolt: debugfs: Show all accessible dwords
 2021-03-09 11:23 UTC  (3+ messages)

[PATCH 1/2] usb: cdns3: Use dma_pool_* api to alloc trb pool
 2021-03-09 10:49 UTC  (6+ messages)
` [PATCH 2/2] usb: cdns3: Optimize DMA request buffer allocation

[PATCH] usb: cdns3: Coherent memory allocation optimization
 2021-03-09  9:17 UTC  (4+ messages)

[PATCH v3 1/2] usb: dwc3: Trigger a GCTL soft reset when switching modes in DRD
 2021-03-09  6:33 UTC  (12+ messages)
` [PATCH v3 2/2] usb: dwc3: Fix DRD mode change sequence following programming guide

[usb:usb-testing] BUILD SUCCESS a14ecf9f692a8f460d26935c7e8bdb77ed6c918b
 2021-03-09  2:27 UTC 

[usb:usb-linus] BUILD SUCCESS 7f6f181b3e2c4d08f5d693eebe7901a28fab8666
 2021-03-09  2:27 UTC 

[PATCH 0/2] usb: dwc3: gadget: Fix ssp speed setting
 2021-03-09  2:16 UTC  (3+ messages)
` [PATCH 1/2] usb: dwc3: gadget: Set gadget_max_speed when set ssp_rate
` [PATCH 2/2] usb: dwc3: gadget: Use max speed if unspecified

[PATCH v2] usb: typec: tcpm: turn tcpm_ams_finish into void function
 2021-03-08 18:28 UTC  (3+ messages)

[PATCH v1] usb: typec: tcpci: Check ROLE_CONTROL while interpreting CC_STATUS
 2021-03-08 18:28 UTC  (3+ messages)

[PATCH v2 01/18] usb: xhci-mtk: remove or operator for setting schedule parameters
 2021-03-08 16:22 UTC  (21+ messages)
` [PATCH v2 02/18] usb: xhci-mtk: improve bandwidth scheduling with TT
` [PATCH v2 03/18] usb: xhci-mtk: get the microframe boundary for ESIT
` [PATCH v2 04/18] usb: xhci-mtk: add only one extra CS for FS/LS INTR
` [PATCH v2 05/18] usb: xhci-mtk: use @sch_tt to check whether need do TT schedule
` [PATCH v2 06/18] usb: xhci-mtk: add a function to (un)load bandwidth info
` [PATCH v2 07/18] usb: xhci-mtk: add a function to get bandwidth boundary
` [PATCH v2 08/18] usb: xhci-mtk: remove unnecessary members of mu3h_sch_tt struct
` [PATCH v2 09/18] usb: xhci-mtk: use clear type instead of void
` [PATCH v2 10/18] usb: xhci-mtk: add a member @speed in mu3h_sch_ep_info struct
` [PATCH v2 11/18] usb: xhci-mtk: use @tt_info to check the FS/LS device is under a HS hub
` [PATCH v2 12/18] usb: xhci-mtk: rebuild the way to get bandwidth domain
` [PATCH v2 13/18] usb: xhci-mtk: add some schedule error number
` [PATCH v2 14/18] usb: xhci-mtk: remove declaration of xhci_mtk_setup()
` [PATCH v2 15/18] usb: xhci-mtk: support to build xhci-mtk-hcd.ko
` [PATCH v2 16/18] usb: common: add function to get interval expressed in us unit
` [PATCH v2 17/18] usb: xhci-mtk: print debug info of endpoint interval
` [PATCH v2 18/18] usb: common: move function's kerneldoc next to its definition

[PATCH] [input]: hid-cp2112: fix multiple gpiochips
 2021-03-08 13:56 UTC  (2+ messages)

A question about UAS
 2021-03-08 13:39 UTC  (8+ messages)

[PATCH] usb: gadget: uvc: add bInterval checking for HS mode
 2021-03-08 12:59 UTC  (3+ messages)

[PATCH v2] usb: gadget: uvc: add bInterval checking for HS mode
 2021-03-08 12:53 UTC 

[PATCH -next] usb: typec: stusb160x: fix return value check in stusb160x_probe()
 2021-03-08 12:41 UTC  (3+ messages)

[PATCH 1/2] thunderbolt: Initialize HopID IDAs in tb_switch_alloc()
 2021-03-08 11:30 UTC  (2+ messages)

[PATCH 01/17] usb: xhci-mtk: remove or operator for setting schedule parameters
 2021-03-08 11:13 UTC  (12+ messages)
` [PATCH 03/17] usb: xhci-mtk: get the microframe boundary for ESIT
` [PATCH 15/17] usb: xhci-mtk: support to build xhci-mtk-hcd.ko
` [PATCH 16/17] usb: common: add function to get interval expressed in us unit

[PATCH -next] usb: typec: tps6598x: Fix return value check in tps6598x_probe()
 2021-03-08 11:04 UTC  (2+ messages)

[PATCH 1/2] usb: gadget: uvc: Updating bcdUVC field to 0x0110
 2021-03-08 10:27 UTC  (2+ messages)
` [PATCH 2/2] usb: webcam: Invalid size of Processing Unit Descriptor

usb: cdc-acm: BUG kmalloc-128 Poison overwritten
 2021-03-08  9:57 UTC  (8+ messages)

[PATCH] usb: typec: tcpm: turn tcpm_ams_finish into void function
 2021-03-08  8:59 UTC  (3+ messages)

[PATCH] usb: cdnsp: Fixes incorrect value in ISOC TRB
 2021-03-08  7:37 UTC  (4+ messages)

[PATCH v2] usb: cdnsp: Fixes incorrect value in ISOC TRB
 2021-03-08  7:36 UTC  (2+ messages)

[PATCH v4 01/12] dt-bindings: usb: fix yamllint check warning
 2021-03-08  5:37 UTC  (12+ messages)
` [PATCH v4 02/12] dt-bindings: phy: mediatek: dsi-phy: modify compatible dependence
` [PATCH v4 03/12] dt-bindings: phy: mediatek: hdmi-phy: modify compatible items
` [PATCH v4 04/12] dt-bindings: phy: mediatek: tphy: change patternProperties
` [PATCH v4 05/12] arm64: dts: mediatek: mt8173: fix dtbs_check warning
` [PATCH v4 06/12] arm64: dts: mediatek: mt2712: harmonize node names
` [PATCH v4 07/12] arm64: dts: mediatek: mt8516: harmonize node names and compatibles
` [PATCH v4 08/12] arm64: dts: mediatek: mt7622: "
` [PATCH v4 09/12] arm64: dts: mediatek: mt8183: fix dtbs_check warning
` [PATCH v4 10/12] arm: dts: mt7629: harmonize node names and compatibles
` [PATCH v4 11/12] arm: dts: mt7623: "
` [PATCH v4 12/12] arm: dts: mt2701: "

[PATCH] usb: renesas_usbhs: Clear PIPECFG for re-enabling pipe with other EPNUM
 2021-03-08  1:55 UTC 

[Bug 212113] New: USB stops working few minutes seemingly after specific actions on the PC
 2021-03-07 19:35 UTC 

[PATCH] Add unusal uas devices reported by Umbrel users
 2021-03-07 19:09 UTC  (5+ messages)

[xhci] usb 4-1: reset SuperSpeed Gen 1 USB device number 2 using xhci_hcd
 2021-03-07 17:07 UTC  (21+ messages)

[PATCH v2] Add unusal uas devices reported by Umbrel users
 2021-03-07 16:02 UTC  (3+ messages)

[Bug 212101] New: xhci_hcd cant setup
 2021-03-07 12:28 UTC 

[PATCH 1/1] usb: cdns3: trace: delete the trace parameter for request->trb
 2021-03-07 10:12 UTC 

[PATCH resend] usb: gadget: legacy: fix error return code of msg_bind()
 2021-03-07  8:52 UTC 

[PATCH] usb: gadget: legacy: fix error return code of msg_bind()
 2021-03-07  8:49 UTC 

[PATCH] usb: gadget: legacy: fix error return code of multi_bind()
 2021-03-07  8:45 UTC 

non-standard baud rates with Prolific 2303 USB-serial
 2021-03-07  4:15 UTC  (13+ messages)

[PATCH 0/2] usb: host: ehci-platform: add ignore-oc DT support
 2021-03-06 20:02 UTC  (4+ messages)
` [PATCH v3 0/3] usb: host: ehci-platform: add spurious-oc support
  ` [PATCH v3 2/3] dt-bindings: usb: generic-ehci: document spurious-oc flag

[PATCH 2/2 v2] usb: gadget: s3c: Fix the error handling path in 's3c2410_udc_probe()'
 2021-03-06 18:17 UTC  (4+ messages)

[PATCH 1/2 V2] usb: gadget: s3c: Fix incorrect resources releasing
 2021-03-06 16:13 UTC  (2+ messages)

[PATCH v4 1/2] usb: cdns3: add power lost support for system resume
 2021-03-06  3:13 UTC  (3+ messages)
` [PATCH v1 2/2] usb: cdns3: imx: "


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