aboutsummaryrefslogtreecommitdiff
path: root/drivers/usb/serial/iuu_phoenix.c
AgeCommit message (Expand)Author
2013-05-29USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold
2013-03-25USB: iuu_phoenix: remove unused MSR-wait queueJohan Hovold
2013-03-25USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold
2013-03-25USB: iuu_phoenix: remove unnecessary urb kill on closeJohan Hovold
2013-01-15TTY: switch tty_flip_buffer_pushJiri Slaby
2013-01-15TTY: switch tty_insert_flip_stringJiri Slaby
2012-10-31USB: serial: remove driver version informationJohan Hovold
2012-10-30USB: iuu_phoenix: replace strict_strtoul() with kstrtoul()Jingoo Han
2012-10-18USB: iuu_phoenix: fix sysfs-attribute creationJohan Hovold
2012-10-17USB: iuu_phoenix: fix port-data memory leakJohan Hovold
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds
2012-09-18USB: Serial: iuu_phoenix.c: remove debug module parameterGreg Kroah-Hartman
2012-09-14USB: serial: iuu_phoenix.c: remove dbg() usageGreg Kroah-Hartman
2012-07-16tty: move the termios object into the ttyAlan Cox
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: iuu_phoenix.c: remove dbg() tracing callsGreg Kroah-Hartman
2012-02-28USB: serial: iuu_phoenix.c: use module_usb_serial_driverGreg Kroah-Hartman
2012-02-24usb-serial: use new registration API in [i-j]* driversAlan Stern
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2011-11-15USB: iuu_phoenix: forward USB errors to USB serial coreJohan Hovold
2011-02-17tiocmset: kill the file pointer argumentAlan Cox
2011-02-17tiocmget: kill off the passing of the struct fileAlan Cox
2011-01-22USB serial: add missing .usb_driver field in serial driversAlan Stern
2010-08-11Merge branch 'master' into for-nextJiri Kosina
2010-08-10USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches
2010-05-20USB: serial: allow drivers to define bulk buffer sizesJohan Hovold
2010-03-02USB serial: make USB device id constantNémeth Márton
2009-09-23USB: iuu_phoenix: add a way to select the default VCCOlivier Bornet
2009-09-23USB: iuu_phoenix: increment version numberOlivier Bornet
2009-09-23USB: iuu_phoenix: add support for changing VCCOlivier Bornet
2009-09-23USB: iuu_phoenix: clean-up parameter's descriptionsOlivier Bornet
2009-09-23USB: iuu_phoenix: Don't reset the device at closeOlivier Bornet
2009-09-19tty: USB serial termios bitsAlan Cox
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern
2009-06-11tty: iuu_phoenix: update version number.Olivier Bornet
2009-06-11tty: iuu_phoenix: set termios.Olivier Bornet
2009-06-11tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet
2009-06-11tty: iuu_phoenix: fix locking.Olivier Bornet
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman
2008-10-13tty: usb-serial krefsAlan Cox
2008-07-22tty-usb-iuu-phoenix: Clean up to coding styleAlan Cox
2008-07-22usb_serial: API all changeAlan Cox