aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/opticon.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-23USB: use usb_endpoint_maxp() instead of le16_to_cpu()Kuninori Morimoto1-1/+1
2011-05-13drivers/usb/serial/opticon.c: Release resources on kmalloc failureJulia Lawall1-2/+5
2011-04-07Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6Linus Torvalds1-1/+1
2011-04-04usb/serial: fix function args warnings, dropping *filpRandy Dunlap1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-16Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds1-2/+2
2011-02-25USB: opticon: add rts and cts supportMartin Jansen1-44/+112
2011-02-17tty: remove filp from the USB tty ioctlsAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2010-10-22USB: opticon: Whitespace fixes in opticon driverAlon Ziv1-4/+4
2010-10-22USB: opticon: Add Opticon OPN2001 write supportAlon Ziv1-4/+26
2010-10-22USB: opticon: Fix long-standing bugs in opticon driverAlon Ziv1-3/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-8/+3
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches1-2/+2
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2010-02-05tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König1-1/+1
2009-12-11opticon: Fix resume logicAlan Cox1-1/+2
2009-12-11usb_serial: Kill port mutexAlan Cox1-2/+2
2009-10-09USB: serial: fix race between unthrottle and completion handler in opticonOliver Neukum1-5/+8
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-2/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+11
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-2/+1
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-8/+0
2009-03-24USB: serial: opticon: add serial line ioctlsGreg Kroah-Hartman1-1/+64
2009-03-24USB: serial: opticon: add write supportGreg Kroah-Hartman1-2/+122
2009-03-24USB: suspend/resume for opticon driverOliver Neukum1-0/+26
2009-01-07USB: add new opticon serial driverGreg Kroah-Hartman1-0/+358