summaryrefslogtreecommitdiffstats
path: root/drivers/usb
Commit message (Expand)AuthorAgeFilesLines
...
* USB: usb-storage: don't clear-halt when Get-Max-LUN stallsAlan Stern2008-02-222-11/+12
* USB: option: Added vendor id for Dell 5720 broadband modemStefan Bader2008-02-221-1/+2
* USB: option: Add Kyocera KPC680 idsDan Williams2008-02-221-0/+4
* USB: quirks for known quirky audio devicesOliver Neukum2008-02-221-0/+9
* USB: fix previous sparse fix which was incorrectDavid Brownell2008-02-221-12/+12
* USB: fix error handling in trancevibratorOliver Neukum2008-02-221-1/+3
* USB: g_printer, fix empty if statementAdrian Bunk2008-02-221-1/+1
* USB: ehci-fsl: mpc834x config symbol is PPC_MPC834x, not MPC834xPeter Korsgaard2008-02-221-1/+1
* USB: fix usb open suspend race in cdc-acmOliver Neukum2008-02-221-5/+5
* USB: usb: yet another Dell wireless CDMA/EVDO modemAndy Shevchenko2008-02-221-0/+1
* USB: fix pm counter leak in usblpOliver Neukum2008-02-221-0/+1
* USB: Sane memory allocation in option driverOliver Neukum2008-02-221-3/+30
* USB: ftdi_sio.c add missing '|'Roel Kluin2008-02-221-2/+2
* d_path: Make d_path() use a struct pathJan Blunck2008-02-151-5/+3Star
* usb: net2280 can't have a function called show_registers()David Howells2008-02-081-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/pci-2.6Linus Torvalds2008-02-021-14/+8Star
|\
| * PCI: use dev_printk in quirk messagesbjorn.helgaas@hp.com2008-02-021-14/+8Star
* | USB: fix codingstyle issues in drivers/usb/core/*.cGreg Kroah-Hartman2008-02-016-74/+74
* | USB: fix codingstyle issues in drivers/usb/core/message.cGreg Kroah-Hartman2008-02-011-194/+204
* | USB: fix codingstyle issues in drivers/usb/core/hcd-pci.cGreg Kroah-Hartman2008-02-011-62/+67
* | USB: fix codingstyle issues in drivers/usb/core/devio.cGreg Kroah-Hartman2008-02-011-145/+188
* | USB: fix codingstyle issues in drivers/usb/core/devices.cGreg Kroah-Hartman2008-02-011-72/+82
* | USB: fix codingstyle issues in drivers/usb/core/*.hGreg Kroah-Hartman2008-02-014-67/+68
* | USB: mark USB drivers as being GPL onlyGreg Kroah-Hartman2008-02-018-95/+61Star
* | USB: use a real vendor and product id for root hubsGreg Kroah-Hartman2008-02-011-4/+4
* | USB: mount options: fix usbfsMiklos Szeredi2008-02-011-6/+36
* | USB: Fix usb_serial_driver structure for Kobil cardreader driver.Stefan Bader2008-02-011-0/+1
* | usb: ehci should use u16 for isochronous intervalsDavid Brownell2008-02-011-1/+1
* | usb: ehci, remove false clear-reset pathDavid Brownell2008-02-011-5/+1Star
* | USB: Use menuconfig objectsDenis Cheng2008-02-013-16/+13Star
* | usb: ohci-sm501 driverMagnus Damm2008-02-012-0/+269
* | usb: dma bounce buffer supportMagnus Damm2008-02-013-23/+163
* | USB: last abuses of intfdata in close for usb-serial driversOliver Neukum2008-02-014-15/+19
* | USB: kl5kusb105 don't flush to logically disconnected devicesOliver Neukum2008-02-011-11/+15
* | USB: oti6858: cleanupAlan Cox2008-02-011-83/+46Star
* | USB: more serial drivers writing after disconnectOliver Neukum2008-02-015-9/+24
* | USB: make sure usb serial drivers don't flush to logically disconnected devicesOliver Neukum2008-02-015-21/+35
* | USB: fix memleak in ark3116 serial driverOliver Neukum2008-02-011-1/+3
* | USB: stop abuse of intfdata in cypress_m8Oliver Neukum2008-02-011-9/+16
* | USB: constify function pointer tablesJan Engelhardt2008-02-012-2/+2
* | USB: stop io performed by mos7720 upon close()Oliver Neukum2008-02-012-29/+32
* | USB: add support for SuperH OHCIYoshihiro Shimoda2008-02-013-0/+154
* | USB: ftdi_sio: remove very old changelog entries from the file.Greg Kroah-Hartman2008-02-011-220/+2Star
* | USB: usbserial: provide ezusb functions for an external module.Paul Chavent2008-02-012-7/+12
* | USB: EHCI: add a short delay to the bus_suspend routineAlan Stern2008-02-011-0/+4
* | USB: EHCI: move del_timer_sync calls outside spinlocked regionAlan Stern2008-02-011-1/+2
* | USB: usbfs: struct async is a fixed size structurePete Zaitcev2008-02-011-2/+2
* | USB: ehci completes high speed ISO URBs soonerDavid Brownell2008-02-011-14/+27
* | USB: ehci: minor ISO updates, always support split ISODavid Brownell2008-02-012-44/+12Star
* | USB: ehci saves some memory in ISO transfer descriptorsKarsten Wiese2008-02-012-3/+2Star