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