summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
AgeCommit message (Expand)Author
2014-05-06USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders
2014-02-06USB: pl2303: fix data corruption on termios updatesJohan Hovold
2013-12-11USB: pl2303: fixed handling of CS5 settingColin Leitner
2013-06-10USB: pl2303: fix device initialisation at openJohan Hovold
2013-03-25USB: pl2303: remove disconnect test from tiocmsetJohan Hovold
2013-03-25USB: pl2303: fix return value of tiocmsetJohan Hovold
2013-03-25USB: pl2303: fix TIOCMIWAIT and disconnectJohan Hovold
2013-03-25USB: pl2303: add custom tiocmiwait operationJohan Hovold
2013-03-25USB: pl2303: make set_control_lines a port operationJohan Hovold
2013-03-25USB: pl2303: use interface device for debugJohan Hovold
2013-03-21USB: pl2303: fix use-after-free in TIOCMIWAITJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_charJiri Slaby
2013-01-15TTY: convert more flipping functionsJiri Slaby
2012-10-16USB: pl2303: fix port-data memory leakJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: Serial: pl2303.c: remove debug module parameterGreg Kroah-Hartman
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman
2012-07-16tty: move the termios object into the ttyAlan Cox
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-07usb-serial: clean up unneeded PM-related fieldsAlan Stern
2012-05-03USB: serial: pl2303: convert dbg() calls to dev_dbg()Greg Kroah-Hartman
2012-04-25USB: pl2303: remove unused defineJohan Hovold
2012-04-25USB: pl2303: fix abuse of interface dataJohan Hovold
2012-04-09USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold
2012-02-28USB: create module_usb_serial_driver macroGreg KH
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-26Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman
2011-11-15USB: pl2303: use usb_serial_generic_openJohan Hovold
2011-11-15USB: pl2302: clean up error handling in openJohan Hovold
2011-11-15USB: pl2303: return errors from usb_submit_urb in openJohan Hovold
2011-11-15USB: serial: pl2303: rm duplicate idwangyanqing
2011-09-26USB: pl2303: add id for SMART deviceEric Benoit
2011-08-26USB: pl2303: remove unreachable codeMichał Sroczyński
2011-07-19USB: serial: add IDs for WinChipHead USB->RS232 adapterWolfgang Denk
2011-07-08USB: PL2303: correctly handle baudrates above 115200Michał Sroczyński
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-22USB: serial: handle Data Carrier Detect changesLibor Pechacek
2011-01-22drivers: update to pl2303 usb-serial to support Motorola cablesDario Lombardo
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2010-08-23USB: pl2303: New vendor and product idJef Driesen
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov
2010-05-20USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold
2010-05-20USB: pl2303: use generic closeJohan Hovold
2010-05-20USB: pl2303: switch to generic write implementationJohan Hovold