summaryrefslogtreecommitdiffstats
path: root/drivers/usb/serial/cp210x.c
AgeCommit message (Expand)AuthorFilesLines
2016-03-17Merge tag 'usb-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-123/+183
2016-03-08Merge tag 'usb-serial-4.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-123/+183
2016-02-29USB: serial: cp210x: add new access functions for large registersKonstantin Shkolnyy1-113/+24
2016-02-29USB: serial: cp210x: add 8-bit and 32-bit register access functionsKonstantin Shkolnyy1-6/+86
2016-02-29USB: serial: cp210x: add 16-bit register access functionsKonstantin Shkolnyy1-39/+108
2016-02-29USB: cp210x: Add ID for Parrot NMEA GPS Flight RecorderVittorio Alfieri1-0/+1
2016-02-18USB: cp210x: add IDs for GE B650V3 and B850V3 boardsKen Lin1-0/+2
2016-01-25USB: cp210x: add ID for IAI USB to RS485 adaptorPeter Dedecker1-0/+1
2016-01-03Merge tag 'usb-serial-4.4-rc8' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-0/+1
2016-01-03Merge tag 'usb-serial-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman1-24/+162
2015-12-28USB: cp210x: add ID for ELV Marble Sound Board 1Oliver Freyermuth1-0/+1
2015-11-26USB: cp210x: add tx_empty()Konstantin Shkolnyy1-0/+58
2015-11-23USB: cp210x: Remove CP2110 ID from compatibility listKonstantin Shkolnyy1-1/+0
2015-11-16USB: cp210x: work around cp2108 GET_LINE_CTL bugKonstantin Shkolnyy1-4/+66
2015-11-16USB: cp210x: relocate private data from USB interface to portKonstantin Shkolnyy1-20/+23
2015-11-16USB: cp210x: flush device queues at closeKonstantin Shkolnyy1-0/+15
2015-07-06USB: cp210x: add ID for Aruba Networks controllersPeter Sanford1-0/+1
2015-06-04USB: cp210x: add ID for HubZ dual ZigBee and Z-Wave dongleJohn D. Blair1-0/+1
2015-04-29USB: cp210x: add ID for KCF Technologies PRN deviceMark Edwards1-0/+1
2015-02-27USB: serial: cp210x: Adding Seletek device id'sMichiel vd Garde1-0/+2
2015-01-26USB: cp210x: add ID for RUGGEDCOM USB Serial ConsoleLennart Sorensen1-0/+1
2015-01-06USB: cp210x: add IDs for CEL USB sticks and MeshWorks devicesDavid Peterson1-1/+3
2015-01-02USB: cp210x: fix ID for production CEL MeshConnect USB StickPreston Fick1-1/+1
2014-11-10USB: serial: cp210x: add IDs for CEL MeshConnect USB StickPreston Fick1-0/+1
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