summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2013-04-17USB: omninet: switch to generic read implementationJohan Hovold1-40/+3
2013-04-17USB: omninet: refactor read-urb processingJohan Hovold1-7/+18
2013-04-17USB: omninet: clean up protocol definesJohan Hovold1-7/+7
2013-04-17USB: omninet: clean up protocol descriptionJohan Hovold1-7/+6
2013-04-17USB: omninet: use kzalloc for private dataJohan Hovold1-1/+1
2013-04-11USB: serial: wishbone-serial: fix up minor sparse warningGreg Kroah-Hartman1-1/+1
2013-04-11usb-serial: add support for USB Wishbone-serial adaptersWesley W. Terpstra3-0/+113
2013-04-10USB: regroup all depends on USB within an if USB blockFlorian Fainelli1-1/+1
2013-04-10USB: option: add a D-Link DWM-156 variantBjørn Mork1-0/+6
2013-04-08USB: add ftdi_sio USB ID for GDM Boost V1.xStefani Seibold2-0/+2
2013-04-06USB: io_ti, stop dereferencing potential NULLJiri Slaby1-5/+4
2013-04-06USB: keyspan: add a sanity test on "len"Dan Carpenter1-2/+3
2013-04-06USB: keyspan: pull in one indent levelDan Carpenter1-35/+34
2013-04-01Merge 3.9-rc5 into tty-nextGreg Kroah-Hartman18-87/+113
2013-03-28Revert "USB: serial: fix hang when opening port"Greg Kroah-Hartman1-1/+0
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman3-0/+9
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko2-0/+8
2013-03-26USB: serial: fix hang when opening portMing Lei1-0/+1
2013-03-26USB: serial: update copyright informationJohan Hovold3-2/+3
2013-03-26USB: iuu_phoenix: remove bogus disconnect test in closeJohan Hovold1-5/+0
2013-03-26USB: garmin_gps: remove bogus disconnect test in bulk callbackJohan Hovold1-6/+0
2013-03-26USB: garmin_gps: remove bogus disconnect test in closeJohan Hovold1-4/+0
2013-03-26USB: visor: always disable uart on closeJohan Hovold1-11/+5
2013-03-26USB: quatech2: always disable uart on closeJohan Hovold1-8/+0
2013-03-26USB: pl2303: remove disconnect test from tiocmsetJohan Hovold1-11/+4
2013-03-26USB: pl2303: fix return value of tiocmsetJohan Hovold1-2/+5
2013-03-26USB: opticon: remove disconnect test from tiocmsetJohan Hovold1-12/+4
2013-03-26USB: opticon: fix return value of tiocmsetJohan Hovold1-3/+9
2013-03-26USB: mos7720: always disable uart on closeJohan Hovold1-10/+3
2013-03-26USB: metro-usb: always disable uart on closeJohan Hovold1-4/+1
2013-03-26USB: kl5kusb105: always disable uart on closeJohan Hovold1-16/+11
2013-03-26USB: io_ti: always disable uart on closeJohan Hovold1-13/+2
2013-03-26USB: cypress_m8: remove bogus disconnect test from closeJohan Hovold1-7/+0
2013-03-26USB: cp210x: always disable uart on closeJohan Hovold1-5/+1
2013-03-26USB: ti_usb_3410_5052: switch to generic TIOCMIWAIT implementationJohan Hovold1-26/+3
2013-03-26USB: ti_usb_3410_5052: switch to generic get_icount implementationJohan Hovold1-37/+7
2013-03-26USB: ssu100: switch to generic TIOCMIWAIT implementationJohan Hovold1-48/+2
2013-03-26USB: ssu100: switch to generic get_icount implementationJohan Hovold1-40/+15
2013-03-26USB: spcp8x5: add proper modem-status supportJohan Hovold1-17/+10
2013-03-26USB: spcp8x5: reimplement device type detectionJohan Hovold1-49/+21
2013-03-26USB: spcp8x5: clean up modem status retrievalJohan Hovold1-11/+7
2013-03-26USB: spcp8x5: pass usb-serial port to control functionsJohan Hovold1-26/+28
2013-03-26USB: spcp8x5: clean up codeJohan Hovold1-35/+37
2013-03-26USB: spcp8x5: remove broken uart-error handlingJohan Hovold1-52/+0
2013-03-26USB: spcp8x5: remove broken TIOCMIWAIT supportJohan Hovold1-68/+0
2013-03-26USB: quatech2: switch to generic TIOCMIWAIT implementationJohan Hovold1-48/+2
2013-03-26USB: quatech2: switch to generic get_icount implementationJohan Hovold1-39/+12
2013-03-26USB: pl2303: fix TIOCMIWAIT and disconnectJohan Hovold1-3/+3
2013-03-26USB: pl2303: add custom tiocmiwait operationJohan Hovold1-5/+3
2013-03-26USB: oti6858: fix TIOCMIWAIT and disconnectJohan Hovold1-2/+2