aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cp210x.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-22USB: serial: cp210x: add Silicon Labs 358x VID and PIDNathaniel Ting1-0/+1
2014-09-22USB: cp210x: add support for Seluxit USB dongleAndreas Bomholtz1-0/+1
2014-09-22USB: serial: cp210x: added Ketra N1 wireless interface supportJoe Savage1-0/+1
2014-07-17USB: serial: cp210x: Removing unncessary `usb_reset_device` on startupPreston Fick1-3/+0
2014-07-07USB: cp210x: add support for Corsair usb dongleAndras Kovacs1-0/+1
2014-04-16USB: cp210x: Add 8281 (Nanotec Plug & Drive)Tristan Bruns1-0/+1
2014-01-03USB: serial: remove redundant OOM messagesJohan Hovold1-6/+2
2013-07-29Merge 3.11-rc3 into usb-nextGreg Kroah-Hartman1-0/+4
2013-07-23USB: serial: remove defensive test from set_termiosJohan Hovold1-3/+0
2013-07-22USB: cp210x: add MMB and PI ZigBee USB Device SupportSami Rahman1-0/+2
2013-07-22usb: cp210x support SEL C662 Vendor/DeviceBarry Grussling1-0/+1
2013-07-22usb: serial: cp210x: Add USB ID for Netgear Switches embedded serial adapterLuiz Angelo Daros de Luca1-0/+1
2013-06-10USB: serial: ports: add minor and port numberGreg Kroah-Hartman1-2/+0
2013-03-25USB: cp210x: always disable uart on closeJohan Hovold1-5/+1
2013-03-12usb: serial: Add Rigblaster Advantage to device tableSteve Conklin1-0/+1
2013-03-11usb: cp210x new Vendor/Device IDsMatwey V. Kornilov1-0/+19
2013-01-31USB: add OWL CM-160 support to cp210x driverLuis Llorente Campo1-0/+1
2012-11-26USB: cp210x: add Virtenio Preon32 device idMarkus Becker1-0/+1
2012-10-31USB: serial: remove driver version informationJohan Hovold1-5/+0
2012-10-30USB: cp210x: fix whitespace issuesJohan Hovold1-17/+14
2012-10-16USB: cp210x: fix port-data memory leakJohan Hovold1-23/+17
2012-10-01Merge tag 'usb-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbLinus Torvalds1-77/+64
2012-09-14USB: serial: cp210x.c: remove debug module parameterGreg Kroah-Hartman1-5/+0
2012-09-13USB: serial: cp210x.c: remove dbg() usageGreg Kroah-Hartman1-71/+64
2012-09-05USB: cp210x: remove useless set memory to zero use memset()Wei Yongjun1-1/+0
2012-07-16tty: move the termios object into the ttyAlan Cox1-4/+4
2012-06-26USB: CP210x Add 10 Device IDsCraig Shelley1-0/+11
2012-06-12USB: serial: cp210x: add Optris MS Pro usb idMikko Tuumanen1-0/+1
2012-05-08USB: serial: rework usb_serial_register/deregister_drivers()Greg Kroah-Hartman1-6/+1
2012-05-07USB: serial: remove usb_serial_disconnect call in all driversGreg Kroah-Hartman1-1/+0
2012-05-07USB: serial: remove usb_serial_probe call in all driversGreg Kroah-Hartman1-1/+0
2012-05-03USB: cp210x.c: remove dbg() tracing callsGreg Kroah-Hartman1-11/+0
2012-05-02usb: cp210x: Corrected USB request type definitionsPreston Fick1-5/+7
2012-04-20USB: serial: cp210x: Fixed usb_control_msg timeout valuesYuri Matylitski1-3/+6
2012-03-02usb: cp210x: Update to support CP2105 and multiple interface devicesPreston Fick1-3/+41
2012-02-28USB: serial: cp210x.c: use module_usb_serial_driverGreg Kroah-Hartman1-18/+1
2012-02-24usb-serial: use new registration API in [a-c]* driversAlan Stern1-19/+10
2012-02-23Merge branch 'usb-3.3-rc4' into usb-nextGreg Kroah-Hartman1-7/+6
2012-02-21USB: Added Kamstrup VID/PIDs to cp210x serial driver.Bruno Thomsen1-0/+2
2012-02-10Merge tag 'usb-3.3-rc3' into usb-nextGreg Kroah-Hartman1-30/+75
2012-01-24USB: cp210x: fix debug outputJohan Hovold1-7/+6
2012-01-24USB: cp210x: allow more baud rates above 1MbaudJohan Hovold1-5/+6
2012-01-24USB: cp210x: initialise baud rate at openJohan Hovold1-0/+4
2012-01-24USB: cp210x: clean up, refactor and document speed handlingJohan Hovold1-14/+57
2012-01-24USB: cp210x: do not map baud rates to B0Johan Hovold1-2/+2
2012-01-24USB: cp210x: fix up set_termios variablesJohan Hovold1-2/+3
2012-01-24USB: cp210x: fix CP2104 baudrate usagePreston Fick1-6/+4
2012-01-24USB: cp210x: call generic open last in openJohan Hovold1-5/+2
2012-01-24USB: serial: CP210x: Added USB-ID for the Link Instruments MSO-19Renato Caldas1-0/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1