aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-10-20USB: Fix unused label warnings in drivers/usb/host/ehci-hcd.cLinus Torvalds1-1/+1
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
2008-10-17USB: ftdi-elan: Always pass usb_bulk_msg() a timeout in milliseconds.Sarah Sharp1-5/+5
2008-10-17USB: isp1760: Use an IS_ERR test rather than a NULL testJulien Brunel1-2/+3
2008-10-17USB: improve ehci_watchdog's side effect in CPU power managementYi Yang1-5/+7
2008-10-17USB: UHCI: improve scheduling of interrupt URBsAlan Stern1-6/+11
2008-10-17USB: ti_usb_3410_5052: removed duplicated includeHuang Weiyi1-1/+0
2008-10-17usb: vstusb.c : new driver for spectrometers used by Vernier Software & Technology, Inc.Stephen Ware3-0/+784
2008-10-17usb gadget: cdc ethernet notification bugfixDavid Brownell1-0/+7
2008-10-17USB: omap_udc: sync with OMAP treeTony Lindgren2-1/+8
2008-10-17USB: ohci-omap: handle other omap15xx chipsTony Lindgren1-2/+2
2008-10-17usb: musb: remove dead code from procfsFelipe Balbi1-11/+21
2008-10-17usb: musb: general cleanup to musbhsdma.cFelipe Balbi1-151/+155
2008-10-17usb: musb_hdrc build fixesDavid Brownell5-29/+13
2008-10-17usb: musb: do not mess up count number and CSR0 register valueBryan Wu1-12/+12
2008-10-17OMAP:MUSB: Corrects urb unlink function pathAjay Kumar Gupta1-2/+5
2008-10-17OMAP:MUSB: Fixes the TT programming.Ajay Kumar Gupta1-1/+5
2008-10-17musb: io: only define read/write stubs if they're not defined yetFelipe Balbi1-1/+3