summaryrefslogtreecommitdiff
path: root/drivers/usb/serial/pl2303.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-17USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer1-11/+32
2013-08-14pl2303: improve the chip type detection/distinctionFrank Schäfer1-23/+72
2013-08-14pl2303: improve the chip type information output on startupFrank Schäfer1-5/+10
2013-08-14pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer1-3/+2
2013-08-13usb: pl2303: add two comments concerning the supported baud rates with HX chipsFrank Schäfer1-0/+12
2013-08-13usb: pl2303: also use the divisor based baud rate encoding method for baud ra...Frank Schäfer1-1/+1
2013-08-13usb: pl2303: increase the allowed baud rate range for the divisor based encod...Frank Schäfer1-4/+12
2013-08-13usb: pl2303: move the two baud rate encoding methods to separate functionsFrank Schäfer1-101/+114
2013-08-13usb: pl2303: remove 500000 baud from the list of standard baud ratesFrank Schäfer1-2/+2
2013-08-13usb: pl2303: do not round to the next nearest standard baud rate for the divi...Frank Schäfer1-28/+37
2013-08-13usb: pl2303: fix+improve the divsor based baud rate encoding methodFrank Schäfer1-10/+52
2013-08-01USB: pl2303: restrict the divisor based baud rate encoding method to the "HX"...Frank Schäfer1-1/+5
2013-07-29USB: serial: pl2303: fix the upper baud rate limit check for type_0/1 chipsFrank Schäfer1-1/+1
2013-07-24USB: pl2303: remove debugging noiseJohan Hovold1-1/+3
2013-07-24USB: pl2303: clean up set_termiosJohan Hovold1-21/+18
2013-07-24USB: pl2303: clean up baud-rate handlingJohan Hovold1-49/+41
2013-07-24USB: pl2303: refactor baud-rate handlingJohan Hovold1-58/+69
2013-07-24USB: serial: set drain delay at port probeJohan Hovold1-1/+2
2013-06-18USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-17Merge 3.10-rc6 into usb-nextGreg Kroah-Hartman1-5/+5
2013-06-11USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-1/+1
2013-06-10USB: pl2303: fix device initialisation at openJohan Hovold1-5/+5
2013-06-04USB: serial: pl2303 works at 500kbpsLuca Olivetti1-1/+1
2013-05-30usb: serial: dump small buffers with help of %*phAndy Shevchenko1-4/+2
2013-03-26USB: pl2303: remove disconnect test from tiocmsetJohan Hovold1-11/+4
2013-03-26USB: pl2303: fix return value of tiocmsetJohan Hovold1-2/+5
2013-03-26USB: pl2303: fix TIOCMIWAIT and disconnectJohan Hovold1-3/+3
2013-03-26USB: pl2303: add custom tiocmiwait operationJohan Hovold1-5/+3
2013-03-26USB: pl2303: make set_control_lines a port operationJohan Hovold1-5/+6
2013-03-26USB: pl2303: use interface device for debugJohan Hovold1-2/+2
2013-03-22USB: pl2303: fix use-after-free in TIOCMIWAITJohan Hovold1-5/+6
2013-01-16TTY: switch tty_flip_buffer_pushJiri Slaby1-7/+1
2013-01-16TTY: switch tty_insert_flip_charJiri Slaby1-2/+3
2013-01-16TTY: convert more flipping functionsJiri Slaby1-1/+1
2012-10-16USB: pl2303: fix port-data memory leakJohan Hovold1-36/+54
2012-10-02Merge 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-17tty: move the termios object into the ttyAlan Cox1-3/+3
2012-05-09USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-08USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-08usb-serial: clean up unneeded PM-related fieldsAlan Stern1-3/+0
2012-05-04USB: 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-10USB: 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-25usb-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