summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* USB: ssu100: refine process_packet in ssu100Bill Pemberton2010-08-241-6/+2Star
* USB: ssu100: add locking for port private data in ssu100Bill Pemberton2010-08-241-1/+8
* USB: io_ti: check firmware version before updatingGreg Kroah-Hartman2010-08-241-1/+1
* USB: ftdi_sio: fix endianess of max packet sizeMichael Wileczka2010-08-241-1/+1
* USB: CP210x Fix Break On/OffCraig Shelley2010-08-241-2/+2
* USB: pl2303: New vendor and product idJef Driesen2010-08-242-0/+5
* USB: serial: fix leak of usb serial module refrence countMing Lei2010-08-241-16/+7Star
* USB: add device IDs for igotu to navmanRoss Burton2010-08-241-0/+1
* USB: option: add Celot CT-650Michael Tokarev2010-08-241-2/+5
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-08-1112-41/+808
|\
| * USB: serial: fix stalled writesJohan Hovold2010-08-101-5/+10
| * USB: add USB serial ssu100 driverBill Pemberton2010-08-103-0/+708
| * USB: cp210x: Add four new device IDsAlessio Igor Bogani2010-08-101-0/+4
| * USB: ftdi_sio: device id for Navitatordranch@trinnet.net2010-08-102-0/+8
| * USB: option: add huawei k3765 k4505 devices to work properlyAndrew Bird2010-08-101-0/+11
| * USB: serial: enabling support for Segway RMP in ftdi_sioJohn G. Rogers2010-08-102-0/+6
| * USB: option: Huawei ETS 1220 support addedPavel Kazlou2010-08-101-0/+2
| * USB: io_ti.c: don't return 0 if writing the download record failedRoel Kluin2010-08-101-1/+1
| * USB: serial: enable async suspend for usb serial port deviceMing Lei2010-08-101-0/+2
| * USB: serial: io_ti: Don't return 0 if writing the download record failedRoel Kluin2010-08-101-1/+1
| * USB-BKL: Remove BKL use for usb serial driver probingAndi Kleen2010-08-101-16/+14Star
| * Revert "USB: Adding support for HTC Smartphones to ipaq"Leann Ogasawara2010-08-101-1/+0Star
| * USB: option: Remove duplicate AMOI_VENDOR_IDLeann Ogasawara2010-08-101-4/+0Star
| * USB: iuu_phoenix: Add support for different baud rates.James Courtier-Dutton2010-08-101-13/+41
* | tty: Fix the digi acceleport driver NULL checksAlan Cox2010-08-101-5/+9
|/
* Merge branch 'master' into for-nextJiri Kosina2010-08-045-8/+34
|\
| * USB: FTDI: Add support for the RT System VX-7 radio programming cableCorey Minyard2010-07-262-0/+7
| * USB: option: Add support for AMOI Skypephone S2Dennis Jansen2010-07-261-0/+2
| * USB: New PIDs for Qualcomm gobi 2000 (qcserial)Andrew Bird2010-07-261-0/+2
| * USB: ftdi_sio: support for Signalyzer tools based on FTDI chipsColin Leitner2010-07-262-0/+17
| * USB: Add PID for Sierra 250U to drivers/usb/serial/sierra.caugust huber2010-07-261-0/+1
| * USB: option: add support for 1da5:4518Ömer Sezgin Ugurlu2010-07-261-0/+2
| * USB: qcserial: fix a memory leak in qcprobe error pathAxel Lin2010-06-301-0/+3
| * USB: serial: ftdi: correct merge conflict with CONTEC idDaniel Sangorrin2010-06-302-8/+0Star
* | Merge branch 'master' into for-nextJiri Kosina2010-06-163-3/+5
|\|
| * USB: serial: digi_acceleport: Eliminate a NULL pointer dereferenceJulia Lawall2010-06-041-2/+1Star
| * USB: ftdi_sio: fix DTR/RTS line modesDaniel Mack2010-06-041-0/+4
| * USB: mos7840: fix null-pointer dereferenceJohan Hovold2010-06-041-1/+0Star
* | fix typos concerning "initiali[zs]e"Uwe Kleine-König2010-06-161-1/+1
|/
* USB: ftdi_sio: fix legacy SIO-device headerJohan Hovold2010-05-201-1/+1
* USB: kl5usb105: reimplement using generic frameworkJohan Hovold2010-05-201-333/+47Star
* USB: kl5usb105: minor clean upsJohan Hovold2010-05-201-46/+33Star
* USB: kl5usb105: fix memory leakJohan Hovold2010-05-201-0/+1
* USB: io_ti: use kfifo to implement write bufferingJohan Hovold2010-05-201-210/+13Star
* USB: io_ti: remove unsused private counterJohan Hovold2010-05-201-5/+0Star
* USB: ti_usb: use kfifo to implement write bufferingJohan Hovold2010-05-201-165/+14Star
* USB: ir-usb: fix incorrect write-buffer lengthJohan Hovold2010-05-201-1/+3
* USB: aircable: fix incorrect write-buffer lengthJohan Hovold2010-05-201-1/+1
* USB: safe_serial: straighten out read processingJohan Hovold2010-05-201-22/+21Star
* USB: safe_serial: reimplement read using generic frameworkJohan Hovold2010-05-201-39/+8Star