summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ti_usb_3410_5052.c
Commit message (Expand)AuthorAgeFilesLines
* usb: serial: Make ->set_termios() old ktermios constIlpo Järvinen2022-08-301-2/+4
* Merge tag 'usb-serial-5.14-rc1' of https://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2021-06-241-8/+8
|\
| * USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-4/+4
| * USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-4/+4
* | USB: serial: ti_usb_3410_5052: add startech.com device idSean MacLennan2021-05-101-0/+3
|/
* USB: serial: ti_usb_3410_5052: clean up termios CSIZE handlingJohan Hovold2021-04-131-8/+8
* USB: serial: ti_usb_3410_5052: use kernel types consistentlyJohan Hovold2021-04-131-17/+17
* USB: serial: ti_usb_3410_5052: add port-command helpersJohan Hovold2021-04-131-50/+44
* USB: serial: ti_usb_3410_5052: clean up vendor-request helpersJohan Hovold2021-04-131-8/+7
* USB: serial: ti_usb_3410_5052: drop unnecessary packed attributesJohan Hovold2021-04-131-4/+4
* USB: serial: ti_usb_3410_5052: drop drain delay for 3410Johan Hovold2021-04-131-3/+14
* USB: serial: ti_usb_3410_5052: reduce drain delay to one charJohan Hovold2021-04-131-1/+5
* USB: serial: ti_usb_3410_5052: switch to 30-second closing waitJohan Hovold2021-04-081-3/+0
* USB: serial: ti_usb_3410_5052: drop closing_wait module parameterJohan Hovold2021-04-081-7/+1
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-1/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-40/+2
* USB: serial: ti_usb_3410_5052: fix TIOCSSERIAL permission checkJohan Hovold2021-04-081-2/+7
* USB: serial: ti_usb_3410_5052: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-2/+2
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-4/+2
* USB: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-231-2/+2
* USB: serial: ti_usb_3410_5052: clean up serial data accessJohan Hovold2019-10-161-2/+2
* USB: serial: ti_usb_3410_5052: fix port-close racesJohan Hovold2019-10-161-7/+3
* Merge branch 'work.tty-ioctl' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-10-241-50/+24
|\
| * ti_usb_3410_5052: switch to ->[sg]et_serial()Al Viro2018-10-131-50/+24
* | USB: serial: ti_usb_3410_5052: fix array underflow in completion handlerJohan Hovold2018-08-271-1/+1
|/
* USB: serial: ti_usb_3410_5052: use irqsave() in USB's complete callbackJohn Ogness2018-06-261-4/+5
* 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: drop termios-flag debuggingJohan Hovold2017-03-291-8/+0
* USB: serial: ti_usb_3410_5052: always require a bulk-out endpointJohan Hovold2017-03-281-0/+2
* USB: serial: ti_usb_3410_5052: fix control-message error handlingJohan Hovold2017-01-161-8/+4
* USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: serial: ti_usb_3410_5052: remove unused variablesMathieu OTHACEHE2016-08-231-13/+0
* USB: serial: ti_usb_3410_5052: use C_X macrosMathieu OTHACEHE2016-08-231-8/+8
* USB: serial: ti_usb_3410_5052: remove useless NULL-testingMathieu OTHACEHE2016-08-231-33/+1
* USB: serial: ti_usb_3410_5052: remove useless dev_dbg messagesMathieu OTHACEHE2016-08-231-11/+0
* USB: serial: ti_usb_3410_5052: do not use __uX typesMathieu OTHACEHE2016-08-231-49/+50
* USB: serial: ti_usb_3410_5052: use functions rather than macrosMathieu OTHACEHE2016-07-151-4/+11
* USB: serial: ti_usb_3410_5052: remove ti_usb_3410_5052.hMathieu OTHACEHE2016-07-151-2/+235
* USB: serial: ti_usb_3410_5052: remove useless commentsMathieu OTHACEHE2016-07-151-21/+2
* USB: serial: ti_usb_3410_5052: add MOXA UPORT 11x0 supportMathieu OTHACEHE2016-05-111-3/+52
* USB: ti_usb_3410_5052: Add Honeywell HGI80 IDDavid Woodhouse2015-11-161-0/+2
* usb: serial: Remove unused tty->hw_stoppedPeter Hurley2014-09-231-6/+1
* USB: serial: add missing newlines to dev_<level> messages.Johan Hovold2014-03-121-2/+2
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-13/+5
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0
* USB: serial: constify device-id tablesJohan Hovold2014-01-031-3/+3
* USB: serial: ti_usb_3410_5052: add Abbott strip port ID to combined table as ...Diego Elio Pettenò2013-10-111-0/+1