summaryrefslogtreecommitdiffstats
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2009-01-07USB: usb-storage: merge ATAPI and QIC-157 protocol routinesAlan Stern3-27/+6
2009-01-07USB: usb-storage: merge CB and CBI transport routinesAlan Stern3-55/+10
2009-01-07USB: g_file_storage: add CD-ROM emulationAlan Stern1-22/+154
2009-01-07USB: storage: Flag devices known to support SANE_SENSEBen Efros1-4/+37
2009-01-07USB: storage devices and SATBen Efros2-1/+43
2009-01-07USB: usb-storage: remove us->sensebufAlan Stern2-9/+0
2009-01-07usb-storage: clean up unusual_devs.hAlan Stern1-57/+39
2009-01-07USB: announce new devices earlierAlan Stern1-6/+7
2009-01-07USB: Allow usbmon as a module even if usbcore is builtinPete Zaitcev4-13/+11
2009-01-07USB: serial: ipw.c: mark {__init|__exit} for usb_ipw_{init|exit}Qinghuang Feng1-2/+2
2009-01-07USB: gadget: pxa27x_udc.c: cleanup kernel-docQinghuang Feng1-2/+0
2009-01-07USB: m66592 and r8a66597 resource changesMagnus Damm2-11/+6
2009-01-07USB: Convert ohci-pnx4008 to a new-style i2c driverJean Delvare1-49/+36
2009-01-07USB: Introduce usb_queue_reset() to do resets from atomic contextsInaky Perez-Gonzalez3-2/+105
2009-01-07USB: add asynchronous autosuspend/autoresume supportAlan Stern4-2/+91
2009-01-07USB: usb-storage: add "quirks=" module parameterAlan Stern1-0/+113
2009-01-07oxu210hp-hcd.c: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers1-3/+3
2009-01-07usb: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers4-5/+5
2009-01-07USB: powerpc: Workaround for the PPC440EPX USBH_23 errata [take 3]Vitaly Bordug4-2/+111
2009-01-07USB: fsl_qe_udc: Check for muram allocation errorsAnton Vorontsov1-3/+9
2009-01-07USB: change interface to usb_lock_device_for_reset()Alan Stern3-27/+15
2009-01-07USB: usbtmc: indent & braces disagree, something else is desiredIlpo Järvinen1-6/+3
2009-01-07USB: power availability check for berry_chargeOliver Neukum1-0/+5
2009-01-07USB: Remove restrictions on signal numbers in devio.cPhil Endecott1-5/+0
2009-01-07USB: wusb: annotate association types withe proper endiannessHarvey Harrison1-1/+1
2009-01-07USB: EHCI pci-quirks.c: don't wait so long for BIOS handoffSteven Noonan1-1/+1
2009-01-07USB: straighten out inline code in sysfs.cAlan Stern1-26/+9
2009-01-07USB: avoid needless address-taking of function parametersHarvey Harrison2-4/+4
2009-01-07USB: protect hcd.h from multiple inclusionsAnton Vorontsov1-0/+4
2009-01-07usb host: Oxford OXU210HP HCD driver.Rodolfo Giometti4-0/+4446
2009-01-07USB: Avoid 20ms delay in EHCI resumeVikram Pandita1-3/+15
2009-01-07USB: use pci_ioremap_bar() in drivers/usbArjan van de Ven1-6/+6
2009-01-07USB: clean up redundant tests on unsignedroel kluin2-8/+2
2009-01-07USB: storage: unusual_devs.h additions for Macpower MasterBoxSergey Ovcharenko1-0/+7
2009-01-07USB: storage: recognizing and enabling Nokia 5200 cell phoesPaulo Afonso Graner Fessel1-0/+7
2009-01-07USB: storage: extend unusual range for 067b:3507Oliver Neukum1-1/+1
2009-01-07USB: another unusual_devs entry for another bad Argosy storage deviceNguyen Anh Quynh1-0/+7
2009-01-07USB: unusual_devs.h additions for Pentax K10DDaniel Drake1-0/+7
2009-01-07wusb: timeout when waiting for ASL/PZL updates in whci-hcdDavid Vrabel4-4/+30
2009-01-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Vrabel8-9/+9
2009-01-06gadget: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers7-7/+7
2009-01-06PM: Simplify the new suspend/hibernation framework for devicesRafael J. Wysocki1-2/+2
2009-01-06wusb: return -ENOTCONN when resetting a port with no connected deviceDavid Vrabel2-0/+4
2009-01-05add a vfs_fsync helperChristoph Hellwig1-17/+1
2009-01-05zero i_uid/i_gid on inode allocationAl Viro2-2/+0
2009-01-02Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds25-946/+563
2009-01-02tty: Drop the lock_kernel in the private ioctl hookAlan Cox5-8/+14
2009-01-02tty: USB tty devices can block in tcdrain when unpluggedAlan Cox1-0/+4
2009-01-02Add device function for USB serial consoleKevin Hao1-0/+13
2009-01-02tty: Fix close races in USB serialAlan Cox1-5/+10