summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* USB: pl2303: fix port-data memory leakJohan Hovold2012-10-161-36/+54
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-7/+1Star
|\
| * USB: Serial: pl2303.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-6/+0Star
| * USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-1/+1
* | tty: move the termios object into the ttyAlan Cox2012-07-161-3/+3
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-6/+1Star
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0Star
* usb-serial: clean up unneeded PM-related fieldsAlan Stern2012-05-071-3/+0Star
* USB: serial: pl2303: convert dbg() calls to dev_dbg()Greg Kroah-Hartman2012-05-041-47/+36Star
* USB: pl2303: remove unused defineJohan Hovold2012-04-251-2/+0Star
* USB: pl2303: fix abuse of interface dataJohan Hovold2012-04-251-7/+10
* USB: pl2303: fix DTR/RTS being raised on baud rate changeJohan Hovold2012-04-101-1/+1
* USB: create module_usb_serial_driver macroGreg KH2012-02-281-17/+1Star
* usb-serial: use new registration API in [n-p]* driversAlan Stern2012-02-241-15/+8Star
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* Merge 3.2-rc3 into usb-linusGreg Kroah-Hartman2011-11-271-1/+0Star
|\
| * USB: serial: pl2303: rm duplicate idwangyanqing2011-11-151-1/+0Star
* | USB: pl2303: use usb_serial_generic_openJohan Hovold2011-11-151-1/+1
* | USB: pl2302: clean up error handling in openJohan Hovold2011-11-151-8/+7Star
* | USB: pl2303: return errors from usb_submit_urb in openJohan Hovold2011-11-151-2/+2
|/
* USB: pl2303: add id for SMART deviceEric Benoit2011-09-271-0/+1
* USB: pl2303: remove unreachable codeMichał Sroczyński2011-08-261-3/+0Star
* USB: serial: add IDs for WinChipHead USB->RS232 adapterWolfgang Denk2011-07-191-0/+1
* USB: PL2303: correctly handle baudrates above 115200Michał Sroczyński2011-07-081-4/+22
* tty: remove filp from the USB tty ioctlsAlan Cox2011-02-171-1/+1
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* USB: serial: handle Data Carrier Detect changesLibor Pechacek2011-01-231-0/+11
* drivers: update to pl2303 usb-serial to support Motorola cablesDario Lombardo2011-01-231-0/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2010-08-281-1/+1
|\
| * USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov2010-08-211-1/+1
* | USB: pl2303: New vendor and product idJef Driesen2010-08-241-0/+1
|/
* USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold2010-05-201-3/+4
* USB: pl2303: use generic closeJohan Hovold2010-05-201-12/+1Star
* USB: pl2303: switch to generic write implementationJohan Hovold2010-05-201-326/+4Star
* USB: pl2303: switch to generic read implementationJohan Hovold2010-05-201-59/+25Star
* 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-serial: Use tty_port version console instead of usb_serial_portJason Wessel2010-05-201-1/+1
* USB: serial: pl2303: Hybrid reader Uniform HCR331Simone Contini2010-04-301-0/+1
* USB: pl2303: add AdLink ND-6530 USB IDsManuel Jander2010-04-231-0/+1
* USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold2010-03-021-6/+0Star
* USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas2010-03-021-0/+13
* USB: remove references to port->port.count from the serial driversAlan Stern2010-03-021-13/+5Star
* USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-021-1/+0Star
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: pl2303: fix error characters not being reported to ldiscJohan Hovold2009-10-091-3/+5
* USB-serial: pl2303: use 1.5 instead of 2 stop bits with 5 data bitsFrank Schaefer2009-09-231-2/+10
* USB-serial: pl2303: add space/mark parityFrank Schaefer2009-09-231-4/+14