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