linux-usb.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-05-24 16:09:26 to 2021-05-29 16:49:09 UTC [more...]

[GIT PULL] USB/Thunderbolt driver fixes for 5.13-rc4
 2021-05-29 16:49 UTC  (2+ messages)

USB: core: WARN if pipe direction != setup packet direction
 2021-05-29 14:30 UTC 

[PATCH -next] USB: gadget: f_fs: Remove unneed cast in ffs_prepare_buffer()
 2021-05-29 12:54 UTC  (3+ messages)

[PATCH net-next] net: hso: Use BIT(x) macro
 2021-05-29 11:44 UTC 

[PATCH] HID: usbkbd: Avoid GFP_ATOMIC when GFP_KERNEL is possible
 2021-05-29 10:03 UTC 

[PATCH v8 0/5] Re-introduce TX FIFO resize for larger EP bursting
 2021-05-29  0:40 UTC  (2+ messages)

[PATCH] HID: usbmouse: Avoid GFP_ATOMIC when GFP_KERNEL is possible
 2021-05-28 20:54 UTC  (6+ messages)

[PATCH] USB: serial: cp210x: Fix alternate function for CP2102N QFN20
 2021-05-28 20:39 UTC 

[PATCH v2] usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULL
 2021-05-28 16:04 UTC 

[PATCH] usb: musb: fix MUSB_QUIRK_B_DISCONNECT_99 handling
 2021-05-28 15:35 UTC  (2+ messages)

[PATCH] usb: pd: Set PD_T_SINK_WAIT_CAP to 310ms
 2021-05-28 13:09 UTC  (2+ messages)

[PATCH] usb: dwc3: trace: Remove unused fields in dwc3_log_trb
 2021-05-28 10:06 UTC  (2+ messages)

[PATCH v2] usb: dwc2: Fix build in periphal-only mode
 2021-05-28 10:04 UTC  (5+ messages)

[PATCH] usb: musb: Check devctl status again for a spurious session request
 2021-05-28  9:37 UTC  (4+ messages)

[PATCH v5 0/2] Submission of XillyUSB driver
 2021-05-28  9:08 UTC  (6+ messages)
` [PATCH v5 1/2] char: xillybus: Move class-related functions to new xillybus_class.c
` [PATCH v5 2/2] char: xillybus: Add driver for XillyUSB (Xillybus variant for USB)

[PATCH] ARM: dts: bcm283x: increase dwc2's RX FIFO size
 2021-05-28  8:59 UTC  (5+ messages)

[PATCH] usb: dwc2: Fix build in periphal-only mode
 2021-05-28  8:54 UTC  (2+ messages)

[PATCH 0/2] usb: typec: mux: a few improvements
 2021-05-28  7:26 UTC  (5+ messages)
` [PATCH 1/2] usb: typec: mux: Use device type instead of device name for matching
` [PATCH 2/2] usb: typec: mux: Remove requirement for the "orientation-switch" device property

[PATCH 1/5] usb: mtu3: remove mtu3_ep0_setup() declaration in mtu3.h
 2021-05-28  6:11 UTC  (5+ messages)
` [PATCH 2/5] usb: mtu3: remove repeated setting of speed
` [PATCH 3/5] usb: mtu3: dump a status register of IPPC
` [PATCH 4/5] usb: mtu3: use dev_err_probe to print error log about extcon
` [PATCH 5/5] usb: mtu3: skip getting extcon when use manual drd switch

[PATCH] doc: dt-binding: cdns,usb3: Add interrupt-names property under required
 2021-05-28  6:06 UTC 

[PATCH] usb: dwc3: gadget: Bail from dwc3_gadget_exit() if dwc->gadget is NULL
 2021-05-28  4:55 UTC  (3+ messages)

[PATCH 1/3] usb: common: move usb_get_dr_mode() kerneldoc next to its definition
 2021-05-28  2:07 UTC  (8+ messages)
` [PATCH 2/3] usb: common: add helper to get role-switch-default-mode
` [PATCH 3/3] usb: dwc3: drd: use "

[PATCH] dt-bindings: usb: cdns,usb3: Fix interrupts order
 2021-05-28  1:00 UTC  (3+ messages)

linux-next: Tree for May 27 (drivers/usb/class/cdc-wdm.o)
 2021-05-27 19:14 UTC  (2+ messages)

[PATCH] drivers: thunderbolt: Fixed Coding Style issues
 2021-05-27 16:39 UTC  (3+ messages)

[PATCH v5] usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD Renoir
 2021-05-27 15:45 UTC 

[Bug 212751] New: acm_port_activate - usb_submit_urb(ctrl irq) failed after kernel update
 2021-05-27 12:54 UTC  (2+ messages)
