summaryrefslogtreecommitdiff
path: root/drivers/usb/serial
AgeCommit message (Expand)AuthorFilesLines
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
2010-03-02USB: cypress_m8: allow unstable baud ratesMike Frysinger1-0/+6
2010-03-02USB: cypress_m8: unify confusing new baudrate checkMike Frysinger1-6/+3
2010-03-02USB: cypress_m8: stop using USB debug driver configMike Frysinger1-5/+1
2010-03-02USB: serial mct_usb232: move DMA buffers to heapPete Zaitcev2-11/+46
2010-03-02USB: ftdi_sio: remove support for 5 and 6 data bitsMark Adamson1-3/+1
2010-03-02USB: ftdi_sio: fix initialisation of latency timeoutJohan Hovold1-4/+5
2010-03-02USB: serial: fix typo in debug messageJohan Hovold1-1/+1
2010-03-02USB: ftdi_sio: remove obsolete commentJohan Hovold1-2/+1
2010-03-02USB: ftdi_sio: fix error message on closeJohan Hovold1-1/+1
2010-02-16USB: serial: add usbid for dell wwan card to sierra.cRichard Farina1-0/+1
2010-02-16USB: ftdi_sio: add device IDs (several ELV, one Mindstorms NXT)Andreas Mohr2-3/+38
2010-02-16USB: ftdi_sio: new device id for papouch AD4USBRadek Liboska2-0/+2
2010-01-20usb: serial: fix memory leak in generic driverJohan Hovold1-0/+2
2010-01-20USB: serial: fix USB serial fix kfifo_len lockingStefani Seibold1-4/+4
2009-12-23USB: option: support hi speed for modem Haier CE100Donny Kurnia1-0/+5
2009-12-23USB: ftdi_sio: sort PID/VID entries in new ftdi_sio_ids.h headerAndreas Mohr1-603/+630
2009-12-23USB: ftdi_sio: isolate all device IDs to new ftdi_sio_ids.h headerAndreas Mohr3-955/+964
2009-12-23USB: serial: Extra device/vendor ID for mos7840 driverBlaise Gassend1-2/+5
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold2-9/+8
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold1-2/+2
2009-12-22kfifo: cleanup namespaceStefani Seibold1-2/+2
2009-12-22kfifo: move out spinlockStefani Seibold2-4/+3
2009-12-22kfifo: move struct kfifo in placeStefani Seibold1-3/+2
2009-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6Linus Torvalds2-58/+32
2009-12-11opticon: Fix resume logicAlan Cox1-1/+2