summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-083-3/+3
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
| * tree-wide: fix typos "ammount" -> "amount"Uwe Kleine-König2010-02-052-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-03-0353-652/+1014
|\ \
| * | USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold2010-03-021-6/+0
| * | USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold2010-03-021-2/+1
| * | USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold2010-03-021-6/+0
| * | USB: qcaux: driver for auxiliary serial ports on Qualcomm devicesDan Williams2010-03-023-0/+108
| * | USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas2010-03-021-0/+13
| * | USB: option: add Longcheer/Longsung vendor IDDan Williams2010-03-021-2/+7
| * | USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2010-03-022-0/+8
| * | USB: remove references to port->port.count from the serial driversAlan Stern2010-03-0211-126/+66
| * | USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox2010-03-0224-79/+25
| * | USB: tty: sort out the request_room handling for whiteheatAlan Cox2010-03-021-15/+3
| * | USB: serial: sierra driver indat_callback fixElina Pasheva2010-03-021-8/+11
| * | USB: serial: sierra driver adding reset_resume functionElina Pasheva2010-03-021-10/+20
| * | tty: Fix various bogus WARN checks in the usb serial layerAlan Cox2010-03-021-13/+0
| * | USB: cp210x: Add 81E8 (Zephyr Bioharness)Alan Cox2010-03-021-1/+2
| * | USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches2010-03-021-2/+2
| * | USB: serial: Remove unnecessary \n's from dbg usesJoe Perches2010-03-0212-24/+24
| * | USB: serial: Add support for ViVOtech ViVOpay devices.Forest Bond2010-03-023-0/+85
| * | USB: add new ftdi_sio device idsMitchell Solomon2010-03-022-0/+12
| * | USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani2010-03-021-6/+8
| * | USB: serial: add support for serial port on the moschip 7715Mike Dunn2010-03-021-4/+130
| * | USB: io_edgeport: eliminate get_string()Dan Carpenter2010-03-021-39/+4
| * | USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr2010-03-021-7/+7
| * | USB: ftdi_sio: correct spelling in header filesAndreas Mohr2010-03-022-15/+15
| * | USB: serial: Eliminate useless codeJulia Lawall2010-03-022-2/+1
| * | USB: serial: option.c: Add 4G W14 stick to blacklist for option_send_setupGernot Hillier2010-03-021-1/+10
| * | USB: serial: option.c: Add blacklisting infrastructure for special device han...Gernot Hillier2010-03-021-0/+40
| * | USB: serial: option.c: Add chipset information for 4G W14Gernot Hillier2010-03-021-0/+2
| * | USB serial: make USB device id constantNémeth Márton2010-03-0239-60/+60
| * | USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold2010-03-021-2/+3
| * | USB: ch341: use get_unaligned_le16 in break_ctlJohan Hovold2010-03-021-1/+2
| * | USB: serial: fix DMA buffers on stack for io_edgeport.cDan Carpenter2010-03-021-17/+18
| * | USB: kobil_sct: clean up kobil_set_termiosJohan Hovold2010-03-021-18/+4
| * | USB: visor: fix DMA buffers on stackJohan Hovold2010-03-021-8/+18
| * | USB: oti6858: fix DMA buffer on stackJohan Hovold2010-03-021-3/+10
| * | USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold2010-03-021-4/+18
| * | USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold2010-03-021-17/+17
| * | USB: kl5kusb105: fix DMA buffers on stackJohan Hovold2010-03-021-18/+45
| * | USB: keyspan_pda: fix DMA buffers on stackJohan Hovold2010-03-021-12/+33
| * | USB: io_ti: fix DMA buffers on stackJohan Hovold2010-03-021-18/+48
| * | USB: cypress_m8: fix endianess bugJohan Hovold2010-03-021-2/+2
| * | USB: cypress_m8: fix DMA buffer on stackJohan Hovold2010-03-021-14/+17
| * | USB: ch341: use le16_to_cpup to be explicit about endianessJohan Hovold2010-03-021-1/+1
| * | USB: ch341: fix DMA buffer on stackJohan Hovold2010-03-021-3/+11
| * | USB: ch341: replace printk warnings with dev_errJohan Hovold2010-03-021-4/+4
| * | USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold2010-03-021-9/+9
| * | USB: ftdi_sio: clean up modem status handlingJohan Hovold2010-03-021-21/+16