summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
* USB: pl2303: fix baud-rate divisor calculationsMichał Pecio2015-07-301-9/+26
* USB: pl2303: Remove support for Samsung I330Jason A. Donenfeld2015-04-291-1/+0
* USB: pl2303: disable break on shutdownJohan Hovold2015-02-261-5/+13
* USB: pl2303: use divisors for unsupported baud ratesLauri Hintsala2014-09-011-6/+7
* USB: serial: pl2303: add device id for ztek deviceGreg KH2014-08-181-0/+1
* USB: pl2303: add ids for Hewlett-Packard HP POS pole displaysAaron Sanders2014-04-161-0/+3
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: pl2303: switch to generic TIOCMIWAIT implementationJohan Hovold2014-01-031-41/+8
* USB: pl2303: only wake up MSR queue on changesJohan Hovold2014-01-031-7/+10
* USB: pl2303: clean up line-status handlingJohan Hovold2014-01-031-11/+15
* USB: pl2303: make type data constJohan Hovold2014-01-031-2/+2
* USB: pl2303: use C_CMSPAR macroJohan Hovold2014-01-031-2/+2
* USB: pl2303: use direct baud-rate encoding when possibleJohan Hovold2014-01-031-8/+13
* USB: pl2303: add helper function for direct baud-rate encodingJohan Hovold2014-01-031-7/+15
* USB: pl2303: refactor baud-rate divisor handlingJohan Hovold2014-01-031-16/+25
* USB: pl2303: enforce baud-rate limits before lookupJohan Hovold2014-01-031-3/+3
* USB: pl2303: refactor baud-rate table lookupJohan Hovold2014-01-031-22/+33
* USB: pl2303: rename pl2303_encode_baud_rateJohan Hovold2014-01-031-3/+3
* USB: pl2303: add device-type abstractionJohan Hovold2014-01-031-7/+18
* USB: pl2303: add quirk for legacy devicesJohan Hovold2014-01-031-3/+6
* USB: pl2303: clean up type handlingJohan Hovold2014-01-031-16/+15
* USB: pl2303: use speed_t for baud ratesJohan Hovold2014-01-031-5/+5
* USB: pl2303: add line-status quirk for Siemens phonesJohan Hovold2014-01-031-19/+28
* USB: pl2303: remove redundant line-request callJohan Hovold2014-01-031-3/+0
* USB: pl2303: add error handling to line requestsJohan Hovold2014-01-031-17/+51
* USB: pl2303: add error handling to set_control_linesJohan Hovold2014-01-031-3/+4
* USB: pl2303: add error handling to vendor read and write functionsJohan Hovold2014-01-031-31/+42
* USB: pl2303: clean up driver somewhatJohan Hovold2014-01-031-27/+34
* USB: pl2303: remove bogus delta_msr_wait wake upJohan Hovold2014-01-031-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-1/+0
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-3/+0
* USB: pl2303: fix data corruption on termios updatesJohan Hovold2014-01-031-9/+25
* USB: pl2303: fixed handling of CS5 settingColin Leitner2013-12-021-16/+14
* Revert "USB: pl2303: restrict the divisor based baud rate encoding method to ...Greg Kroah-Hartman2013-11-011-5/+1
* Revert "usb: pl2303: fix+improve the divsor based baud rate encoding method"Greg Kroah-Hartman2013-11-011-52/+10
* Revert "usb: pl2303: do not round to the next nearest standard baud rate for ...Greg Kroah-Hartman2013-11-011-37/+28
* Revert "usb: pl2303: remove 500000 baud from the list of standard baud rates"Greg Kroah-Hartman2013-11-011-2/+2
* Revert "usb: pl2303: move the two baud rate encoding methods to separate func...Greg Kroah-Hartman2013-11-011-114/+101
* Revert "usb: pl2303: increase the allowed baud rate range for the divisor bas...Greg Kroah-Hartman2013-11-011-12/+4
* Revert "usb: pl2303: also use the divisor based baud rate encoding method for...Greg Kroah-Hartman2013-11-011-1/+1
* Revert "usb: pl2303: add two comments concerning the supported baud rates wit...Greg Kroah-Hartman2013-11-011-12/+0
* Revert "pl2303: simplify the else-if contruct for type_1 chips in pl2303_star...Greg Kroah-Hartman2013-11-011-2/+3
* Revert "pl2303: improve the chip type information output on startup"Greg Kroah-Hartman2013-11-011-10/+5
* Revert "pl2303: improve the chip type detection/distinction"Greg Kroah-Hartman2013-11-011-72/+23
* Revert "USB: pl2303: distinguish between original and cloned HX chips"Greg Kroah-Hartman2013-11-011-32/+11
* USB: pl2303: distinguish between original and cloned HX chipsFrank Schäfer2013-09-171-11/+32
* pl2303: improve the chip type detection/distinctionFrank Schäfer2013-08-141-23/+72
* pl2303: improve the chip type information output on startupFrank Schäfer2013-08-141-5/+10
* pl2303: simplify the else-if contruct for type_1 chips in pl2303_startup()Frank Schäfer2013-08-141-3/+2
OpenPOWER on IntegriCloud