summaryrefslogtreecommitdiff
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
* USB: sisusbvga: no unnecessary GFP_ATOMICOliver Neukum2010-03-021-2/+2
* USB: storage: onetouch: unnecessary GFP_ATOMICOliver Neukum2010-03-021-1/+1
* USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2010-03-022-0/+8
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-0211-126/+66
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-0224-79/+25
* USB: don't read past config->interface[] if usb_control_msg() fails in usb_re...Roel Kluin2010-03-021-1/+1
* USB: tty: kill request_room for USB ACM classAlan Cox2010-03-021-1/+0
* USB: tty: sort out the request_room handling for whiteheatAlan Cox2010-03-021-15/+3
* USB: storage: fix misplaced parenthesisRoel Kluin2010-03-021-8/+7
* USB: vstusb.c: removal of driver for Vernier Software & Technology, Inc., dev...Dennis O'Brien2010-03-023-798/+0
* USB: fix the idProduct value for USB-3.0 root hubsAlan Stern2010-03-021-1/+1
* usb-storage: use max_hw_sectors instead of max_sectorsAlan Stern2010-03-021-5/+5
* USB: OHCI: DA8xx/OMAP-L1x glue layerSergei Shtylyov2010-03-023-0/+462
* USB: ehci: omap: Update TODO list in commentsAnand Gadiyar2010-03-021-2/+1
* USB: ehci: omap: use default interrupt thresholdAnand Gadiyar2010-03-021-4/+0
* USB: omap: ehci: kill 2 compile warningsAnand Gadiyar2010-03-021-0/+3
* USB: serial: sierra driver indat_callback fixElina Pasheva2010-03-021-8/+11
* USB: serial: sierra driver adding reset_resume functionElina Pasheva2010-03-021-10/+20
* USB: xhci: Fix finding extended capabilities registersEdward Shao2010-03-021-2/+5
* USB: remove debugging message for uevent constructionsAlan Stern2010-03-021-3/+1
* tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-021-13/+0
* USB: cp210x: Add 81E8 (Zephyr Bioharness)Alan Cox2010-03-021-1/+2
* USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-0211-39/+41
* USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-0212-24/+24
* USB: ehci-dbgp: split PID register updates for IN and OUT pipesJason Wessel2010-03-021-40/+28
* USB: serial: Add support for ViVOtech ViVOpay devices.Forest Bond2010-03-023-0/+85
* USB: atmel uaba: Adding invert vbus_pinEirik Aanonsen2010-03-022-2/+4
* USB: Remove unsupported usb gadget driversChristoph Egger2010-03-0211-133/+8
* USB: f_mass_storage: fix crash on bind() errorPeter Korsgaard2010-03-021-1/+0
* USB: cdc-acm: fix possible deadlock with multiple openersOliver Neukum2010-03-021-5/+6
* USB: g_mass_storage: min(...) warning fixedMichal Nazarewicz2010-03-021-1/+1
* USB: musb: test always evaluates to falseRoel Kluin2010-03-021-2/+1
* USB: isp1760: Flush the D-cache for the pipe-in transfer buffersCatalin Marinas2010-03-021-0/+10
* USB: add new ftdi_sio device idsMitchell Solomon2010-03-022-0/+12
* USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani2010-03-021-6/+8
* usb: gadgetfs: Convert semaphore to mutexThomas Gleixner2010-03-021-18/+21
* USB: g_mass_storage: superfluous and missing packets fixedMichal Nazarewicz2010-03-021-9/+6
* USB: mass_storage: eject LUNs on thread exitMichal Nazarewicz2010-03-022-6/+28
* USB: musb: disable double buffering for older RTL versionsCliff Cai2010-03-022-4/+23
* USB: musb: set version of Blackfin versionCliff Cai2010-03-022-8/+14
* USB: pxa27x_udc: Fix deadlocks on request queueingRobert Jarzmik2010-03-022-35/+85
* USB: serial: add support for serial port on the moschip 7715Mike Dunn2010-03-021-4/+130
* USB: io_edgeport: eliminate get_string()Dan Carpenter2010-03-021-39/+4
* USB: s3c-hsotg: replace deprecated dma_sync_single()FUJITA Tomonori2010-03-021-2/+2
* USB: musb: only print info message if probe() is successfulFelipe Balbi2010-03-021-13/+12
* USB: musb: unmap base if we can't probeFelipe Balbi2010-03-021-1/+7
* USB: musb: tusb6010: use resource_sizeFelipe Balbi2010-03-021-1/+1
* USB: musb: we already tested for dyn_fifoFelipe Balbi2010-03-021-15/+4
* USB: musb: get rid of omap_readl/writelFelipe Balbi2010-03-024-49/+47
* usb: musb: Add context save and restore supportAjay Kumar Gupta2010-03-024-0/+291