summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
AgeCommit message (Expand)Author
2012-10-28USB: pl2303: fix port-data memory leakJohan Hovold
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
2010-05-20USB: pl2303: switch to generic read implementationJohan Hovold
2010-05-20USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold
2010-05-20USB: pl2303: increase the bulk-out buffer size to 256 byteJohan Hovold
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel
2010-04-30USB: serial: pl2303: Hybrid reader Uniform HCR331Simone Contini
2010-04-22USB: pl2303: add AdLink ND-6530 USB IDsManuel Jander
2010-03-02USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold
2010-03-02USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox
2010-03-02USB serial: make USB device id constantNémeth Márton
2009-10-09USB: pl2303: fix error characters not being reported to ldiscJohan Hovold
2009-09-23USB-serial: pl2303: use 1.5 instead of 2 stop bits with 5 data bitsFrank Schaefer
2009-09-23USB-serial: pl2303: add space/mark parityFrank Schaefer
2009-09-23USB-serial: pl2303: fix baud rate handling in case of unsupported valuesFrank Schaefer
2009-09-23USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-08-07USB: pl2303: New vendor and product idKhanh-Dang Nguyen Thu Lam