summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c
Commit message (Expand)AuthorAgeFilesLines
* USB: serial: drop driver owner initializationKrzysztof Kozlowski2024-08-261-1/+0
* USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao2022-06-221-3/+1
* USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby2021-05-191-2/+2
* USB: serial: make usb_serial_driver::write_room return uintJiri Slaby2021-05-191-1/+1
* USB: serial: stop reporting legacy UART typesJohan Hovold2021-04-081-7/+0
* USB: serial: add generic support for TIOCSSERIALJohan Hovold2021-04-081-10/+2
* USB: serial: opticon: fix TIOCGSERIAL implementationJohan Hovold2021-04-081-6/+3
* USB: serial: make remove callback return voidUwe Kleine-König2021-02-091-3/+1
* Merge tag 'usb-serial-5.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2020-01-271-17/+44
|\
| * USB: serial: opticon: stop all I/O on close()Johan Hovold2020-01-171-0/+16
| * USB: serial: opticon: add chars_in_buffer() implementationJohan Hovold2020-01-171-17/+28
* | USB: serial: opticon: fix control-message timeoutsJohan Hovold2020-01-141-1/+1
|/
* opticon: switch to ->get_serial()Al Viro2018-10-131-31/+12
* USB: serial: fix module-license macrosJohan Hovold2017-11-041-1/+1
* USB: serial: Remove redundant license textGreg Kroah-Hartman2017-11-041-4/+0
* USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman2017-11-041-0/+1
* USB: serial: opticon: simplify endpoint checkJohan Hovold2017-03-161-11/+1
* USB: serial: drop unused ASYNC flagsJohan Hovold2017-01-261-1/+0
* USB: serial: opticon: fix CTS retrieval at openJohan Hovold2017-01-161-1/+1
* USB: serial: fix invalid user-pointer checksJohan Hovold2016-11-111-3/+0
* USB: opticon: fix non-atomic allocation in write pathJohan Hovold2014-11-031-1/+1
* usb: delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-081-1/+0
* USB: serial: correct spelling mistakes in commentsRahul Bedarkar2014-01-031-2/+2
* USB: serial: remove redundant OOM messagesJohan Hovold2014-01-031-4/+0
* USB: serial: clean up ioctl debuggingJohan Hovold2014-01-031-2/+0
* USB: serial: make minor allocation dynamicGreg Kroah-Hartman2013-06-171-1/+1
* USB: serial: ports: add minor and port numberGreg Kroah-Hartman2013-06-101-1/+1
* USB: opticon: remove disconnect test from tiocmsetJohan Hovold2013-03-251-12/+4
* USB: opticon: fix return value of tiocmsetJohan Hovold2013-03-251-3/+9
* TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-151-8/+1
* TTY: switch tty_insert_flip_stringJiri Slaby2013-01-151-1/+1
* USB: opticon: switch to generic read implementationJohan Hovold2012-11-211-130/+11
* USB: opticon: refactor reab-urb processingJohan Hovold2012-11-211-46/+59
* USB: opticon: use usb-serial bulk-in urbJohan Hovold2012-11-211-29/+2
* USB: opticon: increase bulk-in sizeJohan Hovold2012-11-211-1/+2
* USB: opticon: use port as urb contextJohan Hovold2012-11-211-10/+8
* USB: opticon: pass port to get_serial_infoJohan Hovold2012-11-211-4/+3
* USB: opticon: make private data port specificJohan Hovold2012-11-211-32/+37
* USB: opticon: remove disconnectJohan Hovold2012-11-211-8/+0
* USB: opticon: move read-urb deallocation to releaseJohan Hovold2012-11-211-1/+1
* USB: opticon: simplify bulk-in discovery in attachJohan Hovold2012-11-211-33/+16
* USB: opticon: remove private usb-serial dataJohan Hovold2012-11-211-3/+1
* USB: opticon: remove redundant initialisationJohan Hovold2012-11-211-1/+0
* USB: opticon: remove private serial-device dataJohan Hovold2012-11-211-6/+4
* USB: opticon: use port device for error and debugJohan Hovold2012-11-211-5/+6
* USB: opticon: move private urb initialisation to attachJohan Hovold2012-11-211-7/+6
* USB: opticon: remove redundant bulk urb fillJohan Hovold2012-11-211-5/+0
* USB: opticon: fix memory leak in error pathJohan Hovold2012-10-251-1/+3
* USB: opticon: fix DMA from stackJohan Hovold2012-10-251-1/+6
* USB: Serial: opticon.c: remove debug module parameterGreg Kroah-Hartman2012-09-181-5/+0