aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] USB: fix initdata issue in isp116x-hcdGreg Kroah-Hartman2006-03-201-1/+1
* [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference)Horst Schirmeier2006-03-201-5/+7
* [PATCH] USB: usbcore: Don't assume a USB configuration includes any interfacesAlan Stern2006-03-201-6/+10
* [PATCH] USB: ub 03 drop stall clearingPete Zaitcev2006-03-201-12/+1
* [PATCH] USB: ub 02 remove diagPete Zaitcev2006-03-201-193/+4
* [PATCH] USB: ub 01 remove first_openPete Zaitcev2006-03-201-23/+0
* [PATCH] USB: UHCI: Increase port-reset completion delay for HP controllersAlan Stern2006-03-201-0/+21
* [PATCH] USB: support for USB-to-serial cable from Speed Dragon MultimediaDick Streefland2006-03-202-0/+5
* [PATCH] USB: PL2303 and TIOCMIWAITJulian Bradfield2006-03-201-0/+1
* [PATCH] USB: cypress_m8: add support for the Nokia ca42-version 2 cableLonnie Mendez2006-03-202-0/+75
* [PATCH] USB: ZC0301 driver updatesLuca Risolia2006-03-204-52/+89
* [PATCH] USB: ET61X[12]51 driver updatesLuca Risolia2006-03-204-160/+204
* [PATCH] USB: SN9C10x driver updatesLuca Risolia2006-03-209-107/+405
* [PATCH] USB: kzalloc() conversion in drivers/usb/gadgetEric Sesterhenn2006-03-209-22/+11
* [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-2029-101/+48
* [PATCH] USB: ZC0301 driver updatesLuca Risolia2006-03-203-17/+30
* [PATCH] USB: Fix warning in drivers/usb/media/ov511.cMatthew Martin2006-03-201-1/+1
* [PATCH] USB: ethernet gadget driver section fixupsAras Vaichas2006-03-201-11/+27
* [PATCH] USB: gadget driver section fixupsDavid Brownell2006-03-204-10/+10
* [PATCH] usbcore: fix compile error with CONFIG_USB_SUSPEND=nAlan Stern2006-03-201-1/+1
* [PATCH] USB core and HCDs: don't put_device while atomicAlan Stern2006-03-207-14/+5
* [PATCH] uhci-hcd: fix mistaken usage of list_prepare_entryAlan Stern2006-03-201-1/+1
* [PATCH] UHCI: Don't log short transfersAlan Stern2006-03-201-1/+1
* [PATCH] UHCI: improve debugging codeAlan Stern2006-03-204-39/+70
* [PATCH] UHCI: remove main list of URBsAlan Stern2006-03-204-370/+279
* [PATCH] UHCI: use dummy TDsAlan Stern2006-03-203-61/+83
* [PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern2006-03-204-862/+685
* [PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala2006-03-201-2/+1
* [PATCH] USB: Zero driver: Removed duplicated codeFranck Bui-Huu2006-03-201-6/+0
* [PATCH] USB: Pegasus: Linksys USBVPN1 support + cleanupMalte Doersam2006-03-202-12/+15
* [PATCH] usbhid: add error handlingAlan Stern2006-03-202-21/+142
* [PATCH] USB: remove usbcore-specific wakeup flagsDavid Brownell2006-03-204-27/+48
* [PATCH] USB: ohci uses driver model wakeup flagsDavid Brownell2006-03-203-30/+46
* [PATCH] USB: usbcore sets up root hubs earlierDavid Brownell2006-03-201-49/+55
* [PATCH] recognize three more usb peripheral controllersDavid Brownell2006-03-202-2/+36
* [PATCH] USB: minor gadget/rndis tweakDavid Brownell2006-03-201-1/+2
* [PATCH] USB: add support for AT91 gadgetDavid Brownell2006-03-204-0/+1972
* [PATCH] USB: add support for OCHI on AT91rm9200Andrew Victor2006-03-204-0/+313
* [PATCH] USB: EHCI unlink tweaksDavid Brownell2006-03-201-2/+4
* [PATCH] USB: OHCI for AU1200Jordan Crouse2006-03-201-15/+87
* [PATCH] USB: EHCI for AU1200Jordan Crouse2006-03-204-5/+314
* [PATCH] USB: EHCI and Freescale 83xx quirkKumar Gala2006-03-203-1/+33
* [PATCH] USB: EHCI for Freescale 83xxRandy Vinson2006-03-205-2/+403
* [PATCH] USB: EHCI full speed ISO bugfixesClemens Ladisch2006-03-201-5/+6
* [PATCH] USB: EHCI and NF2 quirkDavid Brownell2006-03-203-2/+30
* [PATCH] USB: convert a bunch of USB semaphores to mutexesArjan van de Ven2006-03-2034-372/+389
* [PATCH] USB: remove LINUX_VERSION_CODE macro usagePekka Enberg2006-03-203-14/+1
* [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() staticAdrian Bunk2006-03-201-3/+2
* [PATCH] USB: remove OBSOLETE_OSS_USB_DRIVER driversAdrian Bunk2006-03-207-6347/+0
* [PATCH] ub: use kzallocPete Zaitcev2006-03-201-8/+4