cp210x.c 35 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096
  1. /*
  2. * Silicon Laboratories CP210x USB to RS232 serial adaptor driver
  3. *
  4. * Copyright (C) 2005 Craig Shelley (craig@microtron.org.uk)
  5. *
  6. * This program is free software; you can redistribute it and/or
  7. * modify it under the terms of the GNU General Public License version
  8. * 2 as published by the Free Software Foundation.
  9. *
  10. * Support to set flow control line levels using TIOCMGET and TIOCMSET
  11. * thanks to Karl Hiramoto karl@hiramoto.org. RTSCTS hardware flow
  12. * control thanks to Munir Nassar nassarmu@real-time.com
  13. *
  14. */
  15. #include <linux/kernel.h>
  16. #include <linux/errno.h>
  17. #include <linux/slab.h>
  18. #include <linux/tty.h>
  19. #include <linux/tty_flip.h>
  20. #include <linux/module.h>
  21. #include <linux/moduleparam.h>
  22. #include <linux/usb.h>
  23. #include <linux/uaccess.h>
  24. #include <linux/usb/serial.h>
  25. #define DRIVER_DESC "Silicon Labs CP210x RS232 serial adaptor driver"
  26. /*
  27. * Function Prototypes
  28. */
  29. static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *);
  30. static void cp210x_close(struct usb_serial_port *);
  31. static void cp210x_get_termios(struct tty_struct *, struct usb_serial_port *);
  32. static void cp210x_get_termios_port(struct usb_serial_port *port,
  33. unsigned int *cflagp, unsigned int *baudp);
  34. static void cp210x_change_speed(struct tty_struct *, struct usb_serial_port *,
  35. struct ktermios *);
  36. static void cp210x_set_termios(struct tty_struct *, struct usb_serial_port *,
  37. struct ktermios*);
  38. static bool cp210x_tx_empty(struct usb_serial_port *port);
  39. static int cp210x_tiocmget(struct tty_struct *);
  40. static int cp210x_tiocmset(struct tty_struct *, unsigned int, unsigned int);
  41. static int cp210x_tiocmset_port(struct usb_serial_port *port,
  42. unsigned int, unsigned int);
  43. static void cp210x_break_ctl(struct tty_struct *, int);
  44. static int cp210x_port_probe(struct usb_serial_port *);
  45. static int cp210x_port_remove(struct usb_serial_port *);
  46. static void cp210x_dtr_rts(struct usb_serial_port *p, int on);
  47. static const struct usb_device_id id_table[] = {
  48. { USB_DEVICE(0x045B, 0x0053) }, /* Renesas RX610 RX-Stick */
  49. { USB_DEVICE(0x0471, 0x066A) }, /* AKTAKOM ACE-1001 cable */
  50. { USB_DEVICE(0x0489, 0xE000) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
  51. { USB_DEVICE(0x0489, 0xE003) }, /* Pirelli Broadband S.p.A, DP-L10 SIP/GSM Mobile */
  52. { USB_DEVICE(0x0745, 0x1000) }, /* CipherLab USB CCD Barcode Scanner 1000 */
  53. { USB_DEVICE(0x0846, 0x1100) }, /* NetGear Managed Switch M4100 series, M5300 series, M7100 series */
  54. { USB_DEVICE(0x08e6, 0x5501) }, /* Gemalto Prox-PU/CU contactless smartcard reader */
  55. { USB_DEVICE(0x08FD, 0x000A) }, /* Digianswer A/S , ZigBee/802.15.4 MAC Device */
  56. { USB_DEVICE(0x0908, 0x01FF) }, /* Siemens RUGGEDCOM USB Serial Console */
  57. { USB_DEVICE(0x0BED, 0x1100) }, /* MEI (TM) Cashflow-SC Bill/Voucher Acceptor */
  58. { USB_DEVICE(0x0BED, 0x1101) }, /* MEI series 2000 Combo Acceptor */
  59. { USB_DEVICE(0x0FCF, 0x1003) }, /* Dynastream ANT development board */
  60. { USB_DEVICE(0x0FCF, 0x1004) }, /* Dynastream ANT2USB */
  61. { USB_DEVICE(0x0FCF, 0x1006) }, /* Dynastream ANT development board */
  62. { USB_DEVICE(0x0FDE, 0xCA05) }, /* OWL Wireless Electricity Monitor CM-160 */
  63. { USB_DEVICE(0x10A6, 0xAA26) }, /* Knock-off DCU-11 cable */
  64. { USB_DEVICE(0x10AB, 0x10C5) }, /* Siemens MC60 Cable */
  65. { USB_DEVICE(0x10B5, 0xAC70) }, /* Nokia CA-42 USB */
  66. { USB_DEVICE(0x10C4, 0x0F91) }, /* Vstabi */
  67. { USB_DEVICE(0x10C4, 0x1101) }, /* Arkham Technology DS101 Bus Monitor */
  68. { USB_DEVICE(0x10C4, 0x1601) }, /* Arkham Technology DS101 Adapter */
  69. { USB_DEVICE(0x10C4, 0x800A) }, /* SPORTident BSM7-D-USB main station */
  70. { USB_DEVICE(0x10C4, 0x803B) }, /* Pololu USB-serial converter */
  71. { USB_DEVICE(0x10C4, 0x8044) }, /* Cygnal Debug Adapter */
  72. { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */
  73. { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */
  74. { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */
  75. { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */
  76. { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */
  77. { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */
  78. { USB_DEVICE(0x10C4, 0x80C4) }, /* Cygnal Integrated Products, Inc., Optris infrared thermometer */
  79. { USB_DEVICE(0x10C4, 0x80CA) }, /* Degree Controls Inc */
  80. { USB_DEVICE(0x10C4, 0x80DD) }, /* Tracient RFID */
  81. { USB_DEVICE(0x10C4, 0x80F6) }, /* Suunto sports instrument */
  82. { USB_DEVICE(0x10C4, 0x8115) }, /* Arygon NFC/Mifare Reader */
  83. { USB_DEVICE(0x10C4, 0x813D) }, /* Burnside Telecom Deskmobile */
  84. { USB_DEVICE(0x10C4, 0x813F) }, /* Tams Master Easy Control */
  85. { USB_DEVICE(0x10C4, 0x814A) }, /* West Mountain Radio RIGblaster P&P */
  86. { USB_DEVICE(0x10C4, 0x814B) }, /* West Mountain Radio RIGtalk */
  87. { USB_DEVICE(0x2405, 0x0003) }, /* West Mountain Radio RIGblaster Advantage */
  88. { USB_DEVICE(0x10C4, 0x8156) }, /* B&G H3000 link cable */
  89. { USB_DEVICE(0x10C4, 0x815E) }, /* Helicomm IP-Link 1220-DVM */
  90. { USB_DEVICE(0x10C4, 0x815F) }, /* Timewave HamLinkUSB */
  91. { USB_DEVICE(0x10C4, 0x818B) }, /* AVIT Research USB to TTL */
  92. { USB_DEVICE(0x10C4, 0x819F) }, /* MJS USB Toslink Switcher */
  93. { USB_DEVICE(0x10C4, 0x81A6) }, /* ThinkOptics WavIt */
  94. { USB_DEVICE(0x10C4, 0x81A9) }, /* Multiplex RC Interface */
  95. { USB_DEVICE(0x10C4, 0x81AC) }, /* MSD Dash Hawk */
  96. { USB_DEVICE(0x10C4, 0x81AD) }, /* INSYS USB Modem */
  97. { USB_DEVICE(0x10C4, 0x81C8) }, /* Lipowsky Industrie Elektronik GmbH, Baby-JTAG */
  98. { USB_DEVICE(0x10C4, 0x81D7) }, /* IAI Corp. RCB-CV-USB USB to RS485 Adaptor */
  99. { USB_DEVICE(0x10C4, 0x81E2) }, /* Lipowsky Industrie Elektronik GmbH, Baby-LIN */
  100. { USB_DEVICE(0x10C4, 0x81E7) }, /* Aerocomm Radio */
  101. { USB_DEVICE(0x10C4, 0x81E8) }, /* Zephyr Bioharness */
  102. { USB_DEVICE(0x10C4, 0x81F2) }, /* C1007 HF band RFID controller */
  103. { USB_DEVICE(0x10C4, 0x8218) }, /* Lipowsky Industrie Elektronik GmbH, HARP-1 */
  104. { USB_DEVICE(0x10C4, 0x822B) }, /* Modem EDGE(GSM) Comander 2 */
  105. { USB_DEVICE(0x10C4, 0x826B) }, /* Cygnal Integrated Products, Inc., Fasttrax GPS demonstration module */
  106. { USB_DEVICE(0x10C4, 0x8281) }, /* Nanotec Plug & Drive */
  107. { USB_DEVICE(0x10C4, 0x8293) }, /* Telegesis ETRX2USB */
  108. { USB_DEVICE(0x10C4, 0x82F9) }, /* Procyon AVS */
  109. { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */
  110. { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */
  111. { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */
  112. { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */
  113. { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */
  114. { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */
  115. { USB_DEVICE(0x10C4, 0x846E) }, /* BEI USB Sensor Interface (VCP) */
  116. { USB_DEVICE(0x10C4, 0x8477) }, /* Balluff RFID */
  117. { USB_DEVICE(0x10C4, 0x85EA) }, /* AC-Services IBUS-IF */
  118. { USB_DEVICE(0x10C4, 0x85EB) }, /* AC-Services CIS-IBUS */
  119. { USB_DEVICE(0x10C4, 0x85F8) }, /* Virtenio Preon32 */
  120. { USB_DEVICE(0x10C4, 0x8664) }, /* AC-Services CAN-IF */
  121. { USB_DEVICE(0x10C4, 0x8665) }, /* AC-Services OBD-IF */
  122. { USB_DEVICE(0x10C4, 0x8856) }, /* CEL EM357 ZigBee USB Stick - LR */
  123. { USB_DEVICE(0x10C4, 0x8857) }, /* CEL EM357 ZigBee USB Stick */
  124. { USB_DEVICE(0x10C4, 0x88A4) }, /* MMB Networks ZigBee USB Device */
  125. { USB_DEVICE(0x10C4, 0x88A5) }, /* Planet Innovation Ingeni ZigBee USB Device */
  126. { USB_DEVICE(0x10C4, 0x8946) }, /* Ketra N1 Wireless Interface */
  127. { USB_DEVICE(0x10C4, 0x8977) }, /* CEL MeshWorks DevKit Device */
  128. { USB_DEVICE(0x10C4, 0x8998) }, /* KCF Technologies PRN */
  129. { USB_DEVICE(0x10C4, 0x8A2A) }, /* HubZ dual ZigBee and Z-Wave dongle */
  130. { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */
  131. { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */
  132. { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */
  133. { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */
  134. { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */
  135. { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */
  136. { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */
  137. { USB_DEVICE(0x10C4, 0xF004) }, /* Elan Digital Systems USBcount50 */
  138. { USB_DEVICE(0x10C5, 0xEA61) }, /* Silicon Labs MobiData GPRS USB Modem */
  139. { USB_DEVICE(0x10CE, 0xEA6A) }, /* Silicon Labs MobiData GPRS USB Modem 100EU */
  140. { USB_DEVICE(0x13AD, 0x9999) }, /* Baltech card reader */
  141. { USB_DEVICE(0x1555, 0x0004) }, /* Owen AC4 USB-RS485 Converter */
  142. { USB_DEVICE(0x166A, 0x0201) }, /* Clipsal 5500PACA C-Bus Pascal Automation Controller */
  143. { USB_DEVICE(0x166A, 0x0301) }, /* Clipsal 5800PC C-Bus Wireless PC Interface */
  144. { USB_DEVICE(0x166A, 0x0303) }, /* Clipsal 5500PCU C-Bus USB interface */
  145. { USB_DEVICE(0x166A, 0x0304) }, /* Clipsal 5000CT2 C-Bus Black and White Touchscreen */
  146. { USB_DEVICE(0x166A, 0x0305) }, /* Clipsal C-5000CT2 C-Bus Spectrum Colour Touchscreen */
  147. { USB_DEVICE(0x166A, 0x0401) }, /* Clipsal L51xx C-Bus Architectural Dimmer */
  148. { USB_DEVICE(0x166A, 0x0101) }, /* Clipsal 5560884 C-Bus Multi-room Audio Matrix Switcher */
  149. { USB_DEVICE(0x16C0, 0x09B0) }, /* Lunatico Seletek */
  150. { USB_DEVICE(0x16C0, 0x09B1) }, /* Lunatico Seletek */
  151. { USB_DEVICE(0x16D6, 0x0001) }, /* Jablotron serial interface */
  152. { USB_DEVICE(0x16DC, 0x0010) }, /* W-IE-NE-R Plein & Baus GmbH PL512 Power Supply */
  153. { USB_DEVICE(0x16DC, 0x0011) }, /* W-IE-NE-R Plein & Baus GmbH RCM Remote Control for MARATON Power Supply */
  154. { USB_DEVICE(0x16DC, 0x0012) }, /* W-IE-NE-R Plein & Baus GmbH MPOD Multi Channel Power Supply */
  155. { USB_DEVICE(0x16DC, 0x0015) }, /* W-IE-NE-R Plein & Baus GmbH CML Control, Monitoring and Data Logger */
  156. { USB_DEVICE(0x17A8, 0x0001) }, /* Kamstrup Optical Eye/3-wire */
  157. { USB_DEVICE(0x17A8, 0x0005) }, /* Kamstrup M-Bus Master MultiPort 250D */
  158. { USB_DEVICE(0x17F4, 0xAAAA) }, /* Wavesense Jazz blood glucose meter */
  159. { USB_DEVICE(0x1843, 0x0200) }, /* Vaisala USB Instrument Cable */
  160. { USB_DEVICE(0x18EF, 0xE00F) }, /* ELV USB-I2C-Interface */
  161. { USB_DEVICE(0x18EF, 0xE025) }, /* ELV Marble Sound Board 1 */
  162. { USB_DEVICE(0x1901, 0x0190) }, /* GE B850 CP2105 Recorder interface */
  163. { USB_DEVICE(0x1901, 0x0193) }, /* GE B650 CP2104 PMC interface */
  164. { USB_DEVICE(0x19CF, 0x3000) }, /* Parrot NMEA GPS Flight Recorder */
  165. { USB_DEVICE(0x1ADB, 0x0001) }, /* Schweitzer Engineering C662 Cable */
  166. { USB_DEVICE(0x1B1C, 0x1C00) }, /* Corsair USB Dongle */
  167. { USB_DEVICE(0x1BA4, 0x0002) }, /* Silicon Labs 358x factory default */
  168. { USB_DEVICE(0x1BE3, 0x07A6) }, /* WAGO 750-923 USB Service Cable */
  169. { USB_DEVICE(0x1D6F, 0x0010) }, /* Seluxit ApS RF Dongle */
  170. { USB_DEVICE(0x1E29, 0x0102) }, /* Festo CPX-USB */
  171. { USB_DEVICE(0x1E29, 0x0501) }, /* Festo CMSP */
  172. { USB_DEVICE(0x1FB9, 0x0100) }, /* Lake Shore Model 121 Current Source */
  173. { USB_DEVICE(0x1FB9, 0x0200) }, /* Lake Shore Model 218A Temperature Monitor */
  174. { USB_DEVICE(0x1FB9, 0x0201) }, /* Lake Shore Model 219 Temperature Monitor */
  175. { USB_DEVICE(0x1FB9, 0x0202) }, /* Lake Shore Model 233 Temperature Transmitter */
  176. { USB_DEVICE(0x1FB9, 0x0203) }, /* Lake Shore Model 235 Temperature Transmitter */
  177. { USB_DEVICE(0x1FB9, 0x0300) }, /* Lake Shore Model 335 Temperature Controller */
  178. { USB_DEVICE(0x1FB9, 0x0301) }, /* Lake Shore Model 336 Temperature Controller */
  179. { USB_DEVICE(0x1FB9, 0x0302) }, /* Lake Shore Model 350 Temperature Controller */
  180. { USB_DEVICE(0x1FB9, 0x0303) }, /* Lake Shore Model 371 AC Bridge */
  181. { USB_DEVICE(0x1FB9, 0x0400) }, /* Lake Shore Model 411 Handheld Gaussmeter */
  182. { USB_DEVICE(0x1FB9, 0x0401) }, /* Lake Shore Model 425 Gaussmeter */
  183. { USB_DEVICE(0x1FB9, 0x0402) }, /* Lake Shore Model 455A Gaussmeter */
  184. { USB_DEVICE(0x1FB9, 0x0403) }, /* Lake Shore Model 475A Gaussmeter */
  185. { USB_DEVICE(0x1FB9, 0x0404) }, /* Lake Shore Model 465 Three Axis Gaussmeter */
  186. { USB_DEVICE(0x1FB9, 0x0600) }, /* Lake Shore Model 625A Superconducting MPS */
  187. { USB_DEVICE(0x1FB9, 0x0601) }, /* Lake Shore Model 642A Magnet Power Supply */
  188. { USB_DEVICE(0x1FB9, 0x0602) }, /* Lake Shore Model 648 Magnet Power Supply */
  189. { USB_DEVICE(0x1FB9, 0x0700) }, /* Lake Shore Model 737 VSM Controller */
  190. { USB_DEVICE(0x1FB9, 0x0701) }, /* Lake Shore Model 776 Hall Matrix */
  191. { USB_DEVICE(0x2626, 0xEA60) }, /* Aruba Networks 7xxx USB Serial Console */
  192. { USB_DEVICE(0x3195, 0xF190) }, /* Link Instruments MSO-19 */
  193. { USB_DEVICE(0x3195, 0xF280) }, /* Link Instruments MSO-28 */
  194. { USB_DEVICE(0x3195, 0xF281) }, /* Link Instruments MSO-28 */
  195. { USB_DEVICE(0x413C, 0x9500) }, /* DW700 GPS USB interface */
  196. { } /* Terminating Entry */
  197. };
  198. MODULE_DEVICE_TABLE(usb, id_table);
  199. struct cp210x_port_private {
  200. __u8 bInterfaceNumber;
  201. bool has_swapped_line_ctl;
  202. };
  203. static struct usb_serial_driver cp210x_device = {
  204. .driver = {
  205. .owner = THIS_MODULE,
  206. .name = "cp210x",
  207. },
  208. .id_table = id_table,
  209. .num_ports = 1,
  210. .bulk_in_size = 256,
  211. .bulk_out_size = 256,
  212. .open = cp210x_open,
  213. .close = cp210x_close,
  214. .break_ctl = cp210x_break_ctl,
  215. .set_termios = cp210x_set_termios,
  216. .tx_empty = cp210x_tx_empty,
  217. .tiocmget = cp210x_tiocmget,
  218. .tiocmset = cp210x_tiocmset,
  219. .port_probe = cp210x_port_probe,
  220. .port_remove = cp210x_port_remove,
  221. .dtr_rts = cp210x_dtr_rts
  222. };
  223. static struct usb_serial_driver * const serial_drivers[] = {
  224. &cp210x_device, NULL
  225. };
  226. /* Config request types */
  227. #define REQTYPE_HOST_TO_INTERFACE 0x41
  228. #define REQTYPE_INTERFACE_TO_HOST 0xc1
  229. #define REQTYPE_HOST_TO_DEVICE 0x40
  230. #define REQTYPE_DEVICE_TO_HOST 0xc0
  231. /* Config request codes */
  232. #define CP210X_IFC_ENABLE 0x00
  233. #define CP210X_SET_BAUDDIV 0x01
  234. #define CP210X_GET_BAUDDIV 0x02
  235. #define CP210X_SET_LINE_CTL 0x03
  236. #define CP210X_GET_LINE_CTL 0x04
  237. #define CP210X_SET_BREAK 0x05
  238. #define CP210X_IMM_CHAR 0x06
  239. #define CP210X_SET_MHS 0x07
  240. #define CP210X_GET_MDMSTS 0x08
  241. #define CP210X_SET_XON 0x09
  242. #define CP210X_SET_XOFF 0x0A
  243. #define CP210X_SET_EVENTMASK 0x0B
  244. #define CP210X_GET_EVENTMASK 0x0C
  245. #define CP210X_SET_CHAR 0x0D
  246. #define CP210X_GET_CHARS 0x0E
  247. #define CP210X_GET_PROPS 0x0F
  248. #define CP210X_GET_COMM_STATUS 0x10
  249. #define CP210X_RESET 0x11
  250. #define CP210X_PURGE 0x12
  251. #define CP210X_SET_FLOW 0x13
  252. #define CP210X_GET_FLOW 0x14
  253. #define CP210X_EMBED_EVENTS 0x15
  254. #define CP210X_GET_EVENTSTATE 0x16
  255. #define CP210X_SET_CHARS 0x19
  256. #define CP210X_GET_BAUDRATE 0x1D
  257. #define CP210X_SET_BAUDRATE 0x1E
  258. /* CP210X_IFC_ENABLE */
  259. #define UART_ENABLE 0x0001
  260. #define UART_DISABLE 0x0000
  261. /* CP210X_(SET|GET)_BAUDDIV */
  262. #define BAUD_RATE_GEN_FREQ 0x384000
  263. /* CP210X_(SET|GET)_LINE_CTL */
  264. #define BITS_DATA_MASK 0X0f00
  265. #define BITS_DATA_5 0X0500
  266. #define BITS_DATA_6 0X0600
  267. #define BITS_DATA_7 0X0700
  268. #define BITS_DATA_8 0X0800
  269. #define BITS_DATA_9 0X0900
  270. #define BITS_PARITY_MASK 0x00f0
  271. #define BITS_PARITY_NONE 0x0000
  272. #define BITS_PARITY_ODD 0x0010
  273. #define BITS_PARITY_EVEN 0x0020
  274. #define BITS_PARITY_MARK 0x0030
  275. #define BITS_PARITY_SPACE 0x0040
  276. #define BITS_STOP_MASK 0x000f
  277. #define BITS_STOP_1 0x0000
  278. #define BITS_STOP_1_5 0x0001
  279. #define BITS_STOP_2 0x0002
  280. /* CP210X_SET_BREAK */
  281. #define BREAK_ON 0x0001
  282. #define BREAK_OFF 0x0000
  283. /* CP210X_(SET_MHS|GET_MDMSTS) */
  284. #define CONTROL_DTR 0x0001
  285. #define CONTROL_RTS 0x0002
  286. #define CONTROL_CTS 0x0010
  287. #define CONTROL_DSR 0x0020
  288. #define CONTROL_RING 0x0040
  289. #define CONTROL_DCD 0x0080
  290. #define CONTROL_WRITE_DTR 0x0100
  291. #define CONTROL_WRITE_RTS 0x0200
  292. /* CP210X_GET_COMM_STATUS returns these 0x13 bytes */
  293. struct cp210x_comm_status {
  294. __le32 ulErrors;
  295. __le32 ulHoldReasons;
  296. __le32 ulAmountInInQueue;
  297. __le32 ulAmountInOutQueue;
  298. u8 bEofReceived;
  299. u8 bWaitForImmediate;
  300. u8 bReserved;
  301. } __packed;
  302. /*
  303. * CP210X_PURGE - 16 bits passed in wValue of USB request.
  304. * SiLabs app note AN571 gives a strange description of the 4 bits:
  305. * bit 0 or bit 2 clears the transmit queue and 1 or 3 receive.
  306. * writing 1 to all, however, purges cp2108 well enough to avoid the hang.
  307. */
  308. #define PURGE_ALL 0x000f
  309. /*
  310. * Reads a variable-sized block of CP210X_ registers, identified by req.
  311. * Returns data into buf in native USB byte order.
  312. */
  313. static int cp210x_read_reg_block(struct usb_serial_port *port, u8 req,
  314. void *buf, int bufsize)
  315. {
  316. struct usb_serial *serial = port->serial;
  317. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  318. void *dmabuf;
  319. int result;
  320. dmabuf = kmalloc(bufsize, GFP_KERNEL);
  321. if (!dmabuf) {
  322. /*
  323. * FIXME Some callers don't bother to check for error,
  324. * at least give them consistent junk until they are fixed
  325. */
  326. memset(buf, 0, bufsize);
  327. return -ENOMEM;
  328. }
  329. result = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
  330. req, REQTYPE_INTERFACE_TO_HOST, 0,
  331. port_priv->bInterfaceNumber, dmabuf, bufsize,
  332. USB_CTRL_SET_TIMEOUT);
  333. if (result == bufsize) {
  334. memcpy(buf, dmabuf, bufsize);
  335. result = 0;
  336. } else {
  337. dev_err(&port->dev, "failed get req 0x%x size %d status: %d\n",
  338. req, bufsize, result);
  339. if (result >= 0)
  340. result = -EPROTO;
  341. /*
  342. * FIXME Some callers don't bother to check for error,
  343. * at least give them consistent junk until they are fixed
  344. */
  345. memset(buf, 0, bufsize);
  346. }
  347. kfree(dmabuf);
  348. return result;
  349. }
  350. /*
  351. * Reads any 32-bit CP210X_ register identified by req.
  352. */
  353. static int cp210x_read_u32_reg(struct usb_serial_port *port, u8 req, u32 *val)
  354. {
  355. __le32 le32_val;
  356. int err;
  357. err = cp210x_read_reg_block(port, req, &le32_val, sizeof(le32_val));
  358. if (err) {
  359. /*
  360. * FIXME Some callers don't bother to check for error,
  361. * at least give them consistent junk until they are fixed
  362. */
  363. *val = 0;
  364. return err;
  365. }
  366. *val = le32_to_cpu(le32_val);
  367. return 0;
  368. }
  369. /*
  370. * Reads any 16-bit CP210X_ register identified by req.
  371. */
  372. static int cp210x_read_u16_reg(struct usb_serial_port *port, u8 req, u16 *val)
  373. {
  374. __le16 le16_val;
  375. int err;
  376. err = cp210x_read_reg_block(port, req, &le16_val, sizeof(le16_val));
  377. if (err)
  378. return err;
  379. *val = le16_to_cpu(le16_val);
  380. return 0;
  381. }
  382. /*
  383. * Reads any 8-bit CP210X_ register identified by req.
  384. */
  385. static int cp210x_read_u8_reg(struct usb_serial_port *port, u8 req, u8 *val)
  386. {
  387. return cp210x_read_reg_block(port, req, val, sizeof(*val));
  388. }
  389. /*
  390. * Writes any 16-bit CP210X_ register (req) whose value is passed
  391. * entirely in the wValue field of the USB request.
  392. */
  393. static int cp210x_write_u16_reg(struct usb_serial_port *port, u8 req, u16 val)
  394. {
  395. struct usb_serial *serial = port->serial;
  396. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  397. int result;
  398. result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
  399. req, REQTYPE_HOST_TO_INTERFACE, val,
  400. port_priv->bInterfaceNumber, NULL, 0,
  401. USB_CTRL_SET_TIMEOUT);
  402. if (result < 0) {
  403. dev_err(&port->dev, "failed set request 0x%x status: %d\n",
  404. req, result);
  405. }
  406. return result;
  407. }
  408. /*
  409. * Writes a variable-sized block of CP210X_ registers, identified by req.
  410. * Data in buf must be in native USB byte order.
  411. */
  412. static int cp210x_write_reg_block(struct usb_serial_port *port, u8 req,
  413. void *buf, int bufsize)
  414. {
  415. struct usb_serial *serial = port->serial;
  416. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  417. void *dmabuf;
  418. int result;
  419. dmabuf = kmalloc(bufsize, GFP_KERNEL);
  420. if (!dmabuf)
  421. return -ENOMEM;
  422. memcpy(dmabuf, buf, bufsize);
  423. result = usb_control_msg(serial->dev, usb_sndctrlpipe(serial->dev, 0),
  424. req, REQTYPE_HOST_TO_INTERFACE, 0,
  425. port_priv->bInterfaceNumber, dmabuf, bufsize,
  426. USB_CTRL_SET_TIMEOUT);
  427. kfree(dmabuf);
  428. if (result == bufsize) {
  429. result = 0;
  430. } else {
  431. dev_err(&port->dev, "failed set req 0x%x size %d status: %d\n",
  432. req, bufsize, result);
  433. if (result >= 0)
  434. result = -EPROTO;
  435. }
  436. return result;
  437. }
  438. /*
  439. * Writes any 32-bit CP210X_ register identified by req.
  440. */
  441. static int cp210x_write_u32_reg(struct usb_serial_port *port, u8 req, u32 val)
  442. {
  443. __le32 le32_val;
  444. le32_val = cpu_to_le32(val);
  445. return cp210x_write_reg_block(port, req, &le32_val, sizeof(le32_val));
  446. }
  447. /*
  448. * Detect CP2108 GET_LINE_CTL bug and activate workaround.
  449. * Write a known good value 0x800, read it back.
  450. * If it comes back swapped the bug is detected.
  451. * Preserve the original register value.
  452. */
  453. static int cp210x_detect_swapped_line_ctl(struct usb_serial_port *port)
  454. {
  455. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  456. u16 line_ctl_save;
  457. u16 line_ctl_test;
  458. int err;
  459. err = cp210x_read_u16_reg(port, CP210X_GET_LINE_CTL, &line_ctl_save);
  460. if (err)
  461. return err;
  462. err = cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, 0x800);
  463. if (err)
  464. return err;
  465. err = cp210x_read_u16_reg(port, CP210X_GET_LINE_CTL, &line_ctl_test);
  466. if (err)
  467. return err;
  468. if (line_ctl_test == 8) {
  469. port_priv->has_swapped_line_ctl = true;
  470. line_ctl_save = swab16(line_ctl_save);
  471. }
  472. return cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, line_ctl_save);
  473. }
  474. /*
  475. * Must always be called instead of cp210x_read_u16_reg(CP210X_GET_LINE_CTL)
  476. * to workaround cp2108 bug and get correct value.
  477. */
  478. static int cp210x_get_line_ctl(struct usb_serial_port *port, u16 *ctl)
  479. {
  480. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  481. int err;
  482. err = cp210x_read_u16_reg(port, CP210X_GET_LINE_CTL, ctl);
  483. if (err)
  484. return err;
  485. /* Workaround swapped bytes in 16-bit value from CP210X_GET_LINE_CTL */
  486. if (port_priv->has_swapped_line_ctl)
  487. *ctl = swab16(*ctl);
  488. return 0;
  489. }
  490. /*
  491. * cp210x_quantise_baudrate
  492. * Quantises the baud rate as per AN205 Table 1
  493. */
  494. static unsigned int cp210x_quantise_baudrate(unsigned int baud)
  495. {
  496. if (baud <= 300)
  497. baud = 300;
  498. else if (baud <= 600) baud = 600;
  499. else if (baud <= 1200) baud = 1200;
  500. else if (baud <= 1800) baud = 1800;
  501. else if (baud <= 2400) baud = 2400;
  502. else if (baud <= 4000) baud = 4000;
  503. else if (baud <= 4803) baud = 4800;
  504. else if (baud <= 7207) baud = 7200;
  505. else if (baud <= 9612) baud = 9600;
  506. else if (baud <= 14428) baud = 14400;
  507. else if (baud <= 16062) baud = 16000;
  508. else if (baud <= 19250) baud = 19200;
  509. else if (baud <= 28912) baud = 28800;
  510. else if (baud <= 38601) baud = 38400;
  511. else if (baud <= 51558) baud = 51200;
  512. else if (baud <= 56280) baud = 56000;
  513. else if (baud <= 58053) baud = 57600;
  514. else if (baud <= 64111) baud = 64000;
  515. else if (baud <= 77608) baud = 76800;
  516. else if (baud <= 117028) baud = 115200;
  517. else if (baud <= 129347) baud = 128000;
  518. else if (baud <= 156868) baud = 153600;
  519. else if (baud <= 237832) baud = 230400;
  520. else if (baud <= 254234) baud = 250000;
  521. else if (baud <= 273066) baud = 256000;
  522. else if (baud <= 491520) baud = 460800;
  523. else if (baud <= 567138) baud = 500000;
  524. else if (baud <= 670254) baud = 576000;
  525. else if (baud < 1000000)
  526. baud = 921600;
  527. else if (baud > 2000000)
  528. baud = 2000000;
  529. return baud;
  530. }
  531. static int cp210x_open(struct tty_struct *tty, struct usb_serial_port *port)
  532. {
  533. int result;
  534. result = cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_ENABLE);
  535. if (result) {
  536. dev_err(&port->dev, "%s - Unable to enable UART\n", __func__);
  537. return result;
  538. }
  539. /* Configure the termios structure */
  540. cp210x_get_termios(tty, port);
  541. /* The baud rate must be initialised on cp2104 */
  542. if (tty)
  543. cp210x_change_speed(tty, port, NULL);
  544. return usb_serial_generic_open(tty, port);
  545. }
  546. static void cp210x_close(struct usb_serial_port *port)
  547. {
  548. usb_serial_generic_close(port);
  549. /* Clear both queues; cp2108 needs this to avoid an occasional hang */
  550. cp210x_write_u16_reg(port, CP210X_PURGE, PURGE_ALL);
  551. cp210x_write_u16_reg(port, CP210X_IFC_ENABLE, UART_DISABLE);
  552. }
  553. /*
  554. * Read how many bytes are waiting in the TX queue.
  555. */
  556. static int cp210x_get_tx_queue_byte_count(struct usb_serial_port *port,
  557. u32 *count)
  558. {
  559. struct usb_serial *serial = port->serial;
  560. struct cp210x_port_private *port_priv = usb_get_serial_port_data(port);
  561. struct cp210x_comm_status *sts;
  562. int result;
  563. sts = kmalloc(sizeof(*sts), GFP_KERNEL);
  564. if (!sts)
  565. return -ENOMEM;
  566. result = usb_control_msg(serial->dev, usb_rcvctrlpipe(serial->dev, 0),
  567. CP210X_GET_COMM_STATUS, REQTYPE_INTERFACE_TO_HOST,
  568. 0, port_priv->bInterfaceNumber, sts, sizeof(*sts),
  569. USB_CTRL_GET_TIMEOUT);
  570. if (result == sizeof(*sts)) {
  571. *count = le32_to_cpu(sts->ulAmountInOutQueue);
  572. result = 0;
  573. } else {
  574. dev_err(&port->dev, "failed to get comm status: %d\n", result);
  575. if (result >= 0)
  576. result = -EPROTO;
  577. }
  578. kfree(sts);
  579. return result;
  580. }
  581. static bool cp210x_tx_empty(struct usb_serial_port *port)
  582. {
  583. int err;
  584. u32 count;
  585. err = cp210x_get_tx_queue_byte_count(port, &count);
  586. if (err)
  587. return true;
  588. return !count;
  589. }
  590. /*
  591. * cp210x_get_termios
  592. * Reads the baud rate, data bits, parity, stop bits and flow control mode
  593. * from the device, corrects any unsupported values, and configures the
  594. * termios structure to reflect the state of the device
  595. */
  596. static void cp210x_get_termios(struct tty_struct *tty,
  597. struct usb_serial_port *port)
  598. {
  599. unsigned int baud;
  600. if (tty) {
  601. cp210x_get_termios_port(tty->driver_data,
  602. &tty->termios.c_cflag, &baud);
  603. tty_encode_baud_rate(tty, baud, baud);
  604. } else {
  605. unsigned int cflag;
  606. cflag = 0;
  607. cp210x_get_termios_port(port, &cflag, &baud);
  608. }
  609. }
  610. /*
  611. * cp210x_get_termios_port
  612. * This is the heart of cp210x_get_termios which always uses a &usb_serial_port.
  613. */
  614. static void cp210x_get_termios_port(struct usb_serial_port *port,
  615. unsigned int *cflagp, unsigned int *baudp)
  616. {
  617. struct device *dev = &port->dev;
  618. unsigned int cflag;
  619. u8 modem_ctl[16];
  620. u32 baud;
  621. u16 bits;
  622. cp210x_read_u32_reg(port, CP210X_GET_BAUDRATE, &baud);
  623. dev_dbg(dev, "%s - baud rate = %d\n", __func__, baud);
  624. *baudp = baud;
  625. cflag = *cflagp;
  626. cp210x_get_line_ctl(port, &bits);
  627. cflag &= ~CSIZE;
  628. switch (bits & BITS_DATA_MASK) {
  629. case BITS_DATA_5:
  630. dev_dbg(dev, "%s - data bits = 5\n", __func__);
  631. cflag |= CS5;
  632. break;
  633. case BITS_DATA_6:
  634. dev_dbg(dev, "%s - data bits = 6\n", __func__);
  635. cflag |= CS6;
  636. break;
  637. case BITS_DATA_7:
  638. dev_dbg(dev, "%s - data bits = 7\n", __func__);
  639. cflag |= CS7;
  640. break;
  641. case BITS_DATA_8:
  642. dev_dbg(dev, "%s - data bits = 8\n", __func__);
  643. cflag |= CS8;
  644. break;
  645. case BITS_DATA_9:
  646. dev_dbg(dev, "%s - data bits = 9 (not supported, using 8 data bits)\n", __func__);
  647. cflag |= CS8;
  648. bits &= ~BITS_DATA_MASK;
  649. bits |= BITS_DATA_8;
  650. cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
  651. break;
  652. default:
  653. dev_dbg(dev, "%s - Unknown number of data bits, using 8\n", __func__);
  654. cflag |= CS8;
  655. bits &= ~BITS_DATA_MASK;
  656. bits |= BITS_DATA_8;
  657. cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
  658. break;
  659. }
  660. switch (bits & BITS_PARITY_MASK) {
  661. case BITS_PARITY_NONE:
  662. dev_dbg(dev, "%s - parity = NONE\n", __func__);
  663. cflag &= ~PARENB;
  664. break;
  665. case BITS_PARITY_ODD:
  666. dev_dbg(dev, "%s - parity = ODD\n", __func__);
  667. cflag |= (PARENB|PARODD);
  668. break;
  669. case BITS_PARITY_EVEN:
  670. dev_dbg(dev, "%s - parity = EVEN\n", __func__);
  671. cflag &= ~PARODD;
  672. cflag |= PARENB;
  673. break;
  674. case BITS_PARITY_MARK:
  675. dev_dbg(dev, "%s - parity = MARK\n", __func__);
  676. cflag |= (PARENB|PARODD|CMSPAR);
  677. break;
  678. case BITS_PARITY_SPACE:
  679. dev_dbg(dev, "%s - parity = SPACE\n", __func__);
  680. cflag &= ~PARODD;
  681. cflag |= (PARENB|CMSPAR);
  682. break;
  683. default:
  684. dev_dbg(dev, "%s - Unknown parity mode, disabling parity\n", __func__);
  685. cflag &= ~PARENB;
  686. bits &= ~BITS_PARITY_MASK;
  687. cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
  688. break;
  689. }
  690. cflag &= ~CSTOPB;
  691. switch (bits & BITS_STOP_MASK) {
  692. case BITS_STOP_1:
  693. dev_dbg(dev, "%s - stop bits = 1\n", __func__);
  694. break;
  695. case BITS_STOP_1_5:
  696. dev_dbg(dev, "%s - stop bits = 1.5 (not supported, using 1 stop bit)\n", __func__);
  697. bits &= ~BITS_STOP_MASK;
  698. cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
  699. break;
  700. case BITS_STOP_2:
  701. dev_dbg(dev, "%s - stop bits = 2\n", __func__);
  702. cflag |= CSTOPB;
  703. break;
  704. default:
  705. dev_dbg(dev, "%s - Unknown number of stop bits, using 1 stop bit\n", __func__);
  706. bits &= ~BITS_STOP_MASK;
  707. cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits);
  708. break;
  709. }
  710. cp210x_read_reg_block(port, CP210X_GET_FLOW, modem_ctl,
  711. sizeof(modem_ctl));
  712. if (modem_ctl[0] & 0x08) {
  713. dev_dbg(dev, "%s - flow control = CRTSCTS\n", __func__);
  714. cflag |= CRTSCTS;
  715. } else {
  716. dev_dbg(dev, "%s - flow control = NONE\n", __func__);
  717. cflag &= ~CRTSCTS;
  718. }
  719. *cflagp = cflag;
  720. }
  721. /*
  722. * CP2101 supports the following baud rates:
  723. *
  724. * 300, 600, 1200, 1800, 2400, 4800, 7200, 9600, 14400, 19200, 28800,
  725. * 38400, 56000, 57600, 115200, 128000, 230400, 460800, 921600
  726. *
  727. * CP2102 and CP2103 support the following additional rates:
  728. *
  729. * 4000, 16000, 51200, 64000, 76800, 153600, 250000, 256000, 500000,
  730. * 576000
  731. *
  732. * The device will map a requested rate to a supported one, but the result
  733. * of requests for rates greater than 1053257 is undefined (see AN205).
  734. *
  735. * CP2104, CP2105 and CP2110 support most rates up to 2M, 921k and 1M baud,
  736. * respectively, with an error less than 1%. The actual rates are determined
  737. * by
  738. *
  739. * div = round(freq / (2 x prescale x request))
  740. * actual = freq / (2 x prescale x div)
  741. *
  742. * For CP2104 and CP2105 freq is 48Mhz and prescale is 4 for request <= 365bps
  743. * or 1 otherwise.
  744. * For CP2110 freq is 24Mhz and prescale is 4 for request <= 300bps or 1
  745. * otherwise.
  746. */
  747. static void cp210x_change_speed(struct tty_struct *tty,
  748. struct usb_serial_port *port, struct ktermios *old_termios)
  749. {
  750. u32 baud;
  751. baud = tty->termios.c_ospeed;
  752. /* This maps the requested rate to a rate valid on cp2102 or cp2103,
  753. * or to an arbitrary rate in [1M,2M].
  754. *
  755. * NOTE: B0 is not implemented.
  756. */
  757. baud = cp210x_quantise_baudrate(baud);
  758. dev_dbg(&port->dev, "%s - setting baud rate to %u\n", __func__, baud);
  759. if (cp210x_write_u32_reg(port, CP210X_SET_BAUDRATE, baud)) {
  760. dev_warn(&port->dev, "failed to set baud rate to %u\n", baud);
  761. if (old_termios)
  762. baud = old_termios->c_ospeed;
  763. else
  764. baud = 9600;
  765. }
  766. tty_encode_baud_rate(tty, baud, baud);
  767. }
  768. static void cp210x_set_termios(struct tty_struct *tty,
  769. struct usb_serial_port *port, struct ktermios *old_termios)
  770. {
  771. struct device *dev = &port->dev;
  772. unsigned int cflag, old_cflag;
  773. u16 bits;
  774. u8 modem_ctl[16];
  775. cflag = tty->termios.c_cflag;
  776. old_cflag = old_termios->c_cflag;
  777. if (tty->termios.c_ospeed != old_termios->c_ospeed)
  778. cp210x_change_speed(tty, port, old_termios);
  779. /* If the number of data bits is to be updated */
  780. if ((cflag & CSIZE) != (old_cflag & CSIZE)) {
  781. cp210x_get_line_ctl(port, &bits);
  782. bits &= ~BITS_DATA_MASK;
  783. switch (cflag & CSIZE) {
  784. case CS5:
  785. bits |= BITS_DATA_5;
  786. dev_dbg(dev, "%s - data bits = 5\n", __func__);
  787. break;
  788. case CS6:
  789. bits |= BITS_DATA_6;
  790. dev_dbg(dev, "%s - data bits = 6\n", __func__);
  791. break;
  792. case CS7:
  793. bits |= BITS_DATA_7;
  794. dev_dbg(dev, "%s - data bits = 7\n", __func__);
  795. break;
  796. case CS8:
  797. bits |= BITS_DATA_8;
  798. dev_dbg(dev, "%s - data bits = 8\n", __func__);
  799. break;
  800. /*case CS9:
  801. bits |= BITS_DATA_9;
  802. dev_dbg(dev, "%s - data bits = 9\n", __func__);
  803. break;*/
  804. default:
  805. dev_dbg(dev, "cp210x driver does not support the number of bits requested, using 8 bit mode\n");
  806. bits |= BITS_DATA_8;
  807. break;
  808. }
  809. if (cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits))
  810. dev_dbg(dev, "Number of data bits requested not supported by device\n");
  811. }
  812. if ((cflag & (PARENB|PARODD|CMSPAR)) !=
  813. (old_cflag & (PARENB|PARODD|CMSPAR))) {
  814. cp210x_get_line_ctl(port, &bits);
  815. bits &= ~BITS_PARITY_MASK;
  816. if (cflag & PARENB) {
  817. if (cflag & CMSPAR) {
  818. if (cflag & PARODD) {
  819. bits |= BITS_PARITY_MARK;
  820. dev_dbg(dev, "%s - parity = MARK\n", __func__);
  821. } else {
  822. bits |= BITS_PARITY_SPACE;
  823. dev_dbg(dev, "%s - parity = SPACE\n", __func__);
  824. }
  825. } else {
  826. if (cflag & PARODD) {
  827. bits |= BITS_PARITY_ODD;
  828. dev_dbg(dev, "%s - parity = ODD\n", __func__);
  829. } else {
  830. bits |= BITS_PARITY_EVEN;
  831. dev_dbg(dev, "%s - parity = EVEN\n", __func__);
  832. }
  833. }
  834. }
  835. if (cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits))
  836. dev_dbg(dev, "Parity mode not supported by device\n");
  837. }
  838. if ((cflag & CSTOPB) != (old_cflag & CSTOPB)) {
  839. cp210x_get_line_ctl(port, &bits);
  840. bits &= ~BITS_STOP_MASK;
  841. if (cflag & CSTOPB) {
  842. bits |= BITS_STOP_2;
  843. dev_dbg(dev, "%s - stop bits = 2\n", __func__);
  844. } else {
  845. bits |= BITS_STOP_1;
  846. dev_dbg(dev, "%s - stop bits = 1\n", __func__);
  847. }
  848. if (cp210x_write_u16_reg(port, CP210X_SET_LINE_CTL, bits))
  849. dev_dbg(dev, "Number of stop bits requested not supported by device\n");
  850. }
  851. if ((cflag & CRTSCTS) != (old_cflag & CRTSCTS)) {
  852. /* Only bytes 0, 4 and 7 out of first 8 have functional bits */
  853. cp210x_read_reg_block(port, CP210X_GET_FLOW, modem_ctl,
  854. sizeof(modem_ctl));
  855. dev_dbg(dev, "%s - read modem controls = %02x .. .. .. %02x .. .. %02x\n",
  856. __func__, modem_ctl[0], modem_ctl[4], modem_ctl[7]);
  857. if (cflag & CRTSCTS) {
  858. modem_ctl[0] &= ~0x7B;
  859. modem_ctl[0] |= 0x09;
  860. modem_ctl[4] = 0x80;
  861. /* FIXME - why clear reserved bits just read? */
  862. modem_ctl[5] = 0;
  863. modem_ctl[6] = 0;
  864. modem_ctl[7] = 0;
  865. dev_dbg(dev, "%s - flow control = CRTSCTS\n", __func__);
  866. } else {
  867. modem_ctl[0] &= ~0x7B;
  868. modem_ctl[0] |= 0x01;
  869. /* FIXME - OR here instead of assignment looks wrong */
  870. modem_ctl[4] |= 0x40;
  871. dev_dbg(dev, "%s - flow control = NONE\n", __func__);
  872. }
  873. dev_dbg(dev, "%s - write modem controls = %02x .. .. .. %02x .. .. %02x\n",
  874. __func__, modem_ctl[0], modem_ctl[4], modem_ctl[7]);
  875. cp210x_write_reg_block(port, CP210X_SET_FLOW, modem_ctl,
  876. sizeof(modem_ctl));
  877. }
  878. }
  879. static int cp210x_tiocmset(struct tty_struct *tty,
  880. unsigned int set, unsigned int clear)
  881. {
  882. struct usb_serial_port *port = tty->driver_data;
  883. return cp210x_tiocmset_port(port, set, clear);
  884. }
  885. static int cp210x_tiocmset_port(struct usb_serial_port *port,
  886. unsigned int set, unsigned int clear)
  887. {
  888. u16 control = 0;
  889. if (set & TIOCM_RTS) {
  890. control |= CONTROL_RTS;
  891. control |= CONTROL_WRITE_RTS;
  892. }
  893. if (set & TIOCM_DTR) {
  894. control |= CONTROL_DTR;
  895. control |= CONTROL_WRITE_DTR;
  896. }
  897. if (clear & TIOCM_RTS) {
  898. control &= ~CONTROL_RTS;
  899. control |= CONTROL_WRITE_RTS;
  900. }
  901. if (clear & TIOCM_DTR) {
  902. control &= ~CONTROL_DTR;
  903. control |= CONTROL_WRITE_DTR;
  904. }
  905. dev_dbg(&port->dev, "%s - control = 0x%.4x\n", __func__, control);
  906. return cp210x_write_u16_reg(port, CP210X_SET_MHS, control);
  907. }
  908. static void cp210x_dtr_rts(struct usb_serial_port *p, int on)
  909. {
  910. if (on)
  911. cp210x_tiocmset_port(p, TIOCM_DTR|TIOCM_RTS, 0);
  912. else
  913. cp210x_tiocmset_port(p, 0, TIOCM_DTR|TIOCM_RTS);
  914. }
  915. static int cp210x_tiocmget(struct tty_struct *tty)
  916. {
  917. struct usb_serial_port *port = tty->driver_data;
  918. u8 control;
  919. int result;
  920. cp210x_read_u8_reg(port, CP210X_GET_MDMSTS, &control);
  921. result = ((control & CONTROL_DTR) ? TIOCM_DTR : 0)
  922. |((control & CONTROL_RTS) ? TIOCM_RTS : 0)
  923. |((control & CONTROL_CTS) ? TIOCM_CTS : 0)
  924. |((control & CONTROL_DSR) ? TIOCM_DSR : 0)
  925. |((control & CONTROL_RING)? TIOCM_RI : 0)
  926. |((control & CONTROL_DCD) ? TIOCM_CD : 0);
  927. dev_dbg(&port->dev, "%s - control = 0x%.2x\n", __func__, control);
  928. return result;
  929. }
  930. static void cp210x_break_ctl(struct tty_struct *tty, int break_state)
  931. {
  932. struct usb_serial_port *port = tty->driver_data;
  933. u16 state;
  934. if (break_state == 0)
  935. state = BREAK_OFF;
  936. else
  937. state = BREAK_ON;
  938. dev_dbg(&port->dev, "%s - turning break %s\n", __func__,
  939. state == BREAK_OFF ? "off" : "on");
  940. cp210x_write_u16_reg(port, CP210X_SET_BREAK, state);
  941. }
  942. static int cp210x_port_probe(struct usb_serial_port *port)
  943. {
  944. struct usb_serial *serial = port->serial;
  945. struct usb_host_interface *cur_altsetting;
  946. struct cp210x_port_private *port_priv;
  947. int ret;
  948. port_priv = kzalloc(sizeof(*port_priv), GFP_KERNEL);
  949. if (!port_priv)
  950. return -ENOMEM;
  951. cur_altsetting = serial->interface->cur_altsetting;
  952. port_priv->bInterfaceNumber = cur_altsetting->desc.bInterfaceNumber;
  953. usb_set_serial_port_data(port, port_priv);
  954. ret = cp210x_detect_swapped_line_ctl(port);
  955. if (ret) {
  956. kfree(port_priv);
  957. return ret;
  958. }
  959. return 0;
  960. }
  961. static int cp210x_port_remove(struct usb_serial_port *port)
  962. {
  963. struct cp210x_port_private *port_priv;
  964. port_priv = usb_get_serial_port_data(port);
  965. kfree(port_priv);
  966. return 0;
  967. }
  968. module_usb_serial_driver(serial_drivers, id_table);
  969. MODULE_DESCRIPTION(DRIVER_DESC);
  970. MODULE_LICENSE("GPL");