USB for Linux
[Prev Page][Next Page]
- Re: [RFC 10/22] usb: Make core allocate resources per PCI-device., (continued)
- [RFC 12/22] xhci: Index with a port array instead of PORTSC addresses., Sarah Sharp
- [RFC 11/22] USB: Set usb_hcd->state and flags for shared roothubs., Sarah Sharp
- [RFC 13/22] xhci: Refactor bus suspend state into a struct., Sarah Sharp
- [RFC 14/22] xhci: Change xhci_find_slot_id_by_port() API., Sarah Sharp
- [RFC 15/22] xhci: Register second xHCI roothub., Sarah Sharp
- [RFC 16/22] xhci: Return a USB 3.0 hub descriptor for USB3 roothub., Sarah Sharp
- [RFC 17/22] xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports., Sarah Sharp
- [RFC 18/22] xhci: Make roothub functions deal with device removal., Sarah Sharp
- [RFC 21/22] USB: Remove bogus USB_PORT_STAT_SUPER_SPEED symbol., Sarah Sharp
- [RFC 22/22] usb: Disable auto-suspend for USB 3.0 hubs., Sarah Sharp
- [RFC 19/22] xhci: Fix re-init on power loss after resume., Sarah Sharp
- [RFC 20/22] xhci: Fixes for suspend/resume of shared HCDs., Sarah Sharp
- RE: [RFC v2 00/22] USB 3.0 hub support & xHCI split roothub for 2.6.38, Xu, Andiry
- [RFC 0/7] Misc USB and xHCI fixes for 2.6.38,
Sarah Sharp
- [PATCH 01/15]arch:m68k:ifpsp060:src:fpsp.S Typo change diable to disable.,
Justin P. Mattock
- Updated xHCI pull-request: suspend fixes for 2.6.37,
Sarah Sharp
- [PATCH] GADGET : allow to build multi udc,
Matthieu CASTET
- USB3 device suspend/runtime PM issue,
Sarah Sharp
- BUG? system freeze on g_webcam module load, Roland Kletzing
- BUG? g_printer oops on module onload,
Roland Kletzing
- [PATCH] USB: ti_usb: fix module removal,
Ionut Nicu
- [PATCH v3 11/16] USB: ehci: add workaround for Synopsys HC bug, Gabor Juhos
- [PATCH v3 12/16] USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR913X SoCs, Gabor Juhos
- [PATCH v3 13/16] USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs, Gabor Juhos
- [PATCH] usb: pch_udc: Fixed issue which does not work with g_serial,
Toshiharu Okada
- xHCI pull-request: suspend fixes for 2.6.37,
Sarah Sharp
- Regular ext4 error warning with HD in USB dock,
Con Kolivas
- Re: [PATCH 1/1] mct_u232: added _ioctl, _msr_to_icount and _get_icount functions,
Tsozik
- [PATCH] USB: cdc-wdm: fix misuse of logical operation in place of bitop, David Sterba
- [PATCH v2] xHCI: synchronize irq in xhci_suspend(),
Andiry Xu
- [RFC/PATCH v3] usb: Add streams support to epautoconf., Maya Erez
- [PATCH 1/1] mct_u232: added _ioctl and _get_icount functions,
Tsozik
- [PATCH 1/1] mct_u232: IOCTL implementation,
Tsozik
- [patch] USB: cdc_ether: remove unneeded check,
Dan Carpenter
- looking for testers for CDC EEM runtime power management, Oliver Neukum
- [PATCH] USB: Core: Fix minor coding style issues, Tobias Ollmann
- [PATCH] dma_declare_coherent_memory: push ioremap() up to caller,
Janusz Krzysztofik
- Possible bug in xhci_resume(),
Sarah Sharp
- Re: 2.6.37-rc7: no more shutdown on DELL E6400,
Randy Dunlap
- [RFC] usb: Realloc xHCI structures after a hub is verified.,
Sarah Sharp
- [PATCH] musb_gadget: restart queue on dequeuing current request,
Sergei Shtylyov
- [PATCH 1/3] usb: musb: introduce api for dma code to check compatibility with usb request,
Mian Yousaf Kaukab
- [PATCH v2 0/27] usb: musb: musb cleanup,
tom . leiming
- [PATCH v2 01/27] usb: musb: introduce get_hw_revision callback in glue ops, tom . leiming
- [PATCH v2 02/27] usb: musb: export some symbols for glue driver access, tom . leiming
- [PATCH v2 03/27] usb: musb: support to compile hw glue layer driver as module, tom . leiming
- [PATCH v2 04/27] usb: musb: introduce read_fifo/write_fifo callback in glue ops, tom . leiming
- [PATCH v2 05/27] usb: musb: use native read_fifo/write_fifo for each hw glue driver, tom . leiming
- [PATCH v2 06/27] usb: musb: allow all hw glue modules built into one single image, tom . leiming
- [PATCH v2 07/27] usb: musb: use platform_driver_register to register musb_hdrc driver, tom . leiming
- [PATCH v2 08/27] usb: musb: pass fifo_mode from hw glue driver, tom . leiming
- [PATCH v2 09/27] usb: musb: introduce flags field into musb_platform_ops, tom . leiming
- [PATCH v2 10/27] usb: musb: handle tusb fifo style by runtime method, tom . leiming
- [PATCH v2 11/27] usb: musb: remove musb_in_tusb, tom . leiming
- [PATCH v2 12/27] usb: musb: same musb_readb/musb_writeb in single image to support multiple machines, tom . leiming
- [PATCH v2 13/27] usb: musb: simplify musb_ep_select&MUSB_EP_OFFSET for different hardware, tom . leiming
- [PATCH v2 14/27] usb: musb: pass musb pointer into musb_ep_select & MUSB_EP_OFFSET, tom . leiming
- [PATCH v2 15/27] usb: musb: same MUSB_OFFSET/musb_ep_select for all controller, tom . leiming
- [PATCH v2 16/27] usb: musb: define DMA controller related flags and callbacks in glue ops, tom . leiming
- [PATCH v2 17/27] usb: musb: support each dma controller driver built as module, tom . leiming
- [PATCH v2 18/27] usb: musb: remove duplicated define of tusb_dma_omap, tom . leiming
- [PATCH v2 19/27] usb: musb: remove exit symbol to avoid using of ifdef in musb_g_rx, tom . leiming
- [PATCH v2 20/27] usb: musb: remove 'ifdef CONFIG_USB_INVENTRA_DMA' for comments only, tom . leiming
- [PATCH v2 21/27] usb: musb: print dma type in runtime way, tom . leiming
- [PATCH v2 22/27] usb: musb: introduce is_inventra_dma helper, tom . leiming
- [PATCH v2 23/27] usb: musb: remove CONFIG_USB_*_DMA in source code of musb core driver, tom . leiming
- [PATCH v2 24/27] usb: musb: pass musb pointer to is_inventra_dma helper, tom . leiming
- [PATCH v2 25/27] usb: musb: pass musb pointer to tusb_dma_omap helper, tom . leiming
- [PATCH v2 26/27] usb: musb: pass musb pointer to is_cppi_enabled helper, tom . leiming
- [PATCH v2 27/27] usb: musb: implement runtime is_inventra_dma/is_cppi_enabled/tusb_dma_omap, tom . leiming
- Re: [PATCH v2 0/27] usb: musb: musb cleanup, Ming Lei
- Re: [PATCH v2 0/27] usb: musb: musb cleanup, Felipe Balbi
- Problems connecting to PIC 18f14k50, Erik de Castro Lopo
- [PATCH v2 13/16] USB: ohci: add bus glue for the Atheros AR71XX/AR7240 SoCs, Gabor Juhos
- [PATCH v2 12/16] USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR913X SoCs, Gabor Juhos
- [PATCH v2 11/16] USB: ehci: add workaround for Synopsys HC bug,
Gabor Juhos
- [PATCH v2] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure,
Richard Schütz
- [PATCH v2] USB: usb-storage: unusual_devs update for Cypress ATACB,
Richard Schütz
- [PATCH] USB: DL100B webmail notifier: initialize return value, Melchior FRANZ
- some question about usb_control_message,
loody
- [PATCH v3] USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004),
Melchior FRANZ
- [PATCH v2] USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004),
Melchior FRANZ
- [RFC] usb: musb: allow dma engine to check compatibility with usb request,
Mian Yousaf Kaukab
- [PATCH] EHCI support for on-chip PMC MSP USB controller.,
Anoop P
- [PATCH V2 2/2] MSP onchip root hub over current quirk., Anoop P.A
[GIT PATCH] USB fixes for .37-rc6,
Greg KH
[PATCH v2] usb: otg: Make USB3319 ULPI ID generic,
Fabio Estevam
[PATCH] usbi: otg: Make USB3319 ULPI ID generic, Fabio Estevam
[PATCH v1 0/28] usb: musb: musb cleanup,
tom . leiming
- [PATCH v1 01/27] usb: musb: introduce get_hw_revision callback in glue ops, tom . leiming
- [PATCH v1 02/27] usb: musb: export some symbols for glue driver access, tom . leiming
- [PATCH v1 05/27] usb: musb: use native read_fifo/write_fifo for each hw glue driver, tom . leiming
- [PATCH v1 04/27] usb: musb: introduce read_fifo/write_fifo callback in glue ops, tom . leiming
- [PATCH v1 06/27] usb: musb: allow all hw glue modules built into one single image, tom . leiming
- [PATCH v1 07/27] usb: musb: use platform_driver_register to register musb_hdrc driver, tom . leiming
- [PATCH v1 03/27] usb: musb: support to compile hw glue layer driver as module, tom . leiming
- [PATCH v1 08/27] usb: musb: pass fifo_mode from hw glue driver, tom . leiming
- [PATCH v1 09/27] usb: musb: introduce flags field into musb_platform_ops, tom . leiming
- [PATCH v1 10/27] usb: musb: handle tusb fifo style by runtime method, tom . leiming
- [PATCH v1 11/27] usb: musb: remove musb_in_tusb, tom . leiming
- [PATCH v1 12/27] usb: musb: same musb_readb/musb_writeb in single image to support multiple machines, tom . leiming
- [PATCH v1 13/27] usb: musb: simplify musb_ep_select&MUSB_EP_OFFSET for different hardware, tom . leiming
- [PATCH v1 14/27] usb: musb: pass musb pointer into musb_ep_select & MUSB_EP_OFFSET, tom . leiming
- [PATCH v1 15/27] usb: musb: same MUSB_OFFSET/musb_ep_select for all controller, tom . leiming
- [PATCH v1 16/27] usb: musb: define DMA controller related flags and callbacks in glue ops, tom . leiming
- [PATCH v1 17/27] usb: musb: support each dma controller driver built as module, tom . leiming
- [PATCH v1 18/27] usb: musb: remove duplicated define of tusb_dma_omap, tom . leiming
- [PATCH v1 19/27] usb: musb: remove exit symbol to avoid using of ifdef in musb_g_rx, tom . leiming
- [PATCH v1 20/27] usb: musb: remove 'ifdef CONFIG_USB_INVENTRA_DMA' for comments only, tom . leiming
- [PATCH v1 21/27] usb: musb: print dma type in runtime way, tom . leiming
- [PATCH v1 22/27] usb: musb: introduce is_inventra_dma helper, tom . leiming
- [PATCH v1 23/27] usb: musb: remove CONFIG_USB_*_DMA in source code of musb core driver, tom . leiming
- [PATCH v1 24/27] usb: musb: pass musb pointer to is_inventra_dma helper, tom . leiming
- [PATCH v1 25/27] usb: musb: pass musb pointer to tusb_dma_omap helper, tom . leiming
- [PATCH v1 26/27] usb: musb: pass musb pointer to is_cppi_enabled helper, tom . leiming
- [PATCH v1 27/27] usb: musb: implement runtime is_inventra_dma/is_cppi_enabled/tusb_dma_omap, tom . leiming
[patch 0/5] iMX51 usb fixes,
Rtp
[PATCH] usb: musb: fix kernel panic during s2ram(v2),
tom . leiming
Device side UASP implementation?,
Praveen Kumar Amritaluru
<Possible follow-ups>
Re: Device side UASP implementation?, Alan Stern
[PATCH 7/7] xHCI: fix printk_ratelimit() usage, Andiry Xu
[PATCH 6/7] xHCI: replace dev_dbg() with xhci_dbg(), Andiry Xu
[PATCH 5/7] xHCI: fix cycle bit set in giveback_first_trb(), Andiry Xu
[PATCH 4/7] xHCI: remove redundant parameter in giveback_first_trb(), Andiry Xu
[PATCH 2/7] xHCI: AMD Hudson PLL quirk, Andiry Xu
[PATCH 3/7] xHCI: fix queue_trb in isoc transfer, Andiry Xu
[PATCH 1/7] xHCI: synchronize irq in xhci_suspend(),
Andiry Xu
[PATCH] usb: musb: fix kernel panic during s2ram(v1),
tom . leiming
Re: [Bug #22562] Regression in 2.6.37-rc1 - logs spammed with "unable to enumerate USB port" - bisected to commit 3df7169e,
Alan Stern
[PATCH] USB: add support for Dream Cheeky DL100B Webmail Notifier (1d34:0004),
Melchior FRANZ
[PATCH] USB: usb-storage: unusual_devs update for TrekStor DataStation maxi g.u external hard drive enclosure, Richard Schütz
[PATCH] USB:add helper to convert USB error codes, Oliver Neukum
[PATCH] ueagle-atm: fix PHY signal initialization race,
Dan Williams
[PATCH] USB: usb-storage: unusual_devs update for Cypress ATACB,
Richard Schütz
Transmitting payload and ATA commands simultaneously messes up connection with USB SATA bridge,
Richard Schütz
Re: Add TIOCGICOUNT functionality to pl2303 driver,
Greg KH
USB controller on Fedora 12 on dual CPU Intel based Lap Top with singl e USB port,
pevnev@xxxxxxxx
[RFC] Align tegra-ehci DMA transfers to 32B,
Robert Morell
[Index of Archives]
[Linux USB Devel (old)]
[Big List of Linux Books]
[Linux Input]
[Linux SCSI]
[Yosemite Forum]