summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik2006-03-301-1/+1
|\
| * [PATCH] zd1201 wireless stat updateJean Tourrilhes2006-03-271-1/+1
* | Merge ../linux-2.6Paul Mackerras2006-03-295-65/+16Star
|\ \
| * | [PATCH] Typo fixesAlexey Dobriyan2006-03-282-2/+2
| * | [PATCH] mark f_ops const in the inodeArjan van de Ven2006-03-282-6/+6
| * | [PATCH] Notifier chain update: API changesAlan Stern2006-03-271-57/+8Star
| |/
* / [PATCH] powerpc: Kill _machine and hard-coded platform numbersBenjamin Herrenschmidt2006-03-281-2/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-03-251-1/+1
|\
| * fix typos "wich" -> "which"Uwe Zeisberger2006-03-241-1/+1
* | V4L/DVB (3599a): Move drivers/usb/media to drivers/media/videoMauro Carvalho Chehab2006-03-2557-43970/+0Star
|/
* [PATCH] s/;;/;/gAlexey Dobriyan2006-03-242-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-03-21149-8524/+8580
|\
| * [PATCH] USB: omninet: fix up debugging commentsGreg Kroah-Hartman2006-03-201-6/+4Star
| * [PATCH] USB serial: add navman driverGreg Kroah-Hartman2006-03-203-0/+165
| * [PATCH] USB: rtl8150 small fixPetko Manolov2006-03-201-1/+3
| * [PATCH] USB: ftdi_sio: add Icom ID1 USB product and vendor idsA. Maitland Bottoms2006-03-202-0/+8
| * [PATCH] USB: cp2101: add new device IDsCraig Shelley2006-03-201-1/+2
| * [PATCH] USB: fix check_ctrlrecip to allow control transfers in state ADDRESSHorst Schirmeier2006-03-201-1/+2
| * [PATCH] USB: vicam.c: fix a NULL pointer dereferenceAdrian Bunk2006-03-201-0/+1
| * [PATCH] USB: ZC0301 driver bugfixLuca Risolia2006-03-203-13/+10Star
| * [PATCH] USB: add support for Creativelabs Silvercrest USB keyboardWolfgang Rohdewald2006-03-201-0/+4
| * [PATCH] USB: storage: new unusual_devs.h entry: Mitsumi 7in1 Card ReaderRodolfo Quesada2006-03-201-0/+7
| * [PATCH] USB: storage: unusual_devs.h entry 0420:0001Pete Zaitcev2006-03-201-0/+6
| * [PATCH] USB: storage: another unusual_devs.h entryPete Zaitcev2006-03-201-0/+10
| * [PATCH] USB: storage: sandisk unusual_devices entryPhil Dibowitz2006-03-201-1/+8
| * [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: 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/+11Star
| * [PATCH] USB: kzalloc() conversion for rest of drivers/usbEric Sesterhenn2006-03-2029-101/+48Star
| * [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/+5Star
| * [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/+279Star
| * [PATCH] UHCI: use dummy TDsAlan Stern2006-03-203-61/+83
| * [PATCH] UHCI: use one QH per endpoint, not per URBAlan Stern2006-03-204-862/+685Star
| * [PATCH] USB: Fix masking bug initialization of Freescale EHCI controllerKumar Gala2006-03-201-2/+1Star