summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/keyspan_pda.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: drop driver owner initializationKrzysztof Kozlowski2024-08-261-2/+0
* USB: serial: return errors from break handlingJohan Hovold2023-06-071-2/+6
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-1/+2
* USB: serial: keyspan_pda: use usb_control_msg_recv()Himadri Pandya2021-09-211-39/+28
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* USB: serial: keyspan_pda: drop redundant usb-serial pointerJohan Hovold2020-11-041-3/+2
* USB: serial: keyspan_pda: use BIT() macroJohan Hovold2020-11-041-12/+13
* USB: serial: keyspan_pda: clean up comments and whitespaceJohan Hovold2020-11-041-60/+56
* USB: serial: keyspan_pda: clean up xircom/entrega supportJohan Hovold2020-11-041-59/+9
* USB: serial: keyspan_pda: add write-fifo supportJohan Hovold2020-11-041-60/+55
* USB: serial: keyspan_pda: increase transmitter thresholdJohan Hovold2020-11-041-1/+1
* USB: serial: keyspan_pda: fix write implementationJohan Hovold2020-11-041-58/+51
* USB: serial: keyspan_pda: refactor write-room handlingJohan Hovold2020-11-041-63/+50
* USB: serial: keyspan_pda: fix write unthrottlingJohan Hovold2020-11-041-9/+20
* USB: serial: keyspan_pda: fix tx-unthrottle use-after-freeJohan Hovold2020-11-041-0/+4
* USB: serial: keyspan_pda: fix write-wakeup use-after-freeJohan Hovold2020-11-041-14/+3
* USB: serial: keyspan_pda: fix stalled writesJohan Hovold2020-11-041-1/+1
* USB: serial: keyspan_pda: fix write deadlockJohan Hovold2020-11-041-3/+4
* USB: serial: keyspan_pda: fix dropped unthrottle interruptsJohan Hovold2020-11-041-2/+2
* USB: serial: keyspan_pda: drop unused firmware reset statusJohan Hovold2020-07-021-2/+1
* docs: usb: rename files to .rst and add them to drivers-apiMauro Carvalho Chehab2019-06-201-1/+1
* USB: serial: keyspan_pda: fix modem-status error handlingJohan Hovold2018-07-061-1/+3
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-5/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: keyspan_pda: simplify endpoint checkJohan Hovold2017-03-161-14/+2
* USB: serial: keyspan_pda: fix receive sanity checksJohan Hovold2017-01-311-5/+14
* USB: serial: keyspan_pda: verify endpoints at probeJohan Hovold2017-01-041-0/+14
* USB: serial: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas2016-08-221-2/+2
* USB: keyspan_pda: add new device idNathaniel W Filardo2015-03-191-0/+3
* USB: serial: keyspan_pda: fix Entrega company name spellingMark Knibbs2014-10-221-8/+8
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-091-1/+0
* Merge tag 'usb-3.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2013-04-291-13/+6
|\
| * USB: keyspan_pda: remove bogus disconnect test in closeJohan Hovold2013-03-251-7/+2
| * USB: keyspan_pda: remove bogus disconnect test from dtr_rtsJohan Hovold2013-03-251-6/+4
* | TTY: add tty_port_tty_wakeup helperJiri Slaby2013-03-191-4/+2
|/
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-5/+2
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-161-1/+1
* USB: serial: remove driver version informationJohan Hovold2012-10-311-4/+0
* USB: keyspan_pda: fix port-data memory leakJohan Hovold2012-10-171-13/+17
* Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds2012-10-011-49/+24
|\
| * USB: ezusb: add functions for firmware downloadRene Buergel2012-09-181-24/+5
| * USB: ezusb: add support for Cypress FX2LPRene Buergel2012-09-181-2/+3
| * USB: serial: keyspan_pda.c: remove debug module parameterGreg Kroah-Hartman2012-09-141-5/+0
| * USB: serial: keyspan_pda.c: remove dbg() usageGreg Kroah-Hartman2012-09-141-19/+17
| * USB: ezusb: remove dependancy on usb_serialRene Buergel2012-09-141-3/+3
* | tty: move the termios object into the ttyAlan Cox2012-07-161-2/+2
|/
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-091-6/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0