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