summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] USB EHCI: fix gfp_t sparse warningRandy Dunlap2006-01-311-2/+1
* [PATCH] USB: Remove LINUX_VERSION_CODE check in pwc/pwc-ctrl.cEric Sesterhenn / snakebyte2006-01-311-175/+89
* [PATCH] USB: gadgetfs: set "zero" flag for short control-IN responseAlan Stern2006-01-311-1/+7
* [PATCH] USB: isp116x-hcd: replace mdelay() by msleep()Olav Kongas2006-01-311-10/+11
* [PATCH] USB: add might_sleep() to usb_unlink_urb() to warn developersGreg Kroah-Hartman2006-01-311-0/+1
* [PATCH] USB: net2280 warning fixDavid Brownell2006-01-311-0/+1
* [PATCH] USB: remove some left over devfs droppings hanging around in the usb ...Greg Kroah-Hartman2006-01-313-5/+2
* [PATCH] USB: UHCI: No FSBR until device is configuredAlan Stern2006-01-311-2/+2
* [PATCH] USB: EHCI, another full speed iso fixClemens Ladisch2006-01-311-0/+1
* [PATCH] USB HID: add blacklist entry for HP keyboardVojtech Pavlik2006-01-311-3/+4
* [PATCH] USB: add new auerswald device idsAndrew Morton2006-01-311-0/+2
* [PATCH] UEAGLE : cmv name bug (was cosmetic)matthieu castet2006-01-311-1/+1
* [PATCH] UEAGLE : cosmeticmatthieu castet2006-01-311-21/+11
* [PATCH] UEAGLE : add iso supportmatthieu castet2006-01-311-1/+25
* [PATCH] USBATM: semaphore to mutex conversionArjan van de Ven2006-01-314-32/+35
* [PATCH] USBATM: -EILSEQ workaroundDuncan Sands2006-01-312-1/+5
* [PATCH] USBATM: bump version numbersDuncan Sands2006-01-312-2/+2
* [PATCH] USBATM: handle urbs containing partial cellsDuncan Sands2006-01-312-96/+182
* [PATCH] USBATM: allow isochronous transferDuncan Sands2006-01-316-39/+92
* [PATCH] USBATM: measure buffer size in bytes; force valid sizesDuncan Sands2006-01-312-36/+84
* [PATCH] USBATM: use dev_kfree_skb_any rather than dev_kfree_skbDuncan Sands2006-01-311-2/+3
* [PATCH] USBATM: return correct error code when out of memoryDuncan Sands2006-01-311-0/+2
* [PATCH] USBATM: shutdown open connections when disconnectedDuncan Sands2006-01-312-19/+48
* [PATCH] USBATM: xusbatm rewriteDuncan Sands2006-01-311-37/+77
* [PATCH] USBATM: kzalloc conversionDuncan Sands2006-01-313-11/+5
* [PATCH] USBATM: remove .ownerDuncan Sands2006-01-315-7/+1
* [PATCH] USBATM: add flags fieldDuncan Sands2006-01-316-21/+19
* [PATCH] USBATM: trivial modificationsDuncan Sands2006-01-315-118/+153
* [PATCH] USB: Add ET61X[12]51 Video4Linux2 driverLuca Risolia2006-01-317-2/+3095
* [PATCH] USB: SN9C10x driver updatesLuca Risolia2006-01-313-89/+46
* [PATCH] USB: cp2101 Add new device IDsCraig Shelley2006-01-311-5/+9
* [PATCH] USB: add new pl2303 device idsDenis MONTERRAT2006-01-312-0/+4
* [PATCH] USB: pl2303: Added support for CA-42 clone cableMartin Gingras2006-01-312-1/+6
* [PATCH] USB: touchkitusb.c (eGalax driver) fixJuergen Schindele2006-01-311-0/+3
* [PATCH] USB: asix - Add device IDs for 0G0 Cable EthernetDavid Hollis2006-01-311-0/+4
* [PATCH] USB: SN9C10x driver updates and bugfixesLuca Risolia2006-01-319-756/+955
* [PATCH] USB: usb-storage support for SONY DSC-T5 still cameraAlexandre Duret-Lutz2006-01-311-5/+5
* [PATCH] USB: fix oops in acm disconnectOliver Neukum2006-01-311-2/+7
* [PATCH] USB: cleanup of usblpOliver Neukum2006-01-311-47/+24
* [PATCH] USB: usb-storage: Add support for Rio KarmaMatthew Dharm2006-01-313-0/+79
* [PATCH] drivers/usb/input/yealink.c: Cleanup device matching codeHenk2006-01-311-27/+19
* [PATCH] USB: ftdi: Two new ATIK based USB astronomical CCD camerasRui Santos2006-01-312-2/+6
* [PATCH] USB: ftdi_sio: new PID for PCDJ DAC2Wouter Paesen2006-01-312-0/+7
* [PATCH] USB: ftdi_sio: new IDs for Westrex devicesIan Abbott2006-01-312-0/+8
* [PATCH] USB: new id for ftdi_sio.c and ftdi_sio.hLouis Nyffenegger2006-01-312-0/+6
* [PATCH] USB: fix ehci early handoff issues warningAndrew Morton2006-01-311-1/+0
* [PATCH] USB: fix EHCI early handoff issuesDavid Brownell2006-01-312-98/+71
* [PATCH] Unlinline a bunch of other functionsArjan van de Ven2006-01-141-2/+2
* Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2006-01-145-20/+7
|\
| * [PATCH] Remove usb gadget generic driver methodsRussell King2006-01-134-12/+0