aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/iuu_phoenix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-04USB: serial: iuu_phoenix: fix NULL-deref at openJohan Hovold1-0/+11
2016-02-28USB: serial: fix boolinit.cocci warningsMathieu OTHACEHE1-2/+2
2014-03-12USB: serial: add missing newlines to dev_<level> messages.Johan 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-1/+1
2013-08-25USB: serial: clean up attribute permissionsGreg Kroah-Hartman1-5/+3
2013-05-29USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold1-2/+2
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-5/+0
2013-03-25USB: iuu_phoenix: remove unused MSR-wait queueJohan Hovold1-2/+0
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-8/+5
2013-03-25USB: iuu_phoenix: remove unnecessary urb kill on closeJohan Hovold1-1/+0
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby1-5/+2
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby1-1/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-6/+0
2012-10-30USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()Jingoo Han1-1/+1
2012-10-18USB: iuu_phoenix: fix sysfs-attribute creationJohan Hovold1-2/+12
2012-10-17USB: iuu_phoenix: fix port-data memory leakJohan Hovold1-40/+22
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-76/+58
2012-09-18USB: Serial: iuu_phoenix.c: remove debug module parameterGreg Kroah-Hartman1-9/+0
2012-09-14USB: serial: iuu_phoenix.c: remove dbg() usageGreg Kroah-Hartman1-67/+58
2012-07-16tty: move the termios object into the ttyAlan Cox1-14/+14
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+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: iuu_phoenix.c: remove dbg() tracing callsGreg Kroah-Hartman1-38/+0
2012-02-28USB: serial: iuu_phoenix.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-24usb-serial: use new registration API in [i-j]* driversAlan Stern1-16/+10
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-3/+3
2011-11-15USB: iuu_phoenix: forward USB errors to USB serial coreJohan Hovold1-2/+1
2011-02-17tiocmset: kill the file pointer argumentAlan Cox1-1/+1
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox1-1/+1
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern1-0/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina1-13/+41
2010-08-10USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton1-13/+41
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches1-1/+0
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold1-28/+2
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-09-23USB: iuu_phoenix: add a way to select the default VCCOlivier Bornet1-1/+6
2009-09-23USB: iuu_phoenix: increment version numberOlivier Bornet1-1/+1
2009-09-23USB: iuu_phoenix: add support for changing VCCOlivier Bornet1-0/+93
2009-09-23USB: iuu_phoenix: clean-up parameter's descriptionsOlivier Bornet1-5/+6
2009-09-23USB: iuu_phoenix: Don't reset the device at closeOlivier Bornet1-4/+0
2009-09-19tty: USB serial termios bitsAlan Cox1-17/+14
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-3/+2
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+3
2009-06-11tty: iuu_phoenix: update version number.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: set termios.Olivier Bornet1-0/+50
2009-06-11tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet1-1/+1
2009-06-11tty: iuu_phoenix: fix locking.Olivier Bornet1-16/+13
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-23/+2