aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/iuu_phoenix.c
Commit message (Expand)AuthorAgeFilesLines
* USB: iuu_phoenix: fix bulk-message timeoutJohan Hovold2013-06-191-2/+2
* tiocmset: kill the file pointer argumentAlan Cox2011-02-171-1/+1
* tiocmget: kill off the passing of the struct fileAlan Cox2011-02-171-1/+1
* USB serial: add missing .usb_driver field in serial driversAlan Stern2011-01-221-0/+1
* Merge branch 'master' into for-nextJiri Kosina2010-08-111-13/+41
|\
| * USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton2010-08-101-13/+41
* | drivers/usb: Remove unnecessary return's from void functionsJoe Perches2010-08-101-1/+0
|/
* USB: serial: allow drivers to define bulk buffer sizesJohan Hovold2010-05-201-28/+2
* USB serial: make USB device id constantNémeth Márton2010-03-021-1/+1
* USB: iuu_phoenix: add a way to select the default VCCOlivier Bornet2009-09-231-1/+6
* USB: iuu_phoenix: increment version numberOlivier Bornet2009-09-231-1/+1
* USB: iuu_phoenix: add support for changing VCCOlivier Bornet2009-09-231-0/+93
* USB: iuu_phoenix: clean-up parameter's descriptionsOlivier Bornet2009-09-231-5/+6
* USB: iuu_phoenix: Don't reset the device at closeOlivier Bornet2009-09-231-4/+0
* tty: USB serial termios bitsAlan Cox2009-09-191-17/+14
* tty: USB does not need the filp argument in the driversAlan Cox2009-09-191-3/+2
* USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern2009-06-151-3/+3
* tty: iuu_phoenix: update version number.Olivier Bornet2009-06-111-1/+1
* tty: iuu_phoenix: set termios.Olivier Bornet2009-06-111-0/+50
* tty: iuu_phoenix: Fix stopbit when uart goes on.Olivier Bornet2009-06-111-1/+1
* tty: iuu_phoenix: fix locking.Olivier Bornet2009-06-111-16/+13
* tty: Bring the usb tty port structure into more useAlan Cox2009-06-111-23/+2
* USB: removal of tty->low_latency hack dating back to the old serial codeOliver Neukum2009-04-231-1/+0
* USB: serial: fix up urb->status usageGreg Kroah-Hartman2009-01-071-17/+21
* USB: remove info() macro from usb/serial driversGreg Kroah-Hartman2008-10-171-1/+2
* tty: usb-serial krefsAlan Cox2008-10-131-1/+2
* tty-usb-iuu-phoenix: Clean up to coding styleAlan Cox2008-07-221-9/+6
* usb_serial: API all changeAlan Cox2008-07-221-19/+24
* fix irq flags for iuu_phoenix.cSteven Rostedt2008-05-081-3/+3
* USB: remove unnecessary type casting of urb->contextMing Lei2008-04-241-8/+8
* USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-241-64/+64
* USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman2008-04-241-3/+0
* USB: iuu_phoenix: lock priv->tiostatus properlyAlan Cox2008-04-241-5/+13
* USB: add iuu_phoenix driverAlain Degreffe2008-02-011-0/+1217