aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] USB Serial: fix use-after-free bug in usb-serial coreGreg Kroah-Hartman2006-03-061-5/+5
* [PATCH] USB: ftdi_sio: new microHAM device IDsIan Abbott2006-02-282-1/+15
* [PATCH] USB: visor.c id for gspda smartphoneHendrik Schweppe2006-02-282-0/+6
* [PATCH] USB: Gadget RNDIS fix alloc bug. (buffer overflow)Shaun Tancheff2006-02-281-4/+7
* [PATCH] USB: lh7a40x gadget driver: Fixed a dead lockFranck Bui-Huu2006-02-281-2/+4
* [PATCH] USB: unusual_devs entry for Lyra RCA RD1080Alan Stern2006-02-281-0/+7
* [PATCH] USB: Wisegroup MP-8866 Dual USB JoypadAndrew Fuller2006-02-281-0/+2
* [PATCH] USB: fix EHCI BIOS handshakeDavid Brownell2006-02-281-5/+6
* [PATCH] USB: unusual-devs bugfixPhil Dibowitz2006-02-131-7/+18
* [PATCH] USB: unusual_devs.h entry: iAUDIO M5Alan Stern2006-02-131-0/+7
* [PATCH] USB: unusual_devs.h entry: TrekStor i.BeatAlan Stern2006-02-131-0/+7
* [PATCH] usb-storage: unusual_devs entryAlan Stern2006-02-131-0/+6
* [PATCH] usb-storage: new unusual_devs entryAlan Stern2006-02-131-0/+7
* [PATCH] USB: sl811_cs needs platform_device conversion tooDavid Brownell2006-02-131-2/+2
* [PATCH] USB: PL2303: Leadtek 9531 GPS-MouseChristian Lindner2006-02-132-2/+7
* [PATCH] USB: change ldusb's experimental stateMichael Hund2006-02-131-1/+1
* [PATCH] USB: add new device ids to ldusbMichael Hund2006-02-132-47/+60
* [PATCH] USB: fix up the usb early handoff logic for EHCIDavid Brownell2006-02-131-4/+12
* [PATCH] USB: Fix GPL markings on usb core functions.Greg KH2006-02-051-3/+3
* Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds2006-01-311-1/+1
|\
| * Input: hiddev - fix off-by-one for num_values in uref_multi requestsBen Collins2006-01-311-1/+1
* | [PATCH] USB: gadget zero and dma-coherent buffersDavid Brownell2006-01-311-3/+5
* | [PATCH] USB: yealink printk warning fixAndrew Morton2006-01-311-1/+1
* | [PATCH] USB: libusual: fix warning on 64bit boxesAlan Cox2006-01-311-1/+1
* | [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.cAlexey Dobriyan2006-01-311-0/+1
* | [PATCH] USB: Au1xx0: replace casual readl() with au_readl() in the driversSergei Shtylylov2006-01-311-1/+1
* | [PATCH] USB: remove extra newline in hid_init_reportsOlaf Hering2006-01-311-1/+1
* | [PATCH] USB: drivers/usb/media/ov511.c: remove hooks for the decomp moduleAdrian Bunk2006-01-311-194/+2
* | [PATCH] USB: drivers/usb/media/w9968cf.c: remove hooks for the vpp moduleAdrian Bunk2006-01-313-131/+1
* | [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