aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/pl2303.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-08-28Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-1/+1
2010-08-23USB: pl2303: New vendor and product idJef Driesen1-0/+1
2010-08-21USB: drop tty argument from usb_serial_handle_sysrq_char()Dmitry Torokhov1-1/+1
2010-05-20USB: pl2303: use tty_insert_flip_string_fixed_flagJohan Hovold1-3/+4
2010-05-20USB: pl2303: use generic closeJohan Hovold1-12/+1
2010-05-20USB: pl2303: switch to generic write implementationJohan Hovold1-326/+4
2010-05-20USB: pl2303: switch to generic read implementationJohan Hovold1-59/+25
2010-05-20USB: pl2303: increase bulk-in buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20USB: pl2303: increase the bulk-out buffer size to 256 byteJohan Hovold1-0/+1
2010-05-20usb-serial: Use tty_port version console instead of usb_serial_portJason Wessel1-1/+1
2010-04-30USB: serial: pl2303: Hybrid reader Uniform HCR331Simone Contini1-0/+1
2010-04-22USB: pl2303: add AdLink ND-6530 USB IDsManuel Jander1-0/+1
2010-03-02USB: pl2303: remove unnecessary reset of usb_device in urbsJohan Hovold1-6/+0
2010-03-02USB: pl2303: initial TIOCGSERIAL supportJohn Tsiombikas1-0/+13
2010-03-02USB: remove references to port->port.count from the serial driversAlan Stern1-13/+5
2010-03-02USB: tty: Prune uses of tty_request_room in the USB layerAlan Cox1-1/+0
2010-03-02USB serial: make USB device id constantNémeth Márton1-1/+1
2009-10-09USB: pl2303: fix error characters not being reported to ldiscJohan Hovold1-3/+5
2009-09-23USB-serial: pl2303: use 1.5 instead of 2 stop bits with 5 data bitsFrank Schaefer1-2/+10
2009-09-23USB-serial: pl2303: add space/mark parityFrank Schaefer1-4/+14
2009-09-23USB-serial: pl2303: fix baud rate handling in case of unsupported valuesFrank Schaefer1-2/+38
2009-09-23USB: serial: pl2303: new hardware support - sanwa multimeterPawel Ludwikow1-0/+1
2009-09-19tty: USB does not need the filp argument in the driversAlan Cox1-4/+1
2009-08-07USB: pl2303: New vendor and product idKhanh-Dang Nguyen Thu Lam1-0/+1
2009-07-12USB: pl2303: New vendor and product id for the prolific driverGianpaolo Cugola1-0/+1
2009-07-10tty: Fix the PL2303 private methods for sysrqAlan Cox1-25/+33
2009-07-10tty: Fix USB kref leakAlan Cox1-1/+1
2009-06-15USB: usb-serial: replace shutdown with disconnect, releaseAlan Stern1-3/+2
2009-06-15USB: pl2303 usb_serial: implement sysrq handling on breakJason Wessel1-1/+4
2009-06-11tty: Bring the usb tty port structure into more useAlan Cox1-48/+31
2009-04-06tty: pl2303 needs identifiers for Siemens S81 as well as EF81Alan Cox1-0/+1
2008-12-17USB: pl2303: add id for Hewlett-Packard LD220-HP POS pole displayMike Provencher1-0/+1
2008-12-17USB: add 5372:2303 to pl2303Matthew Arnold1-0/+1
2008-10-17USB: remove info() macro from usb/serial driversGreg Kroah-Hartman1-1/+1
2008-10-13tty: usb-serial krefsAlan Cox1-2/+2
2008-10-13usb: fix pl2303 initializationJason Wessel1-11/+0
2008-08-13USB: pl2023: Remove USB id (4348:5523) handled by ch341Tollef Fog Heen1-1/+0
2008-07-22tty-usb-pl2303: Coding styleAlan Cox1-28/+36
2008-07-22usb_serial: API all changeAlan Cox1-35/+41
2008-07-03USB: add a pl2303 device idGreg Kroah-Hartman1-0/+1
2008-05-29USB: pl2303: another product IDSteve Murphy1-0/+1
2008-05-20usb-serial: Use ftdi_sio driver for RATOC REX-USB60FAtsushi Nemoto1-1/+0
2008-04-24USB: remove unnecessary type casting of urb->contextMing Lei1-3/+3
2008-04-24usb serial: more fixes and groundwork for tty changesAlan Cox1-0/+2
2008-04-24USB: replace remaining __FUNCTION__ occurrencesHarvey Harrison1-53/+53
2008-04-24USB: serial: remove unneeded number endpoints settingsGreg Kroah-Hartman1-3/+0
2008-03-24USB: pl2303: another product IDMax Arnold1-0/+1
2008-02-01USB: last abuses of intfdata in close for usb-serial driversOliver Neukum1-1/+1
2008-02-01USB: pl2303: Add autosuspend support to pl2303 usb serial converter.Sarah Sharp1-0/+3
2008-02-01USB: pl2303: Move pl2303 vendor specific init to probe function.Sarah Sharp1-25/+24