summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c
AgeCommit message (Expand)AuthorLines
2014-11-03USB: opticon: fix non-atomic allocation in write pathJohan Hovold-1/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker-1/+0
2014-01-03USB: serial: correct spelling mistakes in commentsRahul Bedarkar-2/+2
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold-4/+0
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold-2/+0
2013-06-17USB: serial: make minor allocation dynamicGreg Kroah-Hartman-1/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman-1/+1
2013-03-25USB: opticon: remove disconnect test from tiocmsetJohan Hovold-12/+4
2013-03-25USB: opticon: fix return value of tiocmsetJohan Hovold-3/+9
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby-8/+1
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby-1/+1
2012-11-21USB: opticon: switch to generic read implementationJohan Hovold-130/+11
2012-11-21USB: opticon: refactor reab-urb processingJohan Hovold-46/+59
2012-11-21USB: opticon: use usb-serial bulk-in urbJohan Hovold-29/+2
2012-11-21USB: opticon: increase bulk-in sizeJohan Hovold-1/+2
2012-11-21USB: opticon: use port as urb contextJohan Hovold-10/+8
2012-11-21USB: opticon: pass port to get_serial_infoJohan Hovold-4/+3
2012-11-21USB: opticon: make private data port specificJohan Hovold-32/+37
2012-11-21USB: opticon: remove disconnectJohan Hovold-8/+0
2012-11-21USB: opticon: move read-urb deallocation to releaseJohan Hovold-1/+1
2012-11-21USB: opticon: simplify bulk-in discovery in attachJohan Hovold-33/+16
2012-11-21USB: opticon: remove private usb-serial dataJohan Hovold-3/+1
2012-11-21USB: opticon: remove redundant initialisationJohan Hovold-1/+0
2012-11-21USB: opticon: remove private serial-device dataJohan Hovold-6/+4
2012-11-21USB: opticon: use port device for error and debugJohan Hovold-5/+6
2012-11-21USB: opticon: move private urb initialisation to attachJohan Hovold-7/+6
2012-11-21USB: opticon: remove redundant bulk urb fillJohan Hovold-5/+0
2012-10-25USB: opticon: fix memory leak in error pathJohan Hovold-1/+3
2012-10-25USB: opticon: fix DMA from stackJohan Hovold-1/+6
2012-09-18USB: Serial: opticon.c: remove debug module parameterGreg Kroah-Hartman-5/+0
2012-09-18USB: serial: remove debug parameter from usb_serial_debug_data()Greg Kroah-Hartman-3/+2
2012-09-13USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman-10/+10
2012-05-10USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman-11/+4
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman-1/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman-1/+0
2012-05-03USB: opticon.c: remove dbg() tracing callsGreg Kroah-Hartman-19/+0
2012-04-25USB: opticon: fix abuse of interface dataJohan Hovold-5/+10
2012-02-28USB: serial: opticon.c: use module_usb_serial_driverGreg Kroah-Hartman-11/+1
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern-13/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell-1/+1
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold-1/+0
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto-1/+1
2011-05-13drivers/usb/serial/opticon.c: Release resources on kmalloc failureJulia Lawall-2/+5
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds-1/+1
2011-04-04usb/serial: fix function args warnings, dropping *filpRandy Dunlap-1/+1
2011-03-31Fix common misspellingsLucas De Marchi-1/+1
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-2/+2
2011-02-25USB: opticon: add rts and cts supportMartin Jansen-44/+112
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox-1/+1