` [Bug 212751] "

[RFC PATCH v2 0/3] UAC2 Gadget: feedback endpoint support
 2021-05-27 12:36 UTC  (8+ messages)
` [RFC PATCH v2 3/3] usb: gadget: u_audio: add real feedback implementation
  ` [RFC PATCH v2 3/3] usb: gadget: u_audio: .... PCM Rate Shift for playback too?

[PATCH] USB: core: Check buffer length matches wLength for control transfers
 2021-05-27 11:46 UTC  (3+ messages)

[PATCH 00/24] Rid W=1 warnings from USB
 2021-05-27 11:36 UTC  (47+ messages)
` [PATCH 01/24] usb: cdns3: core: Fix a couple of incorrectly documented function names
` [PATCH 02/24] usb: dwc2: platform: Provide function name for 'dwc2_check_core_version()'
` [PATCH 03/24] usb: common: ulpi: Add leading underscores for function name '__ulpi_register_driver()'
` [PATCH 04/24] usb: cdns3: cdns3-plat: Fix incorrect naming of function 'cdns3_plat_remove()'
` [PATCH 05/24] usb: dwc2: params: Fix naming of 'dwc2_get_hwparams()' in the docs
` [PATCH 06/24] usb: isp1760: isp1760-udc: Provide missing description for 'udc' param
` [PATCH 07/24] usb: cdns3: cdns3-gadget: Fix a bunch of kernel-doc related formatting issues
` [PATCH 08/24] usb: cdns3: cdns3-ti: File headers are not good candidates for kernel-doc
` [PATCH 09/24] usb: cdns3: cdns3-ep0: Fix a few kernel-doc formatting issues
` [PATCH 10/24] usb: cdns3: cdns3-imx: File headers are not good candidates for kernel-doc
` [PATCH 11/24] usb: dwc2: hcd_queue: Fix typeo in function name 'dwc2_hs_pmap_unschedule()'
` [PATCH 12/24] usb: dwc2: pci: Fix possible copy/paste issue
` [PATCH 13/24] usb: chipidea: core: Fix incorrectly documented function 'ci_usb_phy_exit()'
` [PATCH 14/24] usb: chipidea: otg: Fix formatting and missing documentation issues
` [PATCH 15/24] usb: dwc2: gadget: Repair 'dwc2_hsotg_core_init_disconnected()'s documentation
` [PATCH 16/24] usb: chipidea: udc: Fix incorrectly documented function 'hw_port_is_high_speed()'
` [PATCH 17/24] usb: host: xhci: Remove unused variable 'len'
` [PATCH 18/24] usb: gadget: udc: pxa27x_udc: Fix documentation for 'pxa27x_udc_start()'
` [PATCH 19/24] usb: gadget: udc: udc-xilinx: Place correct function names into the headers
` [PATCH 20/24] usb: cdns3: cdns3-gadget: Provide correct function naming for '__cdns3_gadget_ep_queue()'
` [PATCH 21/24] usb: host: xhci: Move array of structs from the stack onto the heap
` [PATCH 22/24] usb: host: xhci: Document xhci_get_endpoint_index()'s 'desc' param
` [PATCH 23/24] usb: cdns3: cdnsp-gadget: Provide function name for 'cdnsp_find_next_ext_cap()'
` [PATCH 24/24] usb: typec: ucsi: Fix copy/paste issue for 'ucsi_set_drvdata()'

[PATCH] USB: gr_udc: remove dentry storage for debugfs file
 2021-05-27 10:14 UTC 

[PATCH 1/1] thunderbolt: add self-authenticate support for new dock
 2021-05-27  8:45 UTC 

[PATCH 0/3] Add the support of SVDM Version 2.0 VDOs
 2021-05-27  8:44 UTC  (4+ messages)
` [PATCH 1/3] usb: typec: tcpm: Correct the responses in SVDM Version 2.0 DFP
` [PATCH 2/3] dt-bindings: connector: Add PD rev 2.0 VDO definition
` [PATCH 3/3] usb: typec: tcpm: Introduce snk_vdo_v1 for SVDM version 1.0

[syzbot] WARNING in dtv5100_probe/usb_submit_urb
 2021-05-27  8:28 UTC  (2+ messages)

[PATCH v5 1/2] driver core: Move the "removable" attribute from USB to core
 2021-05-27  7:40 UTC  (3+ messages)
` [PATCH v5 2/2] PCI: Add sysfs "removable" attribute

[PATCH v4] usb: pci-quirks: disable D3cold on xhci suspend for s2idle on AMD Renoire
 2021-05-27  5:48 UTC  (2+ messages)

[PATCH] usb: cdns3: Enable TDL_CHK only for OUT ep
 2021-05-27  1:23 UTC  (3+ messages)

[PATCH] usb: typec: intel_pmc_mux: Update IOM port status offset for AlderLake
 2021-05-26 22:11 UTC  (3+ messages)

[PATCH 1/1] HID: pidff: fix error return code in hid_pidff_init()
 2021-05-26 10:40 UTC  (2+ messages)

[PATCH 0/4] typec switch via mux controller
 2021-05-26  9:16 UTC  (9+ messages)
` [PATCH 1/4] dt-bindings: connector: Add typec orientation switch properties
` [PATCH 3/4] usb: typec: add typec orientation switch support via mux controller

[PATCH RESEND 1/2] USB: serial: omninet: Adding Zyxel Omni 56K Plus
 2021-05-26  7:52 UTC  (6+ messages)
` [PATCH RESEND 2/2] USB: serial: omninet: Renaming driver to Zyxel omni.net

