summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
2010-03-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds53-652/+1014
2010-03-02USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold1-6/+0
2010-03-02USB: ftdi_sio: remove obsolete check in unthrottleJohan Hovold1-2/+1
2010-03-02USB: ftdi_sio: remove unused tx_bytes counterJohan Hovold1-6/+0
2010-03-02USB: qcaux: driver for auxiliary serial ports on Qualcomm devicesDan Williams3-0/+108
2010-03-02USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas1-0/+13
2010-03-02USB: option: add Longcheer/Longsung vendor IDDan Williams1-2/+7
2010-03-02USB: serial: ftdi: add CONTEC vendor and product idDaniel Sangorrin2-0/+8
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern11-126/+66
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox24-79/+25
2010-03-02USB: tty: sort out the request_room handling for whiteheatAlan Cox1-15/+3
2010-03-02USB: serial: sierra driver indat_callback fixElina Pasheva1-8/+11
2010-03-02USB: serial: sierra driver adding reset_resume functionElina Pasheva1-10/+20
2010-03-02tty: Fix various bogus WARN checks in the usb serial layerAlan Cox1-13/+0
2010-03-02USB: cp210x: Add 81E8 (Zephyr Bioharness)Alan Cox1-1/+2
2010-03-02USB: Convert concatenated __FILE__ to %s, __FILE__Joe Perches1-2/+2
2010-03-02USB: serial: Remove unnecessary \n's from dbg usesJoe Perches12-24/+24
2010-03-02USB: serial: Add support for ViVOtech ViVOpay devices.Forest Bond3-0/+85
2010-03-02USB: add new ftdi_sio device idsMitchell Solomon2-0/+12
2010-03-02USB: ftdi_sio: Replace BKL with a mutexAlessio Igor Bogani1-6/+8
2010-03-02USB: serial: add support for serial port on the moschip 7715Mike Dunn1-4/+130
2010-03-02USB: io_edgeport: eliminate get_string()Dan Carpenter1-39/+4
2010-03-02USB: ftdi_sio: correct spelling in implementation fileAndreas Mohr1-7/+7
2010-03-02USB: ftdi_sio: correct spelling in header filesAndreas Mohr2-15/+15
2010-03-02USB: serial: Eliminate useless codeJulia Lawall2-2/+1
2010-03-02USB: serial: option.c: Add 4G W14 stick to blacklist for option_send_setupGernot Hillier1-1/+10
2010-03-02USB: serial: option.c: Add blacklisting infrastructure for special device han...Gernot Hillier1-0/+40
2010-03-02USB: serial: option.c: Add chipset information for 4G W14Gernot Hillier1-0/+2
2010-03-02USB serial: make USB device id constantNémeth Márton39-60/+60
2010-03-02USB: cypress_m8: use put_unaligned_le32() where necessaryJohan Hovold1-2/+3
2010-03-02USB: ch341: use get_unaligned_le16 in break_ctlJohan Hovold1-1/+2
2010-03-02USB: serial: fix DMA buffers on stack for io_edgeport.cDan Carpenter1-17/+18
2010-03-02USB: kobil_sct: clean up kobil_set_termiosJohan Hovold1-18/+4
2010-03-02USB: visor: fix DMA buffers on stackJohan Hovold1-8/+18
2010-03-02USB: oti6858: fix DMA buffer on stackJohan Hovold1-3/+10
2010-03-02USB: mos7840: fix DMA buffers on stack and endianess bugsJohan Hovold1-4/+18
2010-03-02USB: mos7720: fix DMA buffers on stack and clean up send_mos_cmdJohan Hovold1-17/+17
2010-03-02USB: kl5kusb105: fix DMA buffers on stackJohan Hovold1-18/+45
2010-03-02USB: keyspan_pda: fix DMA buffers on stackJohan Hovold1-12/+33
2010-03-02USB: io_ti: fix DMA buffers on stackJohan Hovold1-18/+48
2010-03-02USB: cypress_m8: fix endianess bugJohan Hovold1-2/+2
2010-03-02USB: cypress_m8: fix DMA buffer on stackJohan Hovold1-14/+17
2010-03-02USB: ch341: use le16_to_cpup to be explicit about endianessJohan Hovold1-1/+1
2010-03-02USB: ch341: fix DMA buffer on stackJohan Hovold1-3/+11
2010-03-02USB: ch341: replace printk warnings with dev_errJohan Hovold1-4/+4
2010-03-02USB: ftdi_sio: remove unnecessary initialisationsJohan Hovold1-9/+9
2010-03-02USB: ftdi_sio: clean up modem status handlingJohan Hovold1-21/+16
2010-03-02USB: ftdi_sio: fix DMA buffers on stackJohan Hovold1-42/+27
2010-03-02USB: ftdi_sio: fix latency-timeout endianess bugJohan Hovold1-4/+10
2010-03-02USB: ftdi_sio: use error code from usb stack in read_latency_timerJohan Hovold1-3/+2