USB for Linux
[Prev Page][Next Page]
- [PATCH v2 20/26] usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptr, (continued)
- [PATCH v2 20/26] usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH v2 19/26] usb: gadget: udc: max3420_udc: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH v2 12/26] usb: gadget: udc: net2280: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 15/26] usb: gadget: udc-xilinx: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 17/26] usb: gadget: configfs: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH v2 13/26] usb: gadget: omap_udc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 18/26] usb: gadget: legacy: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH v2 16/26] usb: gadget: aspeed: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 11/26] usb: gadget: net2272: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 14/26] usb: gadget: s3c-hsudc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 21/26] usb: gadget: composite: remove check of list iterator against head past the loop body, Jakob Koschel
- [PATCH v2 22/26] usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was found, Jakob Koschel
- [PATCH v2 23/26] usb: gadget: composite: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 24/26] usb: gadget: udc: core: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 25/26] usb: gadget: dummy_hcd: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH v2 26/26] usb: gadget: udc: s3c2410: remove usage of list iterator past the loop body, Jakob Koschel
- Re: [PATCH v2 00/26] usb: gadget: remove usage of list iterator past the loop, Linus Torvalds
- [PATCH] usb: dwc3: pci: Add support for Intel Alder Lake, shruthi . sanil
- [PATCH] usb: dwc3: omap: fix "unbalanced disables for smps10_out1" on omap5evm, H. Nikolaus Schaller
- [PATCH] partially Revert "usb: musb: Set the DT node on the child device", H. Nikolaus Schaller
- [GIT PULL] Thunderbolt/USB4 changes for v5.18 merge window,
Mika Westerberg
- [PATCH] usb: gadget: return -EINVAL if no proper ep address available,
Wei Ming Chen
- [PATCH v3] PM: Add device name to suspend_report_result(),
Youngjin Jang
- [PATCH v8 1/3] usb: typec: tcpci: move tcpci.h to include/linux/usb/ directory,
Xin Ji
- [PATCH 2/2] usb: typec: fix memory leak,
Yeqi Fu
- Re: [syzbot] WARNING in mcba_usb_probe/usb_submit_urb, syzbot
- [PATCH] usb: dwc3: gadget: Give some time to schedule isoc,
Thinh Nguyen
- [PATCH] usb: dwc3: gadget: set status of request on every completed trb,
Michael Grzeschik
- [PATCH] USB: serial: usb_wwan: remove redundant assignment to variable i,
Colin Ian King
- [PATCH] USB: serial: pl2303: fix GS type detection, Johan Hovold
- [PATCH] thunderbolt: handle runtime pm for tunnelled pci root port,
Sanjay R Mehta
- [PATCH v2 0/4] support USB offload feature,
Daehwan Jung
- Message not available
- Message not available
- Message not available
[PATCH v7 1/3] usb: typec: tcpci: move tcpci.h to include/linux/usb/ directory,
Xin Ji
[usb:usb-testing] BUILD SUCCESS 98d107b84614a1c6b0b8009feae49c5fb0ef4758, kernel test robot
[PATCH] usb: dwc3: Add dwc3 lock for blocking interrupt storming,
JaeHun Jung
[PATCH v4 1/7] device property: Helper to match multiple connections,
Bjorn Andersson
problems with ch341 driver USB RS485 in Linux but not Windows,
John Paul Morrison
[RESEND v3 0/2] usb: dwc3: gadget: simple refactoring patches,
Michael Grzeschik
[PATCH] usb: dwc3-meson-g12a: constify drvdata structs,
Heiner Kallweit
[PATCH] dt-bindings: usb: usb251xb: add documentation for boost-up property,
Tommaso Merciai
[PATCH 00/26] usb: gadget: remove usage of list iterator past the loop,
Jakob Koschel
- [PATCH 01/26] usb: gadget: fsl: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 07/26] usb: gadget: udc: gr_udc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 09/26] usb: gadget: mv_u3d: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 06/26] usb: gadget: goku_udc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 05/26] usb: gadget: udc: at91: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 02/26] usb: gadget: bdc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 08/26] usb: gadget: lpc32xx_udc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 12/26] usb: gadget: udc: net2280: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 11/26] usb: gadget: net2272: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 04/26] usb: gadget: udc: pxa25x: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 10/26] usb: gadget: udc: mv_udc_core: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 03/26] usb: gadget: udc: atmel: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 13/26] usb: gadget: omap_udc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 15/26] usb: gadget: udc-xilinx: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 22/26] usb: gadget: pxa27x_udc: replace usage of rc to check if a list element was found, Jakob Koschel
- [PATCH 14/26] usb: gadget: s3c-hsudc: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 23/26] usb: gadget: udc: s3c2410: replace usage of rc to check if a list element was found, Jakob Koschel
- [PATCH 17/26] usb: gadget: configfs: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH 16/26] usb: gadget: aspeed: remove usage of list iterator past the loop body, Jakob Koschel
- [PATCH 24/26] usb: gadget: udc: core: replace usage of rc to check if a list element was found, Jakob Koschel
- [PATCH 21/26] usb: gadget: composite: remove check of list iterator against head past the loop body, Jakob Koschel
- [PATCH 25/26] usb: gadget: dummy_hcd: replace usage of rc to check if a list element was found, Jakob Koschel
- [PATCH 19/26] usb: gadget: udc: max3420_udc: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH 18/26] usb: gadget: legacy: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH 20/26] usb: gadget: tegra-xudc: remove using list iterator after loop body as a ptr, Jakob Koschel
- [PATCH 26/26] usb: gadget: udc: s3c2410: replace usage of rc to check if a list element was found, Jakob Koschel
Another PL2303,
Matyáš Kroupa
PREEMPT_RT causes scheduling errors with f_rndis USB gadget,
Yunhao Tian
[PATCH v3 0/2] Add driver for ehci in Sunplus SP7021,
Vincent Shih
[PATCH v2 net] smsc95xx: Ignore -ENODEV errors when device is unplugged,
Fabio Estevam
Re: [syzbot] KASAN: use-after-free Read in dev_uevent,
stern@xxxxxxxxxxxxxxxxxxx
[PATCH] smsc95xx: Ignore -ENODEV errors when device is unplugged,
Fabio Estevam
[PATCH 0/5] usb: host: xhci-plat: omit shared hcd if either of the root hubs has no ports,
Heiner Kallweit
[PATCH 0/3] x86: Make XDBC work,
Peter Zijlstra
[PATCH] usb: xhci: make XHCI_STOP_EP_CMD_TIMEOUT a module parameter,
Martin Kepplinger
[PATCH v1 0/2] Add phy driver for ehci in Sunplus SP7021,
Vincent Shih
[PATCH] usb: rework usb_maxpacket() and remove its third argument,
Vincent Mailhol
- Re: [PATCH] usb: rework usb_maxpacket() and remove its third argument, Greg Kroah-Hartman
- [PATCH v2 00/10] usb: rework usb_maxpacket() and remove its third argument, Vincent Mailhol
- [PATCH v2 01/10] usb: oxu210hp-hcd: remove redundant call to max_packet() macro, Vincent Mailhol
- [PATCH v2 02/10] usb: isp1760: remove redundant max_packet() macro, Vincent Mailhol
- [PATCH v2 03/10] usb: rework usb_maxpacket() and deprecate its third argument, Vincent Mailhol
- [PATCH v2 04/10] HID: usbhid: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 05/10] Input: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 06/10] media: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 07/10] net: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 08/10] usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 09/10] sound: usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v2 10/10] usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v3 0/9] usb: rework usb_maxpacket() and remove its third argument, Vincent Mailhol
- [PATCH v4 0/9] usb: rework usb_maxpacket() and remove its third argument, Vincent Mailhol
- [PATCH v4 7/9] sound: usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 4/9] media: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 5/9] net: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 3/9] Input: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 9/9] usb: rework usb_maxpacket() using usb_pipe_endpoint(), Vincent Mailhol
- [PATCH v4 2/9] HID: usbhid: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 1/9] usb: deprecate the third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 8/9] usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- [PATCH v4 6/9] usb: remove third argument of usb_maxpacket(), Vincent Mailhol
- Re: [PATCH v4 0/9] usb: rework usb_maxpacket() and remove its third argument, Greg Kroah-Hartman
[PATCH] USB: storage: ums-realtek: fix error code in rts51x_read_mem(),
Dan Carpenter
[PATCH v1 1/4] usb: host: export symbols for xhci hooks usage,
Daehwan Jung
[PATCH v1 4/4] usb: host: add xhci-exynos module,
Daehwan Jung
[PATCH v1 2/4] usb: host: add xhci hooks for USB offload,
Daehwan Jung
[PATCH v1 0/4] support USB offload feature,
Daehwan Jung
[PATCH v1 3/4] usb: host: add some to xhci overrides for USB offload, Daehwan Jung
[PATCH v2 1/2] drm: Add HPD state to drm_connector_oob_hotplug_event(),
Bjorn Andersson
[PATCH v3 1/6] device property: Helper to match multiple connections,
Bjorn Andersson
[syzbot] WARNING in usbtmc_ioctl/usb_submit_urb,
syzbot
[PATCH v2 1/5] thunderbolt: Retry DROM reads for more failure scenarios,
Mario Limonciello
smsc9511: Register access happens after unregistration,
Fabio Estevam
[PATCH] usb: Drop commas after SoC match table sentinels,
Geert Uytterhoeven
[PATCH v2 0/9] xhci cleanups and fixes for usb-next,
Mathias Nyman
[PATCH 0/9] xhci cleanups and fixes for usb-next,
Mathias Nyman
[PATCH v2] PM: Add device name to suspend_report_result(),
Youngjin Jang
Re: [PATCH] Support for new variant of PL2303GS adapter, Johan Hovold
[PATCH v2 0/3] Add QCOM SNPS PHY overriding params support,
Sandeep Maheswaram
[PATCH 1/5] drivers/thunderbolt: Retry DROM reads for more failure scenarios,
Mario Limonciello
[PATCH] usb: host: xhci-dbgtty: fix check in dbc_tty_write(), Sergey Shtylyov
[PATCH v2 0/2] usb: dt-bindings: samsung: convert to dtschema,
Krzysztof Kozlowski
DWC3 Isoc Gadget Missed Interrupts on Start Transfer,
Michael Grzeschik
[RFC PATCH 5/7] serial: termbits: ADDRB to indicate 9th bit addressing mode, Ilpo Järvinen
[RFC 1/1] usb: chipidea: ci_hdrc_imx: disable runtime pm for HSIC interface,
Alexander Stein
[PATCH] PM: Add device name to suspend_report_result(),
Youngjin Jang
[next] warning: the frame size of 1120 bytes is larger than 1024 bytes [-Wframe-larger-than=],
Naresh Kamboju
[PATCH] USB: host: isp116x: check return value after calling platform_get_resource(),
Zhen Ni
[PATCH v2] USB: serial: pl2303: Add IBM device IDs,
Eddie James
[PATCH AUTOSEL 4.14 2/7] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 4.9 2/6] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 5.4 04/11] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 4.19 2/7] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 5.10 06/14] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 5.15 03/23] usb: dwc3: pci: add support for the Intel Raptor Lake-S, Sasha Levin
[PATCH AUTOSEL 5.15 12/23] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 5.16 15/28] sr9700: sanity check for packet length, Sasha Levin
[PATCH AUTOSEL 5.16 03/28] usb: dwc3: pci: add support for the Intel Raptor Lake-S, Sasha Levin
[PATCH] wait: Parameterize the return variable to ___wait_event(), Matthew Wilcox (Oracle)
[Bug 215649] New: all usb devices stop working and forced to reboot the system,
bugzilla-daemon
[PATCH 0/4] usb: typec: add drivers for TUSB320xA and TS5USBA224,
Alvin Šipraga
[PATCH v2 0/3] Refactor xhci quirks and plat private data,
Sandeep Maheswaram
[usb:usb-testing] BUILD SUCCESS ca9400ef7f6793288db95ca658dede6e71e777d6, kernel test robot
[PATCH] usb: gadget: rndis: prevent integer overflow in rndis_set_response(), Dan Carpenter
[PATCH v2] usb:typec: Add sysfs support for Type C connector's physical location,
Won Chung
[PATCH 4.14 0/2] usb: gadget: use after free in dev_config,
Hangyu Hua
[PATCH] dt-bindings: Another pass removing cases of 'allOf' containing a '$ref',
Rob Herring
[PATCH] usb:typec: Add sysfs support for Type C connector's physical location,
Won Chung
[PATCH v3] usb: dwc3: Don't switch OTG -> peripheral if extcon is present,
Andrey Smirnov
[PATCH 0/3] usb: dwc3: gadget: simple refactoring patches,
Michael Grzeschik
[PATCH 1/2] usb: gadget: uvc: clean and rename uvcg_queue_next_buffer to uvcg_complete_buffer,
Michael Grzeschik
[PATCH v4 0/8] enable usb support on rk356x,
Peter Geis
[PATCH 0/6] Remove usage of list iterator past the loop body,
Jakob Koschel
[PATCH v2] USB: serial: simple: add Nokia phone driver, Johan Hovold
[PATCH] dt-bindings: usb: renesas,usbhs: Document RZ/V2L bindings,
Lad Prabhakar
[PATCH v3 0/7] enable usb support on rk356x,
Peter Geis
[PATCH v2 0/2] Add driver for ehci in Sunplus SP7021,
Vincent Shih
[PATCH v2 00/11] enable usb support on rk356x,
Peter Geis
[PATCH] usb: typec: tipd: Forward plug orientation to typec subsystem,
Sven Peter
[usb:usb-testing] BUILD SUCCESS f6a9a2d64dd168b7d71076c0e6b2be7db7cb7399, kernel test robot
[PATCH v1 0/3] Fixes for Mediatek dt-bindings,
Nícolas F. R. A. Prado
[usb:usb-next] BUILD SUCCESS bc25c55812ff72cd3f2c310ba42f78a812dac95e, kernel test robot
[PATCH v1 0/8] enable usb support on rk356x,
Peter Geis
[GIT PULL] USB fixes for 5.17-rc6,
Greg KH
[PATCH V2 0/2] Revert device tree changes for EUD,
Souradeep Chowdhury
[PATCH] usb: gadget: uvc: add bulk transfer support,
3090101217
[PATCH] xhci: fix runtime PM imbalance in USB2 resume,
Henry Lin
[Index of Archives]
[Linux USB Devel (old)]
[Big List of Linux Books]
[Linux Input]
[Linux SCSI]
[Yosemite Forum]