summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-09-14USB: serial: metro-usb.c: remove debug module parameterGreg Kroah-Hartman1-7/+0
2012-09-14USB: serial: kl5kusb105.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: keyspan_pda.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: ir-usb.c: remove debug module parameterGreg Kroah-Hartman1-4/+0
2012-09-14USB: serial: ipw.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: ipaq.c: remove debug module parameterGreg Kroah-Hartman1-4/+0
2012-09-14USB: serial: funsoft.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: ftdi_sio.c: remove debug module parameterGreg Kroah-Hartman1-3/+0
2012-09-14USB: serial: empeg.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: digi_acceleport.c: remove debug module parameterGreg Kroah-Hartman1-7/+0
2012-09-14USB: serial: cp210x.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: aircable.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-14USB: serial: kobil_sct.c: remove dbg() usageGreg Kroah-Hartman1-46/+35
2012-09-14USB: serial: keyspan_pda.c: remove dbg() usageGreg Kroah-Hartman1-19/+17
2012-09-14USB: serial: whiteheat.c: remove dbg() usageGreg Kroah-Hartman1-20/+21
2012-09-14USB: serial: ssu100.c: remove dbg() usageGreg Kroah-Hartman1-16/+16
2012-09-14USB: serial: oti6858.c: remove dbg() usageGreg Kroah-Hartman1-39/+32
2012-09-14USB: serial: garmin_gps.c: remove dbg() usageGreg Kroah-Hartman1-44/+51
2012-09-14USB: serial: kl5kusb105.c: remove dbg() usageGreg Kroah-Hartman1-18/+18
2012-09-14USB: serial: ftdi_sio.c: remove dbg() usageGreg Kroah-Hartman1-59/+60
2012-09-14USB: serial: digi_acceleport.c: remove dbg() usageGreg Kroah-Hartman1-18/+25
2012-09-14USB: serial: cypress_m8.c: remove dbg() usageGreg Kroah-Hartman1-73/+73
2012-09-14USB: ezusb: remove dependancy on usb_serialRene Buergel4-33/+33
2012-09-14USB: omninet: fix potential tty NULL dereferenceAlexey Khoroshilov1-3/+5
2012-09-14drivers/usb/misc/rio500.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14drivers/usb/host/sl811-hcd.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14USB: serial: usb_wwan.c: remove dbg() usageGreg Kroah-Hartman1-23/+28
2012-09-14USB: serial: omninet.c: remove dbg() usageGreg Kroah-Hartman1-7/+7
2012-09-14USB: serial: option.c: remove dbg() usageGreg Kroah-Hartman1-7/+8
2012-09-14USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman1-10/+10
2012-09-14USB: serial: ipw.c: remove dbg() usageGreg Kroah-Hartman1-33/+28
2012-09-14USB: serial: cyberjack.c: remove dbg() usageGreg Kroah-Hartman1-33/+35
2012-09-14USB: serial: cp210x.c: remove dbg() usageGreg Kroah-Hartman1-71/+64
2012-09-14USB: serial: ch341.c: remove dbg() usageGreg Kroah-Hartman1-19/+23
2012-09-14Merge tag 'for-usb-next-2012-09-13' of git://git.kernel.org/pub/scm/linux/ker...Greg Kroah-Hartman5-21/+334
2012-09-14USB: serial: core: clean up dbg and printk usage.Greg Kroah-Hartman2-84/+77
2012-09-14drivers/usb/host/xhci-ring.c: removes unnecessary semicolonPeter Senna Tschudin1-1/+1
2012-09-14usb/xhci: update a comment regarding the BOS descriptor to reflect the codeSebastian Andrzej Siewior1-1/+1
2012-09-14usb: host: xhci: sparse fixesFelipe Balbi3-3/+6
2012-09-14xHCI: handle command after aborting the command ringElric Fu1-6/+165
2012-09-14xHCI: cancel command after command timeoutElric Fu2-7/+22
2012-09-14xHCI: add aborting command ring functionElric Fu4-1/+128
2012-09-14xHCI: add cmd_ring_stateElric Fu3-2/+11
2012-09-14USB: serial: core: remove some trace debugging callsGreg Kroah-Hartman2-8/+0
2012-09-13USB: core: remove unused dbg() call in message.cGreg Kroah-Hartman1-2/+0
2012-09-13USB: atm: usbatm: fix up debug printing codeGreg Kroah-Hartman1-18/+28
2012-09-13USB: serial: add zte_ev.c driverGreg Kroah-Hartman3-0/+316
2012-09-12USB: chipidea: re-order irq handling to avoid unhandled irqsRichard Zhao1-8/+13
2012-09-12USB: chipidea: add -DDEBUG if debugging is enabledRichard Zhao1-0/+2
2012-09-12USB: chipidea: add vbus detect for udcRichard Zhao2-1/+39