summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: BandRich BandLuxe C150/C250 HSPA Data Card DriverLeon Leong2008-08-131-0/+32
* USB: ftdi_sio: add support for PHI Fisco data cable (FT232BM based, VID/PID 0...Lex Ross2008-08-132-0/+2
* usb: isp1760: don't be noisy about short packets.Sebastian Siewior2008-08-132-3/+6
* usb: ISP1760: improve pre-fetch timingEnrico Scholz2008-08-132-13/+33
* usb: return error code instead of 0 in the enqueue function.Sebastian Siewior2008-08-131-2/+1
* USB: serial gadget: rx path data loss fixesDavid Brownell2008-08-131-90/+146
* USB: Hook start_hnp into ohci structDmitry Baryshkov2008-08-133-3/+3
* USB: ohci: make distrust_firmware a quirkDmitry Baryshkov2008-08-133-2/+7
* USB: cxacru: Fix printk format flag in error messageSimon Arlott2008-08-131-1/+1
* USB: usb-storage Motorola Phone Razr v3xx US_FL_FIX_CAPACITY patchJost Diederichs2008-08-131-0/+9
* USB Storage Sierra: TRU-Install feature updateKevin Lloyd2008-08-136-2/+231
* USB Serial Sierra: TRU-Install feature updateKevin Lloyd2008-08-132-35/+7
* USB Serial Sierra: Dynamic interface detectionKevin Lloyd2008-08-131-31/+52
* USB Serial Sierra: clean-upKevin Lloyd2008-08-131-29/+27
* USB: pl2023: Remove USB id (4348:5523) handled by ch341Tollef Fog Heen2008-08-132-5/+0
* usb-storage: unusual_devs entries for iRiver T10 and Datafab CF+SM readerAlan Stern2008-08-131-0/+14
* USB: Move usb/mon/ up to misc options in KconfigSimon Arlott2008-08-131-2/+2
* usb-storage: automatically recognize bad residuesAlan Stern2008-08-131-2/+15
* USB: fix interface unregistration logicAlan Stern2008-08-131-1/+1
* usb-serial: don't release unregistered minorsAlan Stern2008-08-131-4/+3
* usb: gadget: protect gadget_chips.h from been included twiceFelipe Balbi2008-08-131-0/+6
* USB: usb-storage: quirk around v1.11 firmware on Nikon D4Dave Jones2008-08-131-2/+2
* USB: OHCI: fix system hang caused by earlier patchAlan Stern2008-08-131-0/+7
* usb/core/driver: fix warningAlexander Beregalov2008-08-131-2/+1
* USB: ftdi_sio: add support for Luminance Stellaris Evaluation/Development KitsFrederik Kriewitz2008-08-132-0/+9
* USB: ftdi_sio: Add USB Product Id for ELV HS485André Schenk2008-08-132-0/+2
* USB: fix USB boot crash, ecm_do_notify(), list_add corruption. prev->next sho...David Brownell2008-08-131-2/+3
* usb: auerswald: remove driver (obsolete)Wolfgang Mües2008-08-133-2163/+0
* isight_firmware: fix a leak and double kfree()Parag Warudkar2008-08-121-2/+2
* Merge branch 'for-linus-merged' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-08-0816-48/+42
|\
| * [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-0716-42/+42
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-fixesRussell King2008-08-073-4/+2
| |\
| * | [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-0711-11/+11
| * | [ARM] Eliminate useless includes of asm/mach-types.hRussell King2008-08-076-6/+0
* | | list.h: Add list_splice_tail() and list_splice_tail_init()Luis R. Rodriguez2008-08-071-1/+1
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-08-051-2/+0
|\ \
| * | remove unnecessary <linux/hdreg.h> includesBartlomiej Zolnierkiewicz2008-08-051-2/+0
* | | Fix USB storage hang on command abortAlan Stern2008-08-051-1/+1
|/ /
* | USB: m66592-udc: Fix up dev_set_name() badness.Paul Mundt2008-07-301-1/+1
|/
* fix for a memory leak in an error case introduced by fix for double freeOliver Neukum2008-07-261-4/+6
* SL*B: drop kmem cache argument from constructorAlexey Dobriyan2008-07-261-2/+2
* Rename WARN() to WARNING() to clear the namespaceArjan van de Ven2008-07-2523-38/+31
* Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-07-231-2/+4
|\
| * Merge branch 'pxa' into develRussell King2008-07-1310-193/+193
| |\
| | * Merge branch 'eseries' into pxaRussell King2008-07-121-2/+4
| | |\
| | | * PXA UDC - allow use of inverted GPIO for pullupIan Molton2008-07-101-2/+4
| | * | Merge branch 'machtypes' into pxa-palmRussell King2008-07-0939-131/+1667
| | |\ \ | | | |/ | | |/|
* | | | Re-delete zombie 'drivers/usb/serial/airprime.c' fileLinus Torvalds2008-07-221-355/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2008-07-224-9/+16
|\ \ \ \
| * | | | device create: usb: convert device_create to device_create_drvdataGreg Kroah-Hartman2008-07-214-9/+11