summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
AgeCommit message (Expand)AuthorFilesLines
2013-06-10USB: pl2303: fix device initialisation at openJohan Hovold1-5/+5
2013-03-25USB: pl2303: remove disconnect test from tiocmsetJohan Hovold1-11/+4
2013-03-25USB: pl2303: fix return value of tiocmsetJohan Hovold1-2/+5
2013-03-25USB: pl2303: fix TIOCMIWAIT and disconnectJohan Hovold1-3/+3
2013-03-25USB: pl2303: add custom tiocmiwait operationJohan Hovold1-5/+3
2013-03-25USB: pl2303: make set_control_lines a port operationJohan Hovold1-5/+6
2013-03-25USB: pl2303: use interface device for debugJohan Hovold1-2/+2
2013-03-21USB: pl2303: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+6
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby1-2/+3
2013-01-15TTY: convert more flipping functionsJiri Slaby1-1/+1
2012-10-16USB: pl2303: fix port-data memory leakJohan Hovold1-36/+54
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-7/+1
2012-09-18USB: Serial: pl2303.c: remove debug module parameterGreg Kroah-Hartman1-6/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-1/+1
2012-07-16tty: move the termios object into the ttyAlan Cox1-3/+3
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern1-3/+0
2012-05-03USB: serial: pl2303: convert dbg() calls to dev_dbg()Greg Kroah-Hartman1-47/+36
2012-04-25USB: pl2303: remove unused defineJohan Hovold1-2/+0
2012-04-25USB: pl2303: fix abuse of interface dataJohan Hovold1-7/+10
2012-04-09USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold1-1/+1
2012-02-28USB: create module_usb_serial_driver macroGreg KH1-17/+1
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern1-15/+8
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman1-1/+0
2011-11-15USB: pl2303: use usb_serial_generic_openJohan Hovold1-1/+1
2011-11-15USB: pl2302: clean up error handling in openJohan Hovold1-8/+7
2011-11-15USB: pl2303: return errors from usb_submit_urb in openJohan Hovold1-2/+2
2011-11-15USB: serial: pl2303: rm duplicate idwangyanqing1-1/+0
2011-09-26USB: pl2303: add id for SMART deviceEric Benoit1-0/+1
2011-08-26USB: pl2303: remove unreachable codeMichał Sroczyński1-3/+0
2011-07-19USB: serial: add IDs for WinChipHead USB->RS232 adapterWolfgang Denk1-0/+1
2011-07-08USB: PL2303: correctly handle baudrates above 115200Michał Sroczyński1-4/+22
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek1-0/+11
2011-01-22drivers: update to pl2303 usb-serial to support Motorola cablesDario Lombardo1-0/+1
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-1/+1
2010-08-23USB: pl2303: New vendor and product idJef Driesen1-0/+1
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-1/+1
2010-05-20USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
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: pl2303: switch to generic read implementationJohan Hovold1-59/+25
2010-05-20USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: pl2303: increase the bulk-out buffer size to 256 byteJohan Hovold1-0/+1