aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-13USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman1-10/+10
2012-05-10USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman1-11/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-1/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: opticon.c: remove dbg() tracing callsGreg Kroah-Hartman1-19/+0
2012-04-25USB: opticon: fix abuse of interface dataJohan Hovold1-5/+10
2012-02-28USB: serial: opticon.c: use module_usb_serial_driverGreg Kroah-Hartman1-11/+1
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern1-13/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold1-1/+0