aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-23USB: serial: fix leak of usb serial module refrence countMing Lei1-16/+7
2010-08-23USB: add device IDs for igotu to navmanRoss Burton1-0/+1
2010-08-23USB: option: add Celot CT-650Michael Tokarev1-2/+5
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov4-8/+6
2010-08-21Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov1-1/+1
2010-08-11Merge branch 'master' into for-nextJiri Kosina13-46/+817
2010-08-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds12-41/+808
2010-08-10USB: serial: fix stalled writesJohan Hovold1-5/+10
2010-08-10USB: add USB serial ssu100 driverBill Pemberton3-0/+708
2010-08-10USB: cp210x: Add four new device IDsAlessio Igor Bogani1-0/+4
2010-08-10USB: ftdi_sio: device id for Navitatordranch@trinnet.net2-0/+8
2010-08-10USB: option: add huawei k3765 k4505 devices to work properlyAndrew Bird1-0/+11
2010-08-10USB: serial: enabling support for Segway RMP in ftdi_sioJohn G. Rogers2-0/+6
2010-08-10USB: option: Huawei ETS 1220 support addedPavel Kazlou1-0/+2
2010-08-10USB: io_ti.c: don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-10USB: serial: enable async suspend for usb serial port deviceMing Lei1-0/+2
2010-08-10USB: serial: io_ti: Don't return 0 if writing the download record failedRoel Kluin1-1/+1
2010-08-10USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen1-16/+14
2010-08-10Revert "USB: Adding support for HTC Smartphones to ipaq"Leann Ogasawara1-1/+0
2010-08-10USB: option: Remove duplicate AMOI_VENDOR_IDLeann Ogasawara1-4/+0
2010-08-10USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton1-13/+41
2010-08-10tty: Fix the digi acceleport driver NULL checksAlan Cox1-5/+9
2010-08-10drivers/usb: Remove unnecessary return's from void functionsJoe Perches14-46/+0
2010-08-04Merge branch 'master' into for-nextJiri Kosina5-8/+34
2010-07-26USB: FTDI: Add support for the RT System VX-7 radio programming cableCorey Minyard2-0/+7
2010-07-26USB: option: Add support for AMOI Skypephone S2Dennis Jansen1-0/+2
2010-07-26USB: New PIDs for Qualcomm gobi 2000 (qcserial)Andrew Bird1-0/+2
2010-07-26USB: ftdi_sio: support for Signalyzer tools based on FTDI chipsColin Leitner2-0/+17
2010-07-26USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.caugust huber1-0/+1
2010-07-26USB: option: add support for 1da5:4518Ömer Sezgin Ugurlu1-0/+2
2010-06-30USB: qcserial: fix a memory leak in qcprobe error pathAxel Lin1-0/+3
2010-06-30USB: serial: ftdi: correct merge conflict with CONTEC idDaniel Sangorrin2-8/+0
2010-06-16Merge branch 'master' into for-nextJiri Kosina3-3/+5
2010-06-16fix typos concerning "initiali[zs]e"Uwe Kleine-König1-1/+1
2010-06-04USB: serial: digi_acceleport: Eliminate a NULL pointer dereferenceJulia Lawall1-2/+1
2010-06-04USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack1-0/+4
2010-06-04USB: mos7840: fix null-pointer dereferenceJohan Hovold1-1/+0
2010-05-20USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold1-1/+1
2010-05-20USB: kl5usb105: reimplement using generic frameworkJohan Hovold1-333/+47
2010-05-20USB: kl5usb105: minor clean upsJohan Hovold1-46/+33
2010-05-20USB: kl5usb105: fix memory leakJohan Hovold1-0/+1
2010-05-20USB: io_ti: use kfifo to implement write bufferingJohan Hovold1-210/+13
2010-05-20USB: io_ti: remove unsused private counterJohan Hovold1-5/+0
2010-05-20USB: ti_usb: use kfifo to implement write bufferingJohan Hovold1-165/+14
2010-05-20USB: ir-usb: fix incorrect write-buffer lengthJohan Hovold1-1/+3
2010-05-20USB: aircable: fix incorrect write-buffer lengthJohan Hovold1-1/+1
2010-05-20USB: safe_serial: straighten out read processingJohan Hovold1-22/+21
2010-05-20USB: safe_serial: reimplement read using generic frameworkJohan Hovold1-39/+8
2010-05-20USB: safe_serial: reimplement write using generic frameworkJohan Hovold1-111/+32
2010-05-20USB: oti6858: use port write fifoJohan Hovold1-37/+25