summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-22USB: serial: use kmemdup instead of kmalloc + memcpySlark Xiao1-3/+1
2021-05-19USB: serial: make usb_serial_driver::chars_in_buffer return uintJiri Slaby1-2/+2
2021-05-19USB: serial: make usb_serial_driver::write_room return uintJiri Slaby1-1/+1
2021-04-08USB: serial: stop reporting legacy UART typesJohan Hovold1-7/+0
2021-04-08USB: serial: add generic support for TIOCSSERIALJohan Hovold1-10/+2
2021-04-08USB: serial: opticon: fix TIOCGSERIAL implementationJohan Hovold1-6/+3
2021-02-09USB: serial: make remove callback return voidUwe Kleine-König1-3/+1
2020-01-27Merge tag 'usb-serial-5.6-rc1' of https://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman1-17/+44
2020-01-17USB: serial: opticon: stop all I/O on close()Johan Hovold1-0/+16
2020-01-17USB: serial: opticon: add chars_in_buffer() implementationJohan Hovold1-17/+28
2020-01-14USB: serial: opticon: fix control-message timeoutsJohan Hovold1-1/+1
2018-10-13opticon: switch to ->get_serial()Al Viro1-31/+12
2017-11-04USB: serial: fix module-license macrosJohan Hovold1-1/+1
2017-11-04USB: serial: Remove redundant license textGreg Kroah-Hartman1-4/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-03-16USB: serial: opticon: simplify endpoint checkJohan Hovold1-11/+1
2017-01-26USB: serial: drop unused ASYNC flagsJohan Hovold1-1/+0
2017-01-16USB: serial: opticon: fix CTS retrieval at openJohan Hovold1-1/+1
2016-11-11USB: serial: fix invalid user-pointer checksJohan Hovold1-3/+0
2014-11-03USB: opticon: fix non-atomic allocation in write pathJohan Hovold1-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar1-2/+2
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-4/+0
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-2/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman1-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-1/+1
2013-03-25USB: opticon: remove disconnect test from tiocmsetJohan Hovold1-12/+4
2013-03-25USB: opticon: fix return value of tiocmsetJohan Hovold1-3/+9
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-8/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-11-21USB: opticon: switch to generic read implementationJohan Hovold1-130/+11
2012-11-21USB: opticon: refactor reab-urb processingJohan Hovold1-46/+59
2012-11-21USB: opticon: use usb-serial bulk-in urbJohan Hovold1-29/+2
2012-11-21USB: opticon: increase bulk-in sizeJohan Hovold1-1/+2
2012-11-21USB: opticon: use port as urb contextJohan Hovold1-10/+8
2012-11-21USB: opticon: pass port to get_serial_infoJohan Hovold1-4/+3
2012-11-21USB: opticon: make private data port specificJohan Hovold1-32/+37
2012-11-21USB: opticon: remove disconnectJohan Hovold1-8/+0
2012-11-21USB: opticon: move read-urb deallocation to releaseJohan Hovold1-1/+1
2012-11-21USB: opticon: simplify bulk-in discovery in attachJohan Hovold1-33/+16
2012-11-21USB: opticon: remove private usb-serial dataJohan Hovold1-3/+1
2012-11-21USB: opticon: remove redundant initialisationJohan Hovold1-1/+0
2012-11-21USB: opticon: remove private serial-device dataJohan Hovold1-6/+4
2012-11-21USB: opticon: use port device for error and debugJohan Hovold1-5/+6
2012-11-21USB: opticon: move private urb initialisation to attachJohan Hovold1-7/+6
2012-11-21USB: opticon: remove redundant bulk urb fillJohan Hovold1-5/+0
2012-10-25USB: opticon: fix memory leak in error pathJohan Hovold1-1/+3
2012-10-25USB: opticon: fix DMA from stackJohan Hovold1-1/+6
2012-09-18USB: Serial: opticon.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman1-3/+2