[PATCH] USB: core: WARN if pipe direction != setup packet direction
 2021-05-26  7:49 UTC  (9+ messages)
    ` [PATCH v2] "

[PATCH 1/2] usb: roles: add helper usb_role_string()
 2021-05-26  6:31 UTC  (3+ messages)
` [PATCH 2/2] usb: common: usb-conn-gpio: use usb_role_string() to print role status

[PATCH -next] usb: typec: tcpci: Make symbol 'tcpci_apply_rc' static
 2021-05-26  6:25 UTC  (3+ messages)

[PATCH v2] usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler
 2021-05-26  6:05 UTC 

[PATCH v7 0/5] USB DWC3 host wake up support from system suspend
 2021-05-26  4:29 UTC  (7+ messages)
` [PATCH v7 2/5] usb: dwc3: core: Host "

[PATCH v2 1/3] usb: common: usb-conn-gpio: fix NULL pointer dereference of charger
 2021-05-26  1:44 UTC  (6+ messages)
` [PATCH v2 3/3] Revert "usb: common: usb-conn-gpio: Make VBUS supply optional"

[usb:usb-linus] BUILD SUCCESS a7f2e9272aff1ccfe0fc801dab1d5a7a1c6b7ed2
 2021-05-25 21:39 UTC 

[PATCH v10 0/5] USB: misc: Add onboard_usb_hub driver
 2021-05-25 17:42 UTC  (3+ messages)

[PATCH] USB: fotg210-hcd: remove dentry storage for debugfs file
 2021-05-25 17:25 UTC 

[PATCH v10 2/5] USB: misc: Add onboard_usb_hub driver
 2021-05-25 17:20 UTC  (11+ messages)

[PATCH] USB: gadget: pxa27x_udc: remove dentry storage for debugfs file
 2021-05-25 17:16 UTC 

[PATCH] USB: gadget: bcm63xx_udc: remove dentry storage for debugfs file
 2021-05-25 17:15 UTC 

[PATCH] USB: chipidea: remove dentry storage for debugfs file
 2021-05-25 17:14 UTC 

[PATCH v3 0/3] IR driver for USB-UIRT device
 2021-05-25 12:25 UTC  (9+ messages)

[PATCH v6 12/17] phy: sun4i-usb: Introduce port2 SIDDQ quirk
 2021-05-25 11:29 UTC  (3+ messages)

[PATCH] HID: usbhid: enable remote wakeup for mouse
 2021-05-25  9:55 UTC  (4+ messages)
      `  "

[syzbot] WARNING in e2i_init/usb_submit_urb
 2021-05-25  9:04 UTC  (3+ messages)

[syzbot] WARNING in qt2_attach/usb_submit_urb
 2021-05-25  9:04 UTC  (3+ messages)

[PATCH 0/2] xhci fixes for usb-linus
 2021-05-25  7:41 UTC  (3+ messages)
` [PATCH 1/2] xhci: fix giving back URB with incorrect status regression in 5.12
` [PATCH 2/2] xhci: Fix 5.12 regression of missing xHC cache clearing command after a Stall

5.11.17: xhci_hcd 0000:0a:00.3: WARN Event TRB for slot 3 ep 12 with no TDs queued?
 2021-05-25  5:35 UTC  (3+ messages)

[PATCH] usb: cdnsp: Fix deadlock issue in cdnsp_thread_irq_handler
 2021-05-25  5:11 UTC  (5+ messages)

[PATCH v2] Input: usbtouchscreen - fix control-request directions
 2021-05-25  3:37 UTC  (2+ messages)

[usb:usb-testing] BUILD SUCCESS a0765597c986ad52c9bc93319987d41bc17f59ef
 2021-05-25  1:51 UTC 

[usb:usb-linus] BUILD SUCCESS e6809703e164e0e47d99a42084af06a60e386b13
 2021-05-25  1:51 UTC 

Re: Re: Re: Re: Re: [syzbot] INFO: rcu detected stall in tx
 2021-05-24 22:48 UTC  (10+ messages)
  `  "

[PATCH] net: usb: fix memory leak in smsc75xx_bind
 2021-05-24 21:30 UTC  (2+ messages)

[PATCH net v3 7/9] r8152: don't enable U1U2 with USB_SPEED_HIGH for RTL8153B
 2021-05-24 20:20 UTC  (2+ messages)
` [PATCH net v3] r8152: check the informaton of the device

[PATCH net] net: hso: fix control-request directions
 2021-05-24 20:20 UTC  (2+ messages)

[syzbot] memory leak in smsc75xx_bind
 2021-05-24 20:00 UTC  (3+ messages)

[BUG REPORT] usb: usb-skeleton: Race condition between skel_open and skel_disconnect
 2021-05-24 18:50 UTC  (2+ messages)

[PATCH v4 1/2] driver core: Move the "removable" attribute from USB to core
 2021-05-24 17:25 UTC  (3+ messages)

[PATCH v2] xhci: Remove unnecessary condition from xhci_check_tt_bw_table
 2021-05-24 16:01 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).