summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2010-05-20USB: pl2303.h: checkpatch cleanupsGreg Kroah-Hartman1-3/+3
2010-05-20USB: kobil_sct.h: checkpatch cleanupsGreg Kroah-Hartman1-29/+46
2010-05-20USB: kl5kusb105.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+23
2010-05-20USB: io_edgeport: checkpatch cleanupsGreg Kroah-Hartman4-147/+143
2010-05-20USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman3-82/+88
2010-05-20USB: cypress_m8.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+29
2010-05-20USB: belkin_sa.h: checkpatch cleanupsGreg Kroah-Hartman1-5/+5
2010-05-20USB: mct_u232.h: checkpatch cleanupsGreg Kroah-Hartman1-121/+133
2010-05-20USB: cp210x: remove redundant disconnect()Johan Hovold1-29/+0
2010-05-20USB: io_edgeport: Use kzallocJulia Lawall1-2/+1
2010-05-20USB: ipw: reimplement using generic frameworkJohan Hovold1-124/+4
2010-05-20USB: ipw: remove dummy port_probe and port_removeJohan Hovold1-13/+0
2010-05-20USB: ipw: clean up dtr-rts handlingJohan Hovold1-37/+6
2010-05-20USB: ir-usb: reimplement using generic frameworkJohan Hovold1-159/+38
2010-05-20USB: ir-usb: fix set_termios raceJohan Hovold1-16/+47
2010-05-20USB: ir-usb: allow custom bulk buffer size without reallocationJohan Hovold1-25/+5
2010-05-20USB: ir-usb: fix double freeJohan Hovold1-0/+2
2010-05-20USB: ftdi_sio: clean up line-status handlingJohan Hovold1-21/+16
2010-05-20USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: ftdi_sio: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: ark3116: reimplement read processingJohan Hovold1-73/+31
2010-05-20USB: tty: fix incorrect use of tty_insert_flip_string_fixed_flagJohan Hovold3-5/+5
2010-05-20USB: serial: remove multi-urb write from generic driverJohan Hovold3-170/+46
2010-05-20USB: serial: reimplement generic fifo-based writesJohan Hovold2-20/+72
2010-05-20USB: aircable: rewrite using generic read and write implementationsJohan Hovold1-453/+47
2010-05-20USB: ftdi_sio: clean up SIO write supportJohan Hovold1-40/+13
2010-05-20USB: ftdi_sio: switch to generic write implementationJohan Hovold1-172/+19
2010-05-20USB: oti6858: declare send_data() as staticBill Pemberton1-1/+1
2010-05-20USB: qcaux: add Samsung U520 device IDDan Williams1-0/+5
2010-05-20USB: option: add PID for ZTE productzhao1980ming1-0/+174
2010-05-20USB: mos7840: Cleanup useless headerAlessio Igor Bogani1-1/+0
2010-05-20USB: usbserial: fix mos7720 dependenciesRandy Dunlap1-3/+2
2010-05-20USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn1-266/+122
2010-05-20USB: usbserial: mos7720: add support for parallel port on moschip 7715Mike Dunn2-86/+731
2010-05-20USB: qcserial: Add support for Qualcomm Gobi 2000 devicesAnssi Hannula1-17/+25
2010-05-20USB: qcserial: Use generic USB wwan codeMatthew Garrett2-0/+23
2010-05-20USB: option: Use generic USB wwan codeMatthew Garrett2-646/+27
2010-05-20usb serial: Add generic USB wwan supportMatthew Garrett4-0/+736
2010-05-20USB: option.c: option_indat_callback: Resubmit some unsuccessful URBsJames Maki1-19/+30
2010-05-20USB: ftdi_sio: fix some coding style issuesJohan Hovold1-31/+14
2010-05-20USB: serial: generalise write buffer preparationJohan Hovold2-13/+35
2010-05-20USB: serial: re-implement multi-urb writes in generic driverJohan Hovold1-76/+56
2010-05-20USB: serial: allow custom multi-urb write bulk callbacksJohan Hovold1-1/+1
2010-05-20USB: usb_debug: use the generic kfifo-based write implementationJohan Hovold1-2/+0
2010-05-20USB: pl2303: use generic closeJohan Hovold1-12/+1
2010-05-20USB: pl2303: switch to generic write implementationJohan Hovold1-326/+4
2010-05-20USB: serial: clean up generic write start busy testJohan Hovold1-11/+4
2010-05-20USB: serial: clean up some error and debug messages in generic driverJohan Hovold1-9/+4
2010-05-20USB: ftdi_sio: switch to generic read implementationJohan Hovold1-92/+7
2010-05-20USB: serial: export generic throttle and unthrottleJohan Hovold1-0/+2