USB for Linux
[Prev Page][Next Page]
[PATCH] USB: remove BKL comments, Davidlohr Bueso
[PATCH 1/3] usb: musb: drop useless board_mode usage,
Felipe Balbi
ESHUTDOWN after 2 usb_interrupt_msg calls, DRANG BARAQ
[PATCH 00/34] DWC3 patches for 3.3,
Felipe Balbi
- [PATCH 01/34] usb: dwc3: gadget: don't disable endpoints on exit, Felipe Balbi
- [PATCH 02/34] usb: dwc3: allow forcing a maximum speed, Felipe Balbi
- [PATCH 03/34] usb: dwc3: calculate number of event buffers dynamically, Felipe Balbi
- [PATCH 04/34] usb: dwc3: fetch mode of operation from HW, Felipe Balbi
- [PATCH 05/34] usb: dwc3: add xHCI Host support, Felipe Balbi
- [PATCH 07/34] usb: dwc3: move gadget prototypes to core.h, Felipe Balbi
- [PATCH 06/34] usb: dwc3: always compile gadget side too, Felipe Balbi
- [PATCH 08/34] usb: dwc3: depend on both Host and Gadget stacks, Felipe Balbi
- [PATCH 09/34] usb: dwc3: ep0: SetAddress() won't be issued while Configured, Felipe Balbi
- [PATCH 10/34] usb: dwc3: debugfs: add support for changing port mode, Felipe Balbi
- [PATCH 11/34] usb: dwc3: ep0: handle unexpected XferNotReady events, Felipe Balbi
- [PATCH 12/34] usb: dwc3: core: add DeviceTree match table, Felipe Balbi
- [PATCH 13/34] usb: dwc3: omap: fix dwc3 binding match table, Felipe Balbi
- [PATCH 14/34] usb: dwc3: add a platform device alias, Felipe Balbi
- [PATCH 15/34] usb: dwc3: debugfs: hold the lock in during mode change, Felipe Balbi
- [PATCH 17/34] usb: dwc3: reset pending status flag in error case, Felipe Balbi
- [PATCH 18/34] usb: dwc3: remove special status request handling in ep0, Felipe Balbi
- [PATCH 16/34] usb: dwc3: host: remove unused includes, Felipe Balbi
- [PATCH 21/34] usb: dwc3: core: drop DWC3_EVENT_BUFFERS_MAX, Felipe Balbi
- [PATCH 22/34] usb: dwc3: ep0: use proper endianess in SetFeature for wIndex, Felipe Balbi
- [PATCH 23/34] usb: dwc3: ep0: don't use ep0in for transfers, Felipe Balbi
- [PATCH 24/34] usb: dwc3: use a helper function for operation mode setting, Felipe Balbi
- [PATCH 26/34] usb: dwc3: fix few coding style problems, Felipe Balbi
- [PATCH 28/34] usb: dwc3: ep0: push ep0state into xfernotready processing, Felipe Balbi
- [PATCH 27/34] usb: dwc3: fix sparse errors, Felipe Balbi
- [PATCH 19/34] usb: dwc3: move dwc3 device ID bitmap to core.c, Felipe Balbi
- [PATCH 20/34] usb: dwc3: omap: add multiple instances support to OMAP, Felipe Balbi
- [PATCH 32/34] usb: dwc3: workaround: missing USB3 Reset event, Felipe Balbi
- [PATCH 25/34] usb: dwc3: move generic dwc3 code from gadget into core, Felipe Balbi
- [PATCH 33/34] usb: dwc3: workaround: missing disconnect event, Felipe Balbi
- [PATCH 34/34] usb: dwc3: omap: move to module_platform_driver, Felipe Balbi
- [PATCH 29/34] usb: dwc3: ep0: handle delayed_status again, Felipe Balbi
- [PATCH 30/34] usb: dwc3: gadget: return early in dwc3_cleanup_done_reqs(), Felipe Balbi
- [PATCH 31/34] usb: dwc3: workaround: U1/U2 -> U0 transiton, Felipe Balbi
[PATCH] usb/dwc3: use correct hwparam register for power mgm check,
Sebastian Andrzej Siewior
[patch 2/2] staging/media: lirc_imon: remove unused definitions, Dan Carpenter
[PATCH 0/7 v1] usb: add otg and ehci driver for Marvell Socs.,
Neil Zhang
[patch] orinoco: remove an unused variable, Dan Carpenter
Re: fix for lsusb: unable to initialize libusb: -99, Aruna Balakrishaiah
[PATCH] fix for lsusb:unable to initialize libusb: -99,
Aruna Balakrishnaiah
[PATCH 2/2] usb/isp1760: Fix race condition memory leak, Arvid Brodin
[PATCH 1/2] usb/isp1760: Simpler queue head list code.,
Arvid Brodin
[PATCH] fix for lsusb: unable to initialize libusb: -99,
Aruna Balakrishnaiah
[PATCH 0/2] usb/isp1760: Fix possible memory leak on endpoint disable, Arvid Brodin
[PATCH] USB: usb-storage: unusual_devs entry for Kingston DT 101 G2, Qinglin Ye
[PATCH v2] usb/fsl_udc: fix dequeuing a request in progress,
Li Yang
[PATCH v1] USB: OTG should be linked before Host,
Neil Zhang
PROBLEM: LED controller from MSI GX680R timeouts while initializing reports,
Tobias Theobald
[PATCH] usb: musb: PM: fix context save/restore in suspend/resume path,
Kevin Hilman
[PATCH v2 1/2] usb: fsl_mxc_udc.c: Fix build issue by including missing header file,
Fabio Estevam
[PATCH 1/1] xHCI: Adding #define values used for hub descriptor,
Aman Deep
[regression 3.1.0 -> 3.20rc] USB Oops,
Norbert Preining
[PATCH] CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0,
Thomas Meyer
Crash with sata_sil24 driver, Pratyush Anand
What's the current (2011) Linux/i386 usb user-space API?,
Przemyslaw Tokarski
[RFC/PATCH 0/2] SG support on gadget framework,
Felipe Balbi
USB Proto:option: Suspend and Resume problem,
zheng . zhijian
[PATCH] Handle the old_termios == 0 case e.g. uart_resume_port(), Andrew Worsley
[patch] USB: whci-hcd: fix endian conversion in qset_clear(), Dan Carpenter
[PATCH V2] USB: ohci-s3c2410: add PM support,
Jingoo Han
[PATCH v2] USB: fsl_udc_core: use usb_endpoint_xfer_isoc to judge ISO XFER,
Peter Chen
Usb hub fast plug/unplug issue,
Jasonwu
[PATCH] USB: fsl_udc_core: Use (&) instead of (==) to compare ISO XFER,
Peter Chen
[GIT PATCH] USB fixes for 3.2,
Greg KH
- [PATCH 01/48] usb, xhci: fix lockdep warning on endpoint timeout, Greg Kroah-Hartman
- [PATCH 11/48] usb: gadget: r8a66597-udc: fix flush fifo handling, Greg Kroah-Hartman
- [PATCH 12/48] usb: gadget: fsl_udc_core: fix compile error., Greg Kroah-Hartman
- [PATCH 13/48] usb: gadget: renesas_usbhs: fixup struct completion usage, Greg Kroah-Hartman
- [PATCH 14/48] usb: gadget: renesas_usbhs: fixup bogus conversion, Greg Kroah-Hartman
- [PATCH 15/48] usb: gadget: renesas_usbhs: fixup section mismatch warning, Greg Kroah-Hartman
- [PATCH 02/48] xhci: Set slot and ep0 flags for address command., Greg Kroah-Hartman
- [PATCH 03/48] usb, xhci: Clear warm reset change event during init, Greg Kroah-Hartman
- [PATCH 04/48] usb: gadget: udc-core: fix bug on soft_connect and srp interfaces, Greg Kroah-Hartman
- [PATCH 05/48] usb: musb: gadget: don't call ->disconnect() on exit, Greg Kroah-Hartman
- [PATCH 06/48] usb: gadget: core: fix bug when removing gadget drivers, Greg Kroah-Hartman
- [PATCH 07/48] usb: gadget: core: allow everybody to read sysfs attributes, Greg Kroah-Hartman
- [PATCH 08/48] usb: musb: remove incorrectly added ARCH_U5500 define, Greg Kroah-Hartman
- [PATCH 09/48] usb: musb: hdrc: fix dependency on USB_GADGET_DUALSPEED in Kconfig, Greg Kroah-Hartman
- [PATCH 10/48] usb: gadget: r8a66597-udc: fix for udc-newstyle, Greg Kroah-Hartman
- [PATCH 26/48] usb: gadget: renesas_usbhs: bugfix: set DATA0 when usbhsh_endpoint_alloc(), Greg Kroah-Hartman
- [PATCH 27/48] usb: dwc3: gadget: initialize max_streams, Greg Kroah-Hartman
- [PATCH 28/48] usb: musb: fix compilation breakage introduced by de47725, Greg Kroah-Hartman
- [PATCH 29/48] USB: ark3116 initialisation fix, Greg Kroah-Hartman
- [PATCH 30/48] USB: workaround for bug in old version of GCC, Greg Kroah-Hartman
- [PATCH 31/48] USB: XHCI: resume root hubs when the controller resumes, Greg Kroah-Hartman
- [PATCH 32/48] USB: EHCI: fix HUB TT scheduling issue with iso transfer, Greg Kroah-Hartman
- [PATCH 33/48] USB: add quirk for Logitech C600 web cam, Greg Kroah-Hartman
- [PATCH 34/48] USB: cdc-acm: Fix disconnect() vs close() race, Greg Kroah-Hartman
- [PATCH 35/48] USB: at91: at91-ohci: fix set/get power, Greg Kroah-Hartman
- [PATCH 17/48] usb: gadget: storage: check for valid USB_BULK_RESET_REQUEST wLength, Greg Kroah-Hartman
- [PATCH 36/48] powerpc/usb: fix type cast for address of ioremap to compatible with 64-bit, Greg Kroah-Hartman
- [PATCH 37/48] USB: quirks: adding more quirky webcams to avoid squeaky audio, Greg Kroah-Hartman
- [PATCH 38/48] usb-storage: Accept 8020i-protocol commands longer than 12 bytes, Greg Kroah-Hartman
- [PATCH 39/48] USB: pch_udc: Support new device LAPIS Semiconductor ML7831 IOH, Greg Kroah-Hartman
- [PATCH 40/48] USB: pch_udc: Change company name OKI SEMICONDUCTOR to LAPIS Semiconductor, Greg Kroah-Hartman
- [PATCH 41/48] USB: serial: pl2303: rm duplicate id, Greg Kroah-Hartman
- [PATCH 42/48] USB: option: add id for 3G dongle Model VT1000 of Viettel, Greg Kroah-Hartman
- [PATCH 43/48] USB: storage: ene_ub6250: fix compile warnings, Greg Kroah-Hartman
- [PATCH 44/48] usb: Netlogic: Fix HC_LENGTH call in ehci-xls.c, Greg Kroah-Hartman
- [PATCH 18/48] usb: gadget: fix MIDI gadget jack allocation, Greg Kroah-Hartman
- [PATCH 19/48] USB: gadgetfs: gadgetfs_disconnect: fix inconsistent lock state, Greg Kroah-Hartman
- [PATCH 20/48] USB: ci13xxx_udc: fix logic to mark request dma addresses as invalid, Greg Kroah-Hartman
- [PATCH 21/48] USB: ci13xxx_udc: fix deadlock during rmmod, Greg Kroah-Hartman
- [PATCH 22/48] USB: ci13xxx_udc: fix debug trace code, Greg Kroah-Hartman
- [PATCH 23/48] USB: ci13xxx_msm: add module license, Greg Kroah-Hartman
- [PATCH 24/48] usb: gadget: renesas_usbhs: bugfix: care pipe direction, Greg Kroah-Hartman
- [PATCH 25/48] usb: gadget: renesas_usbhs: bugfix: disable irq when device stop, Greg Kroah-Hartman
- [PATCH 16/48] usb: gadget: storage: check for valid USB_BULK_GET_MAX_LUN_REQUEST, Greg Kroah-Hartman
- [PATCH 46/48] OHCI: final fix for NVIDIA problems (I hope), Greg Kroah-Hartman
- [PATCH 47/48] USB: option: add PID of Huawei E173s 3G modem, Greg Kroah-Hartman
- [PATCH 48/48] USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c, Greg Kroah-Hartman
- [PATCH 45/48] USB: option: release new PID for ZTE 3G modem, Greg Kroah-Hartman
bcma USB Host driver,
Hauke Mehrtens
A couple of newbie questions,
Gilles
[PATCH] USB: ohci-s3c2410: add PM support,
Jingoo Han
re: USB: Fix Corruption issue in USB ftdi driver ftdi_sio.c, Dan Carpenter
USB functional drivers VS Gadget drivers,
Prabhu Chawandi
Re: [PATCH] usbled: add support for Dream Cheeky DL100B Mailbox Friends Alert (1d34:000a),
Jiri Kosina
[PATCH] ASIX: Add Asus ASIX USB ID,
lars . schmohl
[PATCH] usb: gadget: fix g_serial regression,
Robert Jarzmik
[PATCH] USB: option: add PID of Huawei E173s 3G modem, Ferenc Wagner
regarding usb reset of an interface while probe is happening,
Amit Nagal
[PATCH] Fix Corruption issue in USB ftdi driver ftdi_sio.c, Andrew Worsley
[PATCH] USB: Add helper macro for usb_driver boilerplate, Greg KH
[PATCH] NLS: improve UTF8 -> UTF16 string conversion routine,
Alan Stern
[PATCH] USB: remove homegrown UTF conversion routine for gadgets,
Alan Stern
[PATCH] OHCI: remove uses of hcd->state, Alan Stern
[PATCH] OHCI: final fix for NVIDIA problems (I hope), Alan Stern
[PATCH 3/3] USB: make the usbfs memory limit configurable, Alan Stern
[PATCH 2/3] USB: change the memory limits in usbfs URB submission, Alan Stern
[PATCH 1/3] USB: unify some error pathways in usbfs, Alan Stern
[PATCH 0/3] usbfs: change memory limitations for URBs,
Alan Stern
[PATCH v2] usb : gadget : usbstring : fix style problems, tonylijo
Re: USB3 high-speed write test failure with WDC MyBook 3TB drive,
starlight
[PATCH 1/2] HID: usbkbd: synchronize LED URB submission,
Willem Penninckx
[PATCH 2/2] HID: usbkbd: kill LED URB on disconnect, Willem Penninckx
[PATCH][RESEND] usb : gadget : usbstring : fix style problems,
Tonylijo
[PATCH 0/3 v2] usb/hid-core: drain URB queue when going to suspend,
Daniel Kurtz
[PATCH v3.2-rc1] USB:option: release new PID for ZTE 3G modem, zheng . zhijian
[PATCH] usb: Netlogic: Fixes for OHCI/EHCI code,
Jayachandran C.
[PATCH] xHCI: reset-on-resume quirk for NEC uPD720200,
Andiry Xu
UDC driver bug related to max_speed,
Alan Stern
[PATCH] usb : gadget : usbstring : fix style problems,
Tonylijo
[PATCH 1/2] usb: fsl_udc_core: Fix build issue by passing 'reg' in the switch statement,
Fabio Estevam
[PATCH 0/4] mmc: logging neatening and mmc_host_<level>,
Joe Perches
[PATCH 00/13] Sparse fixes,
Felipe Balbi
- [PATCH 13/13] usb: storage: shuttle_usbat: fix sparse warning, Felipe Balbi
- [PATCH 10/13] usb: storagE: realtek_cr: fix sparse warnings, Felipe Balbi
- [PATCH 11/13] usb: storage: sddr09: fix sparse warning, Felipe Balbi
- [PATCH 12/13] usb: storage: sddr55: fix sparse warning, Felipe Balbi
- [PATCH 06/13] usb: storage: isd200: fix sparse warning, Felipe Balbi
- [PATCH 08/13] usb: storage: karma: fix sparse warning, Felipe Balbi
- [PATCH 09/13] usb: storage: onetouch: fix sparse warning, Felipe Balbi
- [PATCH 07/13] usb: storage: jumpshot: fix sparse warning, Felipe Balbi
- [PATCH 05/13] usb: storage: freecom: fix sparse warning, Felipe Balbi
- [PATCH 04/13] usb: storage: ene_ub6250: fix sparse warnings, Felipe Balbi
- [PATCH 02/13] usb: storage: cypress: fix sparse warning, Felipe Balbi
- [PATCH 03/13] usb: storage: datafab: fix sparse warning, Felipe Balbi
- [PATCH 01/13] usb: storage: alauda: fix sparse warnings, Felipe Balbi
[PATCH 2/3] ARM: EXYNOS: Add USB OHCI support to SMDKV310 board, Jingoo Han
[PATCH 3/3] USB: Add S5P OHCI diver,
Jingoo Han
[PATCH 1/3] ARM: SAMSUNG: Add USB OHCI device, Jingoo Han
[PATCH 0/3] Support Samsung S5P OHCI device and driver,
Jingoo Han
[PATCH 0/5] PS3 USB patches for 3.3,
Geoff Levand
[Index of Archives]
[Linux USB Devel (old)]
[Big List of Linux Books]
[Linux Input]
[Linux SCSI]
[Yosemite Forum]