aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
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/dvrabel/uwbLinus 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 bridgePhil 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
2008-10-17USB: remove err() macro from more usb driversGreg Kroah-Hartman4-45/+63
2008-10-17USB: remove err() macro from usb misc driversGreg Kroah-Hartman5-29/+37
2008-10-17USB: remove err() macro from usb core codeGreg Kroah-Hartman5-14/+17
2008-10-17USB: remove err() macro from usb class driversGreg Kroah-Hartman3-30/+48
2008-10-17USB: remove use of err() in drivers/usb/serialGreg Kroah-Hartman21-243/+346
2008-10-17USB: remove info() macro from remaining usb driversGreg Kroah-Hartman3-9/+14
2008-10-17USB: remove info() macro from usb/misc driversGreg Kroah-Hartman10-34/+47
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman32-63/+96
2008-10-17USB: remove warn() macro from usb driversGreg Kroah-Hartman9-19/+32
2008-10-17usb/fsl_qe_udc: clear data toggle on clear halt requestLi Yang1-0/+4
2008-10-17usb/fsl_qe_udc: fix response to get status requestLi Yang2-34/+68
2008-10-17fsl_usb2_udc: Fix oops on probe failure.Will Newton1-15/+17
2008-10-17fsl_usb2_udc: Add a wmb before priming endpoint.Will Newton1-0/+3
2008-10-17fsl_usb2_udc: Make fsl_queue_td return type void.Will Newton1-14/+5
2008-10-17fsl_usb2_udc: Uninline udc_reset_ep_queue.Will Newton1-7/+3
2008-10-17fsl_usb2_udc: Rename the arguments of the fsl_writel macro.Will Newton1-4/+2
2008-10-17fsl_usb2_udc: Initialize spinlock earlier.Will Newton1-1/+3
2008-10-17fsl_usb2_udc: Clean up whitespace in /proc debugging output.Will Newton1-17/+18
2008-10-17fsl_usb2_udc: Clean up whitespace in errors and warnings.Will Newton1-18/+18
2008-10-17fsl_usb2_udc: Fix some sparse warnings and remove redundant code.Will Newton2-38/+11
2008-10-17fsl_usb2_udc: Remove check for udc == NULL in dr_controller_setup.Will Newton1-4/+0
2008-10-17fsl_usb2_udc: Make dr_ep_setup function static.Will Newton1-1/+2
2008-10-17USB: fix up problems in the vtusb driverStephen Ware1-20/+34
2008-10-17USB: OHCI: fix endless polling behaviorAlan Stern1-19/+32
2008-10-17USB: option: add Pantech cardsDan Williams1-0/+9
2008-10-17USB: hub.c: Add initial_descriptor_timeout module parameter for usbcoreJaroslav Kysela1-1/+10
2008-10-17USB: Export if an interface driver supports autosuspend.Sarah Sharp1-0/+24
2008-10-17USB: EHCI: fix remote-wakeup support for ARC/TDI coreAlan Stern3-14/+29
2008-10-17USB: snoop processes opening usbfs device filesAlan Stern1-0/+2
2008-10-17USB: Option / AnyData new modem, same IDJon K Hellan1-1/+1
2008-10-17USB: EHCI: log a warning if ehci-hcd is not loaded firstAlan Stern5-2/+29
2008-10-17USB: EHCI, OHCI, UHCI: remove version numbersAlan Stern6-19/+16
2008-10-17USB: anchor API changes needed for btusbOliver Neukum1-0/+70