aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/iuu_phoenix.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2009-04-23USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum1-1/+0
2009-01-07USB: serial: fix up urb->status usageGreg Kroah-Hartman1-17/+21
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+2
2008-10-13tty: usb-serial krefsAlan Cox1-1/+2
2008-07-22tty-usb-iuu-phoenix: Clean up to coding styleAlan Cox1-9/+6
2008-07-22usb_serial: API all changeAlan Cox1-19/+24
2008-05-08fix irq flags for iuu_phoenix.cSteven Rostedt1-3/+3
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-8/+8
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-64/+64
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-04-24USB: iuu_phoenix: lock priv->tiostatus properlyAlan Cox1-5/+13
2008-02-01USB: add iuu_phoenix driverAlain Degreffe1-0/+1217