summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman2012-09-181-3/+2
* USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman2012-09-131-10/+10
* USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman2012-05-101-11/+4
* USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman2012-05-081-1/+1
* USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman2012-05-071-1/+0
* USB: opticon.c: remove dbg() tracing callsGreg Kroah-Hartman2012-05-031-19/+0
* USB: opticon: fix abuse of interface dataJohan Hovold2012-04-251-5/+10
* USB: serial: opticon.c: use module_usb_serial_driverGreg Kroah-Hartman2012-02-281-11/+1
* usb-serial: use new registration API in [n-p]* driversAlan Stern2012-02-241-13/+6
* module_param: make bool parameters really bool (drivers & misc)Rusty Russell2012-01-131-1/+1
* USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold2011-11-151-1/+0
* USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto2011-08-231-1/+1
OpenPOWER on IntegriCloud