summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: Convert from class_device to device for USB coreTony Jones2008-02-014-51/+54
* USB: handle idVendor of 0x0000Greg Kroah-Hartman2008-02-011-2/+2
* usb: fix usbtest halt check on big endian systemsJan Andersson2008-02-011-0/+1
* USB: storage: Add unusual_dev for HP r707Grant Grundler2008-02-011-0/+8
* USB: Variant of the Dell Wireless 5520 driverNate Carlson2008-02-011-0/+1
* USB: use GFP_NOIO in reset pathOliver Neukum2008-02-011-1/+1
* USB: ftdi driver - add support for optical probe deviceEd Beroset2008-02-012-0/+3
* USB: pl2303: add support for RATOC REX-USB60FAkira Tsukamoto2008-02-012-0/+2
* USB: remove duplicate entry in Option driver and Pl2303 driver for Huawei modemDaniel Kozák2008-02-012-5/+0Star
* USB: sierra: add support for Onda H600/Zte MF330 datacard to USB Driver for S...Bruno Redondi2008-02-011-0/+2
* USB: ftdi-sio: Patch to add vendor/device id for ATK_16IC CCDFranco Lanza2008-02-012-0/+2
* USB: ftdi_sio - enabling multiple ELV devices, adding EM1010PCPeter Stark2008-02-012-23/+22Star
* USB : correct comments in usb/core/notify.cManish Katiyar2008-02-011-1/+1
* USB: sierra driver - add devicesKevin Lloyd2008-02-011-0/+9
* USB: Adding YC Cable USB Serial device to pl2303Damien Stuart2008-02-012-0/+4
* USB: Sierra - Add support for Aircard 881UJessica L. Blank2008-02-011-0/+2
* USB: add support for 4348:5523 WinChipHead USB->RS 232 adapterPiotr Roszatycki2008-02-012-0/+6
* USB: CP2101 New Device IDsCraig Shelley2008-02-011-0/+6
* usb gadget: fix fsl_usb2_udc potential OOPSLi Yang2008-02-011-1/+1
* USB: keyspan: Fix oopsAlan Cox2008-02-011-1/+1
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0Star
* Merge branch 'linux-2.6'Paul Mackerras2008-01-3115-188/+199
|\
| * [SCSI] implement scsi_data_bufferBoaz Harrosh2008-01-301-4/+4
| * Merge branch 'pxa-plat' into develRussell King2008-01-283-3/+13
| |\
| | * [ARM] USB: update to allow pxa27x ohci driver to support pxa3xxeric miao2008-01-262-1/+2
| | * [ARM] USB: update pxa27x ohci driver to use clk supporteric miao2008-01-261-2/+11
| | |
| | \
| *-. | Merge branches 'at91', 'ep93xx', 'iop', 'kprobes', 'ks8695', 'misc', 'msm', '...Russell King2008-01-281-1/+1
| |\ \|
| | * | [ARM] 4764/1: [AT91] AT91CAP9 core supportAndrew Victor2008-01-261-1/+1
| | |/
| * | i2c/tps65010: move header to <linux/i2c/...>David Brownell2008-01-271-1/+1
| * | i2c: Kill rogue driver IDsJean Delvare2008-01-271-1/+0Star
| * | i2c: normal_i2c can be made const (remaining drivers)Jean Delvare2008-01-271-2/+2
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6Linus Torvalds2008-01-268-176/+178
| |\
| | * [SCSI] usbstorage: use last_sector_bug flag universallyHans de Goede2008-01-251-0/+4
| | * [SCSI] relax scsi dma alignmentJames Bottomley2008-01-121-10/+10
| | * [SCSI] isd200: use one-element sg list in issuing commandsBoaz Harrosh2008-01-121-20/+46
| | * [SCSI] usb: transport - convert to accessors and !use_sg code path removalBoaz Harrosh2008-01-122-17/+30
| | * [SCSI] usb: shuttle_usbat - convert to accessors and !use_sg code path removalBoaz Harrosh2008-01-121-42/+26Star
| | * [SCSI] usb: freecom & sddr09 - convert to accessors and !use_sg cleanupBoaz Harrosh2008-01-122-14/+9Star
| | * [SCSI] usb: protocol - convert to accessors and !use_sg code path removalBoaz Harrosh2008-01-121-73/+53Star
| * | USB: use proper call to driver_create_fileGreg Kroah-Hartman2008-01-251-4/+4
* | | [POWERPC] mpc5200: normalize compatible property bindingsGrant Likely2008-01-261-0/+2
|/ /
* / keyspan: fix oopsAlan Cox2008-01-221-1/+1
|/
* pl2303: Fix mode switching regressionAlan Cox2008-01-091-0/+7
* USB: New device ID for the CP2101 driverMartin Kusserow2007-12-231-0/+1
* USB: VID/PID update for sierraKevin R Page2007-12-231-0/+2
* USB: Unbreak fsl_usb2_udcPeter Korsgaard2007-12-231-1/+1
* USB: revert portions of "UNUSUAL_DEV: Sync up some reported devices from Ubuntu"Greg Kroah-Hartman2007-12-171-8/+0Star
* usb: Remove broken optimisation in OHCI IRQ handlerBenjamin Herrenschmidt2007-12-171-10/+13
* USB: at91_udc: correct hanging while disconnecting usb cableNicolas Ferre2007-12-171-0/+2
* USB: use IRQF_DISABLED for HCD interrupt handlersAlan Stern2007-12-176-10/+9Star