USB for Linux
[Prev Page][Next Page]
- Re: [PATCH v3 1/9] dt-bindings: reset: Add a binding for the RPi Firmware reset controller, (continued)
- [PATCH] usb: xhci: tegra: Remove PLL power supplies, Thierry Reding
- WARNING in pegasus_open/usb_submit_urb, syzbot
- [PATCH] usb: replace hardcoded maximum usb string length by definition,
Macpaul Lin
- [PATCH v3] usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect, qiang.zhang
- [PATCH v3 0/2] usb : phy: Add USB PHY support on Intel LGM SoC,
Ramuthevar,Vadivel MuruganX
- [PATCH] dt-bindings: Remove redundant 'maxItems',
Rob Herring
- [PATCH 0/2] usb: dwc3: Host wake up support from system suspend,
Sandeep Maheswaram
- Re: [PATCH v2] usb: gadget: configfs: Fix KASAN use-after-free, Macpaul Lin
- [PATCH v2 0/2] usb : phy: Add USB PHY support on Intel LGM SoC,
Ramuthevar,Vadivel MuruganX
- [PATCH] HID: usbhid: remove redundant assignment to variable retval,
Colin King
- [PATCH 1/2] xhci: Suspend ports to U3 directly from U1 or U2,
Kai-Heng Feng
- [PATCH v2] HID: usbhid: do not sleep when opening device,
Dmitry Torokhov
- [PATCH 1/1] usb: chipidea: udc: fix the ENDIAN issue, Peter Chen
- [PATCH] USB: ohci-sm501: Add missed iounmap() in remove,
Chuhong Yuan
- [PATCH] usb/gadget/function: introduce Built-in CDROM support,
Macpaul Lin
- [PATCH 0/3] Introduce PMIC based USB type C detection,
Wesley Cheng
- [PATCH v2 0/9] Raspberry Pi 4 USB firmware initialization rework,
Nicolas Saenz Julienne
- [PATCH 00/17] spelling.txt: /decriptors/descriptors/,
Kieran Bingham
- [PATCH 0/6] add NXP imx8mp usb support,
Li Jun
- [PATCH v1 0/2] usb : phy: Add USB PHY support on Intel LGM SoC,
Ramuthevar,Vadivel MuruganX
- [PATCH v4] usb: dwc2: Postponed gadget registration to the udc class driver, Minas Harutyunyan
- Re: [PATCH] USB: gadget: serial: fix null pointer access in tty_wakeup(), Jiri Slaby
- [PATCH AUTOSEL 5.6 020/606] usb: usbfs: correct kernel->user page attribute mismatch, Sasha Levin
- [PATCH AUTOSEL 5.6 021/606] USB: usbfs: fix mmap dma mismatch, Sasha Levin
- [PATCH AUTOSEL 5.6 027/606] usb: host: xhci-plat: keep runtime active when removing host, Sasha Levin
- [PATCH AUTOSEL 5.6 028/606] usb: cdns3: gadget: prev_req->trb is NULL for ep0, Sasha Levin
- [PATCH AUTOSEL 5.6 029/606] USB: gadget: fix illegal array access in binding with UDC, Sasha Levin
- [PATCH AUTOSEL 5.6 030/606] usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list, Sasha Levin
- [PATCH AUTOSEL 5.6 046/606] dwc3: Remove check for HWO flag in dwc3_gadget_ep_reclaim_trb_sg(), Sasha Levin
- [PATCH AUTOSEL 5.6 051/606] usb: gadget: audio: Fix a missing error return value in audio_bind(), Sasha Levin
- [PATCH AUTOSEL 5.6 050/606] usb: gadget: net2272: Fix a memory leak in an error handling path in 'net2272_plat_probe()', Sasha Levin
- [PATCH AUTOSEL 5.6 049/606] usb: gadget: tegra-xudc: Fix idle suspend/resume, Sasha Levin
- [PATCH AUTOSEL 5.6 052/606] usb: gadget: legacy: fix error return code in gncm_bind(), Sasha Levin
- [PATCH AUTOSEL 5.6 053/606] usb: gadget: legacy: fix error return code in cdc_bind(), Sasha Levin
- [PATCH AUTOSEL 5.6 125/606] USB: core: Fix misleading driver bug report, Sasha Levin
- [PATCH AUTOSEL 5.6 225/606] r8152: support additional Microsoft Surface Ethernet Adapter variant, Sasha Levin
- [PATCH AUTOSEL 5.6 270/606] usb: phy: twl6030-usb: Fix a resource leak in an error handling path in 'twl6030_usb_probe()', Sasha Levin
- [PATCH AUTOSEL 5.6 271/606] usb: gadget: legacy: fix redundant initialization warnings, Sasha Levin
- [PATCH AUTOSEL 5.6 269/606] usb: dwc3: pci: Enable extcon driver for Intel Merrifield, Sasha Levin
- [PATCH AUTOSEL 5.6 026/606] usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534B, Sasha Levin
- [PATCH 0/9] Raspberry Pi 4 USB firmware initialization rework,
Nicolas Saenz Julienne
- [PATCH 1/9] dt-bindings: reset: Add a binding for the RPi Firmware USB reset, Nicolas Saenz Julienne
- [PATCH 4/9] ARM: dts: bcm2711: Add reset controller to xHCI node, Nicolas Saenz Julienne
[PATCH v3 0/9] usb: some PM changes for cdns3 and xhci-plat,
Peter Chen
- [PATCH v3 1/9] usb: cdns3: introduce cdns3_set_phy_power API, Peter Chen
- [PATCH v3 2/9] usb: cdns3: add runtime PM support, Peter Chen
- [PATCH v3 3/9] usb: cdns3: imx: add glue layer runtime pm implementation, Peter Chen
- [PATCH v3 4/9] usb: host: xhci-plat: add platform data support, Peter Chen
- [PATCH v3 5/9] usb: host: xhci-plat: add .suspend_quirk for struct xhci_plat_priv, Peter Chen
- [PATCH v3 6/9] usb: host: xhci-plat: delete the unnecessary code, Peter Chen
- [PATCH v3 7/9] usb: host: xhci-plat: add priv quirk for skip PHY initialization, Peter Chen
- [PATCH v3 8/9] usb: cdns3: host: add .suspend_quirk for xhci-plat.c, Peter Chen
- [PATCH v3 9/9] usb: cdns3: host: add xhci_plat_priv quirk XHCI_SKIP_PHY_INIT, Peter Chen
- Re: [PATCH v3 0/9] usb: some PM changes for cdns3 and xhci-plat, Peter Chen
[PATCH v2] usb: gadget: function: printer: fix use-after-free in __lock_acquire,
qiang.zhang
[PATCH v3] USB: ehci: reopen solution for Synopsys HC bug,
Longfang Liu
[RESEND PATCH v4 0/3] Add support for MaxLinear/Exar USB to serial converters,
Manivannan Sadhasivam
[PATCH v4 0/3] Add support for MaxLinear/Exar USB to serial converters,
Manivannan Sadhasivam
[GIT PULL] USB/PHY driver update for 5.8-rc1,
Greg KH
KASAN: null-ptr-deref Read in tty_wakeup, Kyungtae Kim
[PATCH] sr: dwc2/gadget: remove unneccessary if,
Pavel Machek
[PATCH v4 00/12] PCI: brcmstb: enable PCIe for STB chips, Jim Quinlan
WARNING in snd_usbmidi_input_start/usb_submit_urb, syzbot
[PATCH AUTOSEL 5.6 07/17] net: usb: qmi_wwan: add Telit LE910C1-EUX composition, Sasha Levin
[PATCH AUTOSEL 5.4 06/14] net: usb: qmi_wwan: add Telit LE910C1-EUX composition, Sasha Levin
[PATCH AUTOSEL 4.19 5/9] net: usb: qmi_wwan: add Telit LE910C1-EUX composition, Sasha Levin
[PATCH AUTOSEL 4.14 4/8] net: usb: qmi_wwan: add Telit LE910C1-EUX composition, Sasha Levin
[PATCH AUTOSEL 4.9 3/6] net: usb: qmi_wwan: add Telit LE910C1-EUX composition, Sasha Levin
[PATCH] cdc-acm: Add DISABLE_ECHO quirk for Microchip/SMSC chip,
Joakim Tjernlund
Re: [PATCH] usb: gadget: function: printer: Fix use-after-free in __lock_acquire(),
Markus Elfring
[PATCH] usb: gadget: function: printer: fix use-after-free in __lock_acquire,
qiang.zhang
[PATCH v3] usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs, jun . li
[PATCH v2] usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect, qiang.zhang
[PATCH] usb: add USB_QUIRK_DELAY_INIT for Logitech C922, Tomasz Meresiński
KASAN: use-after-free Read in printer_ioctl, Kyungtae Kim
[PATCH v3 00/13] PCI: brcmstb: enable PCIe for STB chips, Jim Quinlan
KASAN: out-of-bounds Read in ath9k_hif_usb_rx_cb,
syzbot
WARNING: locking bug in ath9k_htc_wait_for_target, syzbot
[PATCH][next] usb: xhci: fix spelling mistake in Kconfig "firwmare" -> "firmware",
Colin King
[PATCH v2] usb: dwc3: Add support for VBUS power control,
Mike Looijmans
[PATCH] usb: dwc3: Add support for VBUS power control,
Mike Looijmans
[PATCH 0/3] usb: cdns3: fix some endian issues,
Peter Chen
Issues Writing Endpoint Descriptors to ep0, Sid Spry
[PATCH] usb: usbtest: fix missing kfree(dev->buf) in usbtest_disconnect,
qiang.zhang
[PATCH v2] usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs,
jun . li
memory leak in usbtest_probe,
Kyungtae Kim
KASAN: use-after-free Read in printer_read,
Kyungtae Kim
[PATCH] driver core:Export the symbol device_is_bound,
Sandeep Maheswaram
KASAN: use-after-free Read in usb_udc_uevent,
syzbot
[PATCH] thunderbolt: Improve USB4 config symbol help text,
Geert Uytterhoeven
[PATCH] sound: usb: pcm: fix incorrect power state when playing sound after PM_AUTO suspend,
Macpaul Lin
[PATCH] usb: host: ehci-exynos: Fix error check in exynos_ehci_probe(), Tang Bin
[PATCH] USB: ehci: reopen solution for Synopsys HC bug,
Longfang Liu
[PATCH v5] drivers: most: add USB adapter driver, Christian Gromm
[PATCH] usb: typec: tcpci_rt1711h: avoid screaming irq causing boot hangs,
jun . li
[PATCH v2] USB: ehci: reopen solution for Synopsys HC bug,
Longfang Liu
about L1 and resume operations for cdns3 device mode, Peter Chen
[Try 2] DMAR errors on Wildcat Point-LP xHCI (Lenovo T450s), Vincent Pelletier
[PATCH] USB: core: additional Device Classes to debug/usb/devices,
Rob Gill
[usb:usb-testing] BUILD SUCCESS 347052e3bf1b62a25c11f7a673acfbaf554d67a1, kbuild test robot
[usb:usb-next] BUILD SUCCESS de21ab70ee32a7da288d1e89a0c107e810cc9aef, kbuild test robot
WARNING in snd_usbmidi_submit_urb/usb_submit_urb,
syzbot
DMAR errors on Wildcat Point-LP xHCI (Lenovo T450s), Vincent Pelletier
[PATCH v3] usb: dwc2: Postponed gadget registration to the udc class driver, Minas Harutyunyan
[PATCH v2] usb: dwc2: Postponed gadget registration to the udc class driver, Minas Harutyunyan
[PATCH] usb : Report additional USB classes,
Rob Gill
Re: memory leak in usb_copy_descriptors, Greg KH
Re: memory leak in hidg_set_alt, Greg KH
[PATCH] drivers: usb: core: driver: fixed 80 line character length issue,
Lokesh Chebrolu
[PATCH 0/2] Add USB PHY support for Ingenic X1000 and X1830.,
周琰杰 (Zhou Yanjie)
Re: [PATCH] usb: storage: alauda: fix possible buffer overflow casued by bad DMA value in alauda_read_map(), Alan Stern
[PATCH v2] usb: dwc2: Fix shutdown callback in platform, Minas Harutyunyan
[RFC][PATCH] usb: typec: tcpci_rt1711h: Try to avoid screaming irq causing boot hangs,
John Stultz
[PATCH] usb: cdns3: fix possible buffer overflow caused by bad DMA value,
Jia-Ju Bai
[PATCH 0/6] USB: sisusbvga: series of changes char to u8,
Changming
[PATCH] HID: usbhid: do not sleep when opening device,
Dmitry Torokhov
[PATCH] dt-bindings: Merge gpio-usb-b-connector with usb-connector,
Thierry Reding
[PATCH v3 0/6] Generic USB Display driver,
Noralf Trønnes
[PATCH v2] blkdev: Replace blksize_bits() with ilog2(),
Kaitao Cheng
[PATCH] usb: typec: mux: intel_pmc_mux: Fix DP alternate mode entry,
Heikki Krogerus
[PATCH] usb: dwc2: Fix shutdown callback in platform,
Minas Harutyunyan
[PATCH] Documentation: ABI: usb: chipidea: Update Li Jun's e-mail,
Fabio Estevam
[PATCH] usb: dwc2: Postponed gadget registration to the udc class driver,
Minas Harutyunyan
[GIT PULL] USB-serial fixes for 5.8-rc1-2,
Johan Hovold
[GIT PULL] USB-serial updates for 5.8-rc1,
Johan Hovold
[PATCH v2] usb/phy-generic: Add support for OTG VBUS supply control,
Mike Looijmans
[PATCH] usb: host: xhci-mtk: avoid runtime suspend when removing hcd,
Macpaul Lin
[usb:usb-testing] BUILD SUCCESS 97fe809934dd2b0b37dfef3a2fc70417f485d7af, kbuild test robot
Splitting 1 USB port between 2 devices,
Alexandru M Stan
[PATCH 0/3] usb: gadget: udc: atmel: assorted fixes,
Michał Mirosław
[PATCH] usb: gadget: f_acm: don't disable disabled EP,
Michał Mirosław
[PATCH] staging: most: usb: init return value in default path of switch/case expression, Christian Gromm
[PATCH AUTOSEL 5.4 10/26] r8152: support additional Microsoft Surface Ethernet Adapter variant, Sasha Levin
[PATCH AUTOSEL 4.19 08/17] r8152: support additional Microsoft Surface Ethernet Adapter variant, Sasha Levin
[PATCH AUTOSEL 4.14 07/13] r8152: support additional Microsoft Surface Ethernet Adapter variant, Sasha Levin
[PATCH AUTOSEL 5.6 17/47] r8152: support additional Microsoft Surface Ethernet Adapter variant, Sasha Levin
[PATCH] usb: phy: tegra: Fix unnecessary check in tegra_usb_phy_probe(), Tang Bin
[PATCH] usb: phy: tegra: Remove unnecessary spaces and tables,
Tang Bin
[PATCH v4 0/3] IR Toy / IR Droid USB driver,
Sean Young
usb raw gadget impossible to sent buffer bigger than 3MB,
Belisko Marek
Bug 207877: ASMedia drive (174c:55aa) hangs in ioctl CDROM_DRIVE_STATUS when mounting a DVD,
Zebediah Figura
[RFC v3 0/3] Re-introduce TX FIFO resize for larger EP bursting,
Wesley Cheng
[PATCH] usb: gadget: aspeed: fixup vhub port irq handling,
rentao . bupt
[PATCH v3 0/3] IR Toy / IR Droid USB driver,
Sean Young
[PATCH] usb: ehci: add struct entry for broadcom insnreg,
Arnd Bergmann
[PATCH v4] drivers: most: add USB adapter driver,
Christian Gromm
[PATCH v3 0/4] Add logic to consolidate TRBs for Synopsys xHC,
Tejas Joglekar
[PATCH v2 0/3] IR Toy / IR Droid USB driver,
Sean Young
[PATCH 00/10] staging: most: usb: fix code review findings,
Christian Gromm
- [PATCH 01/10] staging: most: usb: change order of function parameters, Christian Gromm
- [PATCH 02/10] staging: most: usb: don't use expressions that might fail in a declaration, Christian Gromm
- [PATCH 03/10] staging: most: usb: change return value of function drci_rd_reg, Christian Gromm
- [PATCH 04/10] staging: most: usb: return 0 instead of variable, Christian Gromm
- [PATCH 05/10] staging: most: usb: move allocation of URB out of critical section, Christian Gromm
- [PATCH 06/10] staging: most: usb: don't use error path to exit function on success, Christian Gromm
- [PATCH 07/10] staging: most: usb: replace code to calculate array index, Christian Gromm
- [PATCH 08/10] staging: most: usb: use correct error codes, Christian Gromm
- [PATCH 09/10] staging: most: usb: add missing put_device calls, Christian Gromm
- [PATCH 10/10] staging: most: usb: use function sysfs_streq, Christian Gromm
[usb:usb-testing] BUILD SUCCESS d19c64b3d0978e741a9b18273ff8a9b52f1a8ca0, kbuild test robot
[RFC PATCH] net: usb: ax88179_178a: fix packet alignment padding,
Jeremy Kerr
[balbi-usb:testing/next] BUILD REGRESSION 1c11e74e9079289d8aaccc34b74cbf6463c0b791, kbuild test robot
[PATCH for-5.8 0/2] dwc3: meson-g12a: two fixes for v5.8,
Martin Blumenstingl
[PATCH v2 00/14] PCI: brcmstb: enable PCIe for STB chips,
Jim Quinlan
[PATCH] usb/phy-generic: Add support for OTG VBUS supply control,
Mike Looijmans
[PATCH] CDC-ACM: heed quirk also in error handling,
Oliver Neukum
[GIT PULL] Thunderbolt/USB4 changes for v5.8 merge window,
Mika Westerberg
Microchip USB2642 Hub not resuming from USB autosuspend,
Martin Kepplinger
usb: dwc2: screaming interrupt after kexec reboot,
Frank Mori Hess
[GIT PULL] usb: chipidea: changes for v5.8-rc1,
Peter Chen
Re: USB Security in the Linux Kernel, Alan Stern
[PATCH 0/8] Add helper for accessing Power Management callbacs,
Krzysztof Wilczyński
[Bug 207887] New: USB devices connected to Thinkpad Dock hangs after a while,
bugzilla-daemon
[Index of Archives]
[Linux USB Devel (old)]
[Big List of Linux Books]
[Linux Input]
[Linux SCSI]
[Yosemite Forum]