aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/ftdi_sio.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-23usb: serial: ftdi_sio: add "bricked" FTDI device PIDPerry Hung1-0/+1
2014-10-22usb: serial: ftdi_sio: add Awinda Station and Dongle productsFrans Klaver1-0/+2
2014-09-08USB: ftdi_sio: Add support for GE Healthcare Nemo Tracker deviceTaylor Braun-Jones1-0/+2
2014-09-01USB: ftdi_sio: add support for NOVITUS Bono E thermal printerJohan Hovold1-0/+1
2014-08-18USB: ftdi_sio: Added PID for new ekey deviceJaša Bartelj1-0/+2
2014-08-18USB: ftdi_sio: add Basic Micro ATOM Nano USB2Serial PIDJohan Hovold1-0/+1
2014-08-01USB: serial: ftdi_sio: Add support for new Xsens devicesPatrick Riphagen1-0/+2
2014-07-16Merge tag 'usb-serial-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-nextGreg Kroah-Hartman1-59/+23
2014-07-11USB: serial: ftdi_sio: Add Infineon TriboardMichal Sojka1-0/+2
2014-07-09USB: ftdi_sio: Add extra PID.Bert Vermeulen1-1/+2
2014-07-07USB: ftdi_sio: remove redundant mtxorb quirkJohan Hovold1-39/+8
2014-07-07USB: ftdi_sio: clean up ftdi_set_max_packet_size()Johan Hovold1-11/+13
2014-07-07USB: ftdi_sio: fix max-packet-size warningJohan Hovold1-3/+2
2014-07-07USB: ftdi_sio: make port probe less verboseJohan Hovold1-6/+0
2014-06-23USB: ftdi_sio: fix null deref at port probeJohan Hovold1-2/+5
2014-05-27USB: ftdi_sio: add NovaTech OrionLXm product IDGeorge McCollister1-0/+2
2014-04-16USB: serial: ftdi_sio: add id for Brainboxes serial cardsMichele Baldessari1-0/+33
2014-02-26USB: ftdi_sio: add Cressi Leonardo PIDJoerg Dorchain1-0/+2
2014-02-05USB: ftdi_sio: add Tagsys RFID Reader IDsUlrich Hahn1-0/+2
2014-02-04usb: ftdi_sio: add Mindstorms EV3 console adapterBjørn Mork1-0/+1
2014-01-08usb: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2014-01-07USB: ftdi_sio: added CS5 quirk for broken smartcard readersColin Leitner1-2/+15
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-4/+1
2014-01-03USB: serial: clean up ioctl debuggingJohan Hovold1-7/+1
2014-01-03USB: serial: constify device-id tablesJohan Hovold1-1/+1
2013-12-02USB: ftdi_sio: fixed handling of unsupported CSIZE settingColin Leitner1-13/+24
2013-11-07Merge tag 'usb-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-1/+9
2013-11-01USB: serial: ftdi_sio: add id for Z3X Box deviceАлексей Крамаренко1-0/+1
2013-09-26USB: serial: call handle_dcd_change in ftdi driver.Paul Chavent1-1/+9
2013-08-25USB: serial: clean up attribute permissionsGreg Kroah-Hartman1-9/+6
2013-08-05Merge 3.11-rc4 into usb-nextGreg Kroah-Hartman1-3/+28
2013-07-29USB: serial: ftdi_sio: add more RT Systems ftdi devicesRick Farina (Zero_Chaos)1-3/+28
2013-07-23USB: ftdi_sio: remove unused definesJohan Hovold1-7/+0
2013-07-23USB: ftdi_sio: remove vendor/product module parametersJohan Hovold1-33/+3
2013-07-23USB: ftdi_sio: remove redundant raise of DTR/RTS at openJohan Hovold1-1/+1
2013-07-23USB: ftdi_sio: clean up device initialisationJohan Hovold1-5/+2
2013-05-17USB: ftdi_sio: Add support for Newport CONEX motor driversGomella, Andrew (NIH/NHLBI) [F]1-0/+2
2013-05-16USB: ftdi_sio: fix chars_in_buffer overheadJohan Hovold1-14/+5
2013-05-16USB: ftdi_sio: clean up get_modem_statusJohan Hovold1-5/+4
2013-04-24USB: ftdi_sio: enable two UART ports on ST Microconnect LiteAdrian Thomasset1-7/+11
2013-04-23USB: ftdi_sio: correct ST Micro Connect Lite PIDsAdrian Thomasset1-1/+3
2013-04-08USB: add ftdi_sio USB ID for GDM Boost V1.xStefani Seibold1-0/+1
2013-03-28Merge branch 'usb-linus' into usb-nextGreg Kroah-Hartman1-0/+1
2013-03-28usb: ftdi_sio: Add support for Mitsubishi FX-USB-AW/-BDKonstantin Holoborodko1-0/+1
2013-03-25USB: serial: update copyright informationJohan Hovold1-1/+1
2013-03-25USB: ftdi_sio: switch to generic get_icount implementationJohan Hovold1-23/+1
2013-03-25USB: ftdi_sio: switch to generic TIOCMIWAIT implementationJohan Hovold1-34/+2
2013-03-25USB: ftdi_sio: use port icountJohan Hovold1-17/+14
2013-03-25USB: ftdi_sio: remove obsolete port data refcountingJohan Hovold1-32/+2
2013-03-21USB: ftdi_sio: fix use-after-free in TIOCMIWAITJohan Hovold1-11/+8