aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [PATCH] Add usb_serial_bus_type probe and remove methodsRussell King2006-01-131-8/+7
* | [PATCH] remove unused tmp_buf_sem'sAdrian Bunk2006-01-141-2/+0
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-146-22/+243
|\ \ | |/ |/|
| * Input: HID - add support for fn key on Apple PowerBooksMichael Hanselmann2006-01-144-14/+201
| * Input: wacom - fix compile on PowerPCDmitry Torokhov2006-01-141-7/+7
| * Input: HID - add more simulation usagesDmitry Torokhov2006-01-141-1/+4
| * Input: HID - fix an oops in PID initialization codeDmitry Torokhov2006-01-141-1/+1
| * Input: HID - add support for Cherry Cymotion keyboardVojtech Pavlik2006-01-143-0/+31
* | [PATCH] TTY layer buffering revampAlan Cox2006-01-1021-200/+76
* | [PATCH] turn "const static" into "static const"Jesper Juhl2006-01-102-3/+3