aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/opticon.c
AgeCommit message (Expand)Author
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
2012-09-13USB: serial: opticon.c: remove dbg() usageGreg Kroah-Hartman
2012-05-10USB: serial: opticon: hook up suspend/resume callbacksGreg Kroah-Hartman
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman
2012-05-03USB: opticon.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-04-25USB: opticon: fix abuse of interface dataJohan Hovold
2012-02-28USB: serial: opticon.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [n-p]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: serial: remove unnecessary reinitialisations of urb->devJohan Hovold
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto
2011-05-13drivers/usb/serial/opticon.c: Release resources on kmalloc failureJulia Lawall
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds
2011-04-04usb/serial: fix function args warnings, dropping *filpRandy Dunlap
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2011-02-25USB: opticon: add rts and cts supportMartin Jansen
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2010-10-22USB: opticon: Whitespace fixes in opticon driverAlon Ziv
2010-10-22USB: opticon: Add Opticon OPN2001 write supportAlon Ziv
2010-10-22USB: opticon: Fix long-standing bugs in opticon driverAlon Ziv
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo