aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
2006-06-21[PATCH] UHCI: remove ISO TDs as they are usedAlan Stern
2006-06-21[PATCH] UHCI: store the period in the queue headerAlan Stern
2006-06-21[PATCH] UHCI: fix race in ISO dequeuingAlan Stern
2006-06-21[PATCH] UHCI: use integer-sized frame numbersAlan Stern
2006-06-21[PATCH] UHCI: Work around old Intel bugAlan Stern
2006-06-21[PATCH] UHCI: Reimplement FSBRAlan Stern
2006-06-21[PATCH] UHCI: Eliminate the TD-removal listAlan Stern
2006-06-21[PATCH] UHCI: Move code for cleaning up unlinked URBsAlan Stern
2006-06-21[PATCH] UHCI: Remove non-iso TDs as they are usedAlan Stern
2006-06-21[PATCH] UHCI: Common result routine for Control/Bulk/InterruptAlan Stern
2006-06-21[PATCH] USB: UHCI: fix obscure bug in enqueue()Alan Stern
2006-06-21[PATCH] USB: UHCI: store the endpoint type in the QH structureAlan Stern
2006-06-21[PATCH] USB: allow multiple types of EHCI controllers to be built as modulesKumar Gala
2006-06-21[PATCH] USB: EHCI works again on NVidia controllers with >2GB RAMPaul Serice
2006-06-08[ARM] 3547/1: PXA-OHCI: Allow platforms to specify a power budgetRichard Purdie
2006-05-08[PATCH] USB: fix bug in ohci-hcd.c ohci_restart()David Brownell
2006-04-27[PATCH] USB: Use new PCI_CLASS_SERIAL_USB_* definesJean Delvare
2006-04-14[PATCH] USB: S3C2410: use clk_enable() to ensure 48MHz to OHCI coreBen Dooks
2006-04-14[PATCH] USB: UHCI: don't track suspended portsAlan Stern
2006-04-14[PATCH] USB: at91 usb driver supend/resume fixesDavid Brownell
2006-04-14[PATCH] USB: pci-quirks.c: proper prototypesAdrian Bunk
2006-04-14[PATCH] USB: cleanups for ohci-s3c2410.cBen Dooks
2006-03-31[PATCH] pcmcia: use bitfield instead of p_state and stateDominik Brodowski
2006-03-31[PATCH] pcmcia: add return value to _config() functionsDominik Brodowski
2006-03-31[PATCH] pcmcia: remove dev_link_t and client_handle_t indirectionDominik Brodowski
2006-03-31[PATCH] pcmcia: embed dev_link_t into struct pcmcia_deviceDominik Brodowski
2006-03-31[PATCH] pcmcia: remove unneeded Vcc pseudo settingDominik Brodowski
2006-03-31[PATCH] pcmcia: default suspend and resume handlingDominik Brodowski
2006-03-31[PATCH] pcmcia: convert remaining users of pcmcia_release_io and _irqDominik Brodowski
2006-03-28[PATCH] Typo fixesAlexey Dobriyan
2006-03-21Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds
2006-03-20[PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman
2006-03-20[PATCH] USB: UHCI: Increase port-reset completion delay for HP controllersAlan Stern
2006-03-20[PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn
2006-03-20[PATCH] USB core and HCDs: don't put_device while atomicAlan Stern
2006-03-20[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern
2006-03-20[PATCH] UHCI: Don't log short transfersAlan Stern
2006-03-20[PATCH] UHCI: improve debugging codeAlan Stern
2006-03-20[PATCH] UHCI: remove main list of URBsAlan Stern
2006-03-20[PATCH] UHCI: use dummy TDsAlan Stern
2006-03-20[PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern
2006-03-20[PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala
2006-03-20[PATCH] USB: ohci uses driver model wakeup flagsDavid Brownell
2006-03-20[PATCH] USB: add support for OCHI on AT91rm9200Andrew Victor
2006-03-20[PATCH] USB: EHCI unlink tweaksDavid Brownell
2006-03-20[PATCH] USB: OHCI for AU1200Jordan Crouse
2006-03-20[PATCH] USB: EHCI for AU1200Jordan Crouse
2006-03-20[PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala
2006-03-20[PATCH] USB: EHCI for Freescale 83xxRandy Vinson
2006-03-20[PATCH] USB: EHCI full speed ISO bugfixesClemens Ladisch