aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-20USB: oti6858: use kfifo to implement write bufferingJohan Hovold1-201/+17
2010-05-20USB: cypress_m8: use kfifo to implement write bufferingJohan Hovold1-222/+17
2010-05-20USB: cypress_m8: remove unused drain defineJohan Hovold1-1/+0
2010-05-20USB: usb_debug: set bulk out size at probeJohan Hovold1-7/+1
2010-05-20USB: CP210x New Device IDs 11 New device IDsCraig Shelley1-0/+11
2010-05-20USB: visor: increase bulk-out buffer sizeJohan Hovold1-0/+3
2010-05-20USB: belkin_sa: implement line status handlingJohan Hovold1-26/+51
2010-05-20USB: belkin_sa: clean up openJohan Hovold1-15/+6
2010-05-20USB: belkin_sa: minor clean-upsJohan Hovold1-21/+7
2010-05-20USB: cp210x: use generic open to start reading from deviceJohan Hovold1-1/+1
2010-05-20USB: visor: reimplement using generic frameworkJohan Hovold1-329/+13
2010-05-20USB: visor: fix memory leakJohan Hovold1-0/+1
2010-05-20USB: spcp8x5: reimplement using generic frameworkJohan Hovold1-378/+29
2010-05-20USB: ipaq: reimplement using generic frameworkJohan Hovold2-377/+10
2010-05-20USB: empeg: reimplement using generic frameworkJohan Hovold1-388/+13
2010-05-20USB: serial: add special case for processing of empty read urbsJohan Hovold1-0/+3
2010-05-20USB: kobil: fix memory leakJohan Hovold1-1/+2
2010-05-20USB: option.c: OLIVETTI OLICARD100 supportNils Radtke1-0/+6
2010-05-20USB: visor.h: checkpatch cleanupsGreg Kroah-Hartman1-4/+5
2010-05-20USB: pl2303.h: checkpatch cleanupsGreg Kroah-Hartman1-3/+3
2010-05-20USB: kobil_sct.h: checkpatch cleanupsGreg Kroah-Hartman1-29/+46
2010-05-20USB: kl5kusb105.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+23
2010-05-20USB: io_edgeport: checkpatch cleanupsGreg Kroah-Hartman4-147/+143
2010-05-20USB: ftdi_sio: checkpatch cleanupsGreg Kroah-Hartman3-82/+88
2010-05-20USB: cypress_m8.h: checkpatch cleanupsGreg Kroah-Hartman1-24/+29
2010-05-20USB: belkin_sa.h: checkpatch cleanupsGreg Kroah-Hartman1-5/+5
2010-05-20USB: mct_u232.h: checkpatch cleanupsGreg Kroah-Hartman1-121/+133
2010-05-20USB: cp210x: remove redundant disconnect()Johan Hovold1-29/+0
2010-05-20USB: io_edgeport: Use kzallocJulia Lawall1-2/+1
2010-05-20USB: ipw: reimplement using generic frameworkJohan Hovold1-124/+4
2010-05-20USB: ipw: remove dummy port_probe and port_removeJohan Hovold1-13/+0
2010-05-20USB: ipw: clean up dtr-rts handlingJohan Hovold1-37/+6
2010-05-20USB: ir-usb: reimplement using generic frameworkJohan Hovold1-159/+38
2010-05-20USB: ir-usb: fix set_termios raceJohan Hovold1-16/+47
2010-05-20USB: ir-usb: allow custom bulk buffer size without reallocationJohan Hovold1-25/+5
2010-05-20USB: ir-usb: fix double freeJohan Hovold1-0/+2
2010-05-20USB: ftdi_sio: clean up line-status handlingJohan Hovold1-21/+16