summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
...
* USB: ir-usb: allow custom bulk buffer size without reallocationJohan Hovold2010-05-201-25/+5Star
* USB: ir-usb: fix double freeJohan Hovold2010-05-201-0/+2
* USB: ftdi_sio: clean up line-status handlingJohan Hovold2010-05-201-21/+16Star
* 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/+31Star
* 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/+46Star
* 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/+47Star
* USB: ftdi_sio: clean up SIO write supportJohan Hovold2010-05-201-40/+13Star
* USB: ftdi_sio: switch to generic write implementationJohan Hovold2010-05-201-172/+19Star
* 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/+0Star
* USB: usbserial: fix mos7720 dependenciesRandy Dunlap2010-05-201-3/+2Star
* USB: usbserial: mos7720: cleanup, consolidation, replace send_mos_cmd with {r...Mike Dunn2010-05-201-266/+122Star
* 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/+27Star
* 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/+14Star
* 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/+56Star
* 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/+0Star
* USB: pl2303: use generic closeJohan Hovold2010-05-201-12/+1Star
* USB: pl2303: switch to generic write implementationJohan Hovold2010-05-201-326/+4Star
* USB: serial: clean up generic write start busy testJohan Hovold2010-05-201-11/+4Star
* USB: serial: clean up some error and debug messages in generic driverJohan Hovold2010-05-201-9/+4Star
* USB: ftdi_sio: switch to generic read implementationJohan Hovold2010-05-201-92/+7Star
* USB: serial: export generic throttle and unthrottleJohan Hovold2010-05-201-0/+2
* USB: pl2303: switch to generic read implementationJohan Hovold2010-05-201-59/+25Star
* USB: serial: generalise generic read implementationJohan Hovold2010-05-202-2/+4
* USB: serial: clean up read processing in generic driverJohan Hovold2010-05-201-16/+11Star
* USB: cp210x: use generic submit_read_urb at openJohan Hovold2010-05-201-14/+2Star
* USB: serial: remove unnecessary re-initialisation of generic urbsJohan Hovold2010-05-201-23/+2Star
* USB: serial: refactor read urb submission in generic driverJohan Hovold2010-05-202-25/+9Star
* USB: serial: refactor generic closeJohan Hovold2010-05-206-21/+8Star
* USB: serial: clear fifo on closeJohan Hovold2010-05-201-1/+7
* USB: serial: fix missing locking on fifo in write callbackJohan Hovold2010-05-201-2/+5
* USB: serial: fix generic chars_in_bufferJohan Hovold2010-05-201-4/+11
* USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold2010-05-201-0/+1
* USB: pl2303: increase the bulk-out buffer size to 256 byteJohan Hovold2010-05-201-0/+1
* USB: cp210x: increase bulk-in buffer size to 256 byteJohan Hovold2010-05-201-0/+1
* USB: cp210x: increase the bulk-out buffer size to 256 byteJohan Hovold2010-05-201-0/+1
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-204-71/+11Star