summaryrefslogtreecommitdiff
path: root/drivers/usb
AgeCommit message (Expand)AuthorFilesLines
2008-11-19USB: storage: updates unusual_devs entry for the Nokia 6300Alan Stern1-1/+1
2008-11-19usb: musb: fix bug in musb_scheduleFelipe Balbi1-1/+1
2008-11-19USB: fix SB700 usb subsystem hang bugAndiry Xu1-0/+21
2008-11-13USB: gadget: cdc-acm deadlock fixDavid Brownell1-0/+4
2008-11-13USB: EHCI: fix divide-by-zero bugAlan Stern1-2/+2
2008-11-13USB: EHCI: fix handling of dead controllersAlan Stern1-13/+12
2008-11-13usb: r8a66597-hcd: fix wrong data access in SuperH on-chip USBYoshihiro Shimoda1-2/+3
2008-11-13USB: SISUSB2VGA driver: add 0x0711, 0x0903Albert Comerma1-0/+1
2008-11-13usb: unusual devs patch for Nokia 7610 SupernovaRicky Wong1-0/+8
2008-11-13USB: remove optional bus bindings in isp1760, fixing runtime warningSebastian Andrzej Siewior2-28/+17
2008-11-13+ usb-serial-cp2101-add-enfora-gsm2228.patch added to -mm treeDamir N Abdullin1-0/+1
2008-11-13USB: storage: adjust comment in KconfigPaul Bolle1-2/+2
2008-11-13USB: Fix PS3 USB shutdown problemsGeoff Levand2-1/+3
2008-11-13USB: unusual_devs entry for Argosy USB mass-storage interfaceAlan Stern1-0/+7
2008-11-13USB: cdc-acm.c: fix recursive lock in acm_start_wb error pathBrandon Philips1-5/+4
2008-11-13USB: CP2101 Add device ID for AMB2560Craig Shelley1-0/+1
2008-11-13USB: mention URB_FREE_BUFFER in usb_free_urb documentationRabin Vincent1-2/+2
2008-11-13USB: Add YISO u893 usb modem vendor and product IDs to option driverLeslie Watter1-0/+6
2008-11-13usb: musb: fix BULK request on different available endpointsAjay Kumar Gupta2-37/+46
2008-11-13usb: musb: fix debug global variable nameFelipe Balbi2-5/+5
2008-11-13usb: musb: Removes compilation warning in gadget modeAjay Kumar Gupta1-0/+2
2008-11-13usb: musb: tusb6010: kill compile warningFelipe Balbi1-1/+1
2008-11-13usb: musb: Fix for isochronous IN transferAjay Kumar Gupta1-20/+57
2008-11-13USB: don't register endpoints for interfaces that are going awayAlan Stern2-1/+2
2008-11-13USB: add Nikon D300 camera to unusual_devsPaul Ready1-0/+7
2008-11-13USB: vstusb: fix compiler warning on x86-64Greg Kroah-Hartman1-1/+1
2008-11-11tty: trivial - fix up email addresses in tty related stuffAlan Cox1-1/+1
2008-11-01saner FASYNC handling on file closeAl Viro1-1/+0
2008-10-30tty: Fix USB kref leakAlan Cox1-0/+1
2008-10-29USB: prevent autosuspend during hub initializationAlan Stern1-0/+3
2008-10-29USB: Unusual dev for the "Kyocera / Contax SL300R T*" digital camera.Jens Taprogge1-0/+7
2008-10-29USB: usbtmc: Use explicit unsigned type for input buffer instead of char*Chris Malley1-1/+1
2008-10-29USB: fix crash when URBs are unlinked after the device is goneAlan Stern4-3/+56
2008-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds16-35/+792
2008-10-23Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds34-0/+12188
2008-10-22USB: don't rebind drivers after failed resume or resetAlan Stern2-2/+3
2008-10-22USB: fix memory leak in cdc-acmOliver Neukum1-1/+2
2008-10-22USB: Unusual dev for Mio moov 330 gpsFrédéric Marchal1-0/+9
2008-10-22USB: cdc-wdm: make module autoload workOliver Neukum1-0/+2
2008-10-22USB: Fix unneeded endpoint check in pxa27x_udcRobert Jarzmik1-1/+1
2008-10-22usb/gadget: fix kernel-doc warningRandy Dunlap1-1/+1
2008-10-22USB: Speedtouch: add pre_reset and post_reset routinesAlan Stern1-0/+12
2008-10-22USB: usbtest.c: length, sglen and vary are unsigned, so cannot be negativeroel kluin1-2/+1
2008-10-22USB: support Huawei data card product IDsfangxiaozhi3-21/+349
2008-10-22USB: add ZTE MF626 USB GSM modem entryMikhail Gusarov1-0/+2
2008-10-22USB: storage: Avoid I/O errors when issuing SCSI ioctls to JMicron USB/ATA br...Phil Dibowitz1-0/+9
2008-10-22USB: Fix debugfs_create_file's error checking method for usb/gadget/s3c2410_udcZhaolei1-5/+2
2008-10-22USB: ohci: add support for tmio-ohci cellDmitry Baryshkov4-2/+399
2008-10-20USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds1-1/+1
2008-10-20Merge branch 'master' into for-upstreamDavid Vrabel142-2121/+8808