summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* USB: OHCI: host-controller resumes leave root hub suspendedAlan Stern2008-04-248-49/+54
* USB: clarify usage of hcd->suspend/resume methodsAlan Stern2008-04-247-83/+15
* USB: root hubs don't lie about their number of TTsAlan Stern2008-04-243-2/+14
* USB: convert away from urb->status in xpad driverOliver Neukum2008-04-241-8/+12
* USB: OHCI: fix bug in controller resumeAlan Stern2008-04-241-1/+3
* USB: gadget: dummy_hcd.c: fix nested switch statementsIngo van Lil2008-04-241-8/+6
* USB: mem leak fixes for AMD 5536 UDC high/full speed USB device controller dr...Jesper Juhl2008-04-241-0/+10
* USB: usb-storage: use adaptive DMA maskAlan Stern2008-04-241-6/+8
* USB: g_printer bugfixesCraig W. Nadler2008-04-241-32/+54
* USB: test for NULL return from platform_get_resource() in ohci_hcd_sm501_drv_...Jesper Juhl2008-04-241-1/+2
* USB: fix comments of 2 functions in hcd.cMing Lei2008-04-241-2/+0
* usb: u132-hcd driver: semaphore to mutexDaniel Walker2008-04-241-110/+110
* usb: u132-hcd driver style clean upDaniel Walker2008-04-241-2569/+2563
* USB: add usb-serial spcp8x5 driverGreg Kroah-Hartman2008-04-243-1/+1087
* usb/usb-serial-sierra-add-new-dev-groupKevin Lloyd2008-04-241-0/+40
* USB: Serial: Sierra: C597 fixKevin Lloyd2008-04-241-1/+1
* USB: Serial: Sierra: Clean upKevin Lloyd2008-04-241-9/+8
* USB: increase cdc-acm write throughputDavid Engraf2008-04-242-43/+45
* USB: cdc-acm tell tty layer not to split things up.David Engraf2008-04-241-0/+1
* usbmon: restore mmapPete Zaitcev2008-04-242-8/+4
* USB: Fix "cut and paste" booboo in usbmon Makefile.Robert P. J. Day2008-04-241-1/+1
* USB: Remove EXPERIMENTAL designation from USB_EHCI_ROOT_HUB_TT.Robert P. J. Day2008-04-241-2/+2
* USB: Remove EXPERIMENTAL from dynamic USB minor allocation.Robert P. J. Day2008-04-241-2/+2
* USB: Remove EXPERIMENTAL designation from USB MDC800 support.Robert P. J. Day2008-04-241-2/+2
* USB: Remove EXPERIMENTAL designation from USB serial/ Kconfig entriesRobert P. J. Day2008-04-241-25/+25
* USB: Remove EXPERIMENTAL designation from USB misc/ Kconfig entriesRobert P. J. Day2008-04-241-10/+10
* USB: Remove EXPERIMENTAL tags from some USB gadget Kconfig entries.Robert P. J. Day2008-04-241-8/+10
* USB: Remove EXPERIMENTAL designation from USB storage Kconfig entries.Robert P. J. Day2008-04-241-14/+14
* USB: mass storage: emulation of sat scsi_pass_thru with ATACBmatthieu castet2008-04-248-2/+258
* drivers/usb/core/devio.c: suppress warning with 64k PAGE_SIZEAndrew Morton2008-04-241-1/+3
* USB: cypress_m8: Speed handlingAlan Cox2008-04-241-140/+29
* USB: ehci: paranoia, reject large control transfersDavid Brownell2008-04-241-2/+8
* USB: remove dev->power.power_stateAlan Stern2008-04-2418-60/+11
* USB: ipaq: fix devices having more than one endpointMatthias Geissert2008-04-241-3/+3
* USB: ehci: remove obsolete workaround for bogus IRQsDavid Brownell2008-04-241-3/+3
* USB: partial USB embedded host supportRobin Getz2008-04-241-5/+8
* USB: io_ti.c: remove unneeded null tty checkRay Lee2008-04-241-2/+1
* USB: use DIV_ROUND_UPJulia Lawall2008-04-244-7/+7
* USB: io_ti: lock mcr and msr shadows properlyAlan Cox2008-04-241-0/+7
* USB: ti_usb_3410_5052: Extend locking to msr and shadow mcrAlan Cox2008-04-241-0/+9
* USB: kobil_sct: Get rid of unneeded priv->line_stateAlan Cox2008-04-241-10/+5
* USB: iuu_phoenix: lock priv->tiostatus properlyAlan Cox2008-04-241-5/+13
* USB: serial: Note mos7480 and option don't lock modem statusAlan Cox2008-04-242-0/+2
* USB: ftdi_sio: Note missing lockingAlan Cox2008-04-241-2/+2
* USB: usb-serial: Prepare for BKL push downAlan Cox2008-04-241-2/+9
* USB: minor ehci xITD simplificationsKarsten Wiese2008-04-241-18/+12
* USB: auerswald: Convert ccp->mutex in a mutexmatthias@kaehlcke.net2008-04-241-26/+26
* USB: auerswald: Convert ccp->readmutex in a mutexmatthias@kaehlcke.net2008-04-241-9/+9
* USB: auerswald: Convert stats_sem in a mutexmatthias@kaehlcke.net2008-04-241-21/+24
* USB: cypress_m8: Limit baud rate to <=4800 for USB low speed devicesMike Isely2008-04-241-45/+59