whiteheat.c 44 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509
  1. /*
  2. * USB ConnectTech WhiteHEAT driver
  3. *
  4. * Copyright (C) 2002
  5. * Connect Tech Inc.
  6. *
  7. * Copyright (C) 1999 - 2001
  8. * Greg Kroah-Hartman (greg@kroah.com)
  9. *
  10. * This program is free software; you can redistribute it and/or modify
  11. * it under the terms of the GNU General Public License as published by
  12. * the Free Software Foundation; either version 2 of the License, or
  13. * (at your option) any later version.
  14. *
  15. * See Documentation/usb/usb-serial.txt for more information on using this driver
  16. *
  17. * (10/09/2002) Stuart MacDonald (stuartm@connecttech.com)
  18. * Upgrade to full working driver
  19. *
  20. * (05/30/2001) gkh
  21. * switched from using spinlock to a semaphore, which fixes lots of problems.
  22. *
  23. * (04/08/2001) gb
  24. * Identify version on module load.
  25. *
  26. * 2001_Mar_19 gkh
  27. * Fixed MOD_INC and MOD_DEC logic, the ability to open a port more
  28. * than once, and the got the proper usb_device_id table entries so
  29. * the driver works again.
  30. *
  31. * (11/01/2000) Adam J. Richter
  32. * usb_device_id table support
  33. *
  34. * (10/05/2000) gkh
  35. * Fixed bug with urb->dev not being set properly, now that the usb
  36. * core needs it.
  37. *
  38. * (10/03/2000) smd
  39. * firmware is improved to guard against crap sent to device
  40. * firmware now replies CMD_FAILURE on bad things
  41. * read_callback fix you provided for private info struct
  42. * command_finished now indicates success or fail
  43. * setup_port struct now packed to avoid gcc padding
  44. * firmware uses 1 based port numbering, driver now handles that
  45. *
  46. * (09/11/2000) gkh
  47. * Removed DEBUG #ifdefs with call to usb_serial_debug_data
  48. *
  49. * (07/19/2000) gkh
  50. * Added module_init and module_exit functions to handle the fact that this
  51. * driver is a loadable module now.
  52. * Fixed bug with port->minor that was found by Al Borchers
  53. *
  54. * (07/04/2000) gkh
  55. * Added support for port settings. Baud rate can now be changed. Line signals
  56. * are not transferred to and from the tty layer yet, but things seem to be
  57. * working well now.
  58. *
  59. * (05/04/2000) gkh
  60. * First cut at open and close commands. Data can flow through the ports at
  61. * default speeds now.
  62. *
  63. * (03/26/2000) gkh
  64. * Split driver up into device specific pieces.
  65. *
  66. */
  67. #include <linux/config.h>
  68. #include <linux/kernel.h>
  69. #include <linux/errno.h>
  70. #include <linux/init.h>
  71. #include <linux/slab.h>
  72. #include <linux/tty.h>
  73. #include <linux/tty_driver.h>
  74. #include <linux/tty_flip.h>
  75. #include <linux/module.h>
  76. #include <linux/spinlock.h>
  77. #include <asm/uaccess.h>
  78. #include <asm/termbits.h>
  79. #include <linux/usb.h>
  80. #include <linux/serial_reg.h>
  81. #include <linux/serial.h>
  82. #include "usb-serial.h"
  83. #include "whiteheat_fw.h" /* firmware for the ConnectTech WhiteHEAT device */
  84. #include "whiteheat.h" /* WhiteHEAT specific commands */
  85. static int debug;
  86. #ifndef CMSPAR
  87. #define CMSPAR 0
  88. #endif
  89. /*
  90. * Version Information
  91. */
  92. #define DRIVER_VERSION "v2.0"
  93. #define DRIVER_AUTHOR "Greg Kroah-Hartman <greg@kroah.com>, Stuart MacDonald <stuartm@connecttech.com>"
  94. #define DRIVER_DESC "USB ConnectTech WhiteHEAT driver"
  95. #define CONNECT_TECH_VENDOR_ID 0x0710
  96. #define CONNECT_TECH_FAKE_WHITE_HEAT_ID 0x0001
  97. #define CONNECT_TECH_WHITE_HEAT_ID 0x8001
  98. /*
  99. ID tables for whiteheat are unusual, because we want to different
  100. things for different versions of the device. Eventually, this
  101. will be doable from a single table. But, for now, we define two
  102. separate ID tables, and then a third table that combines them
  103. just for the purpose of exporting the autoloading information.
  104. */
  105. static struct usb_device_id id_table_std [] = {
  106. { USB_DEVICE(CONNECT_TECH_VENDOR_ID, CONNECT_TECH_WHITE_HEAT_ID) },
  107. { } /* Terminating entry */
  108. };
  109. static struct usb_device_id id_table_prerenumeration [] = {
  110. { USB_DEVICE(CONNECT_TECH_VENDOR_ID, CONNECT_TECH_FAKE_WHITE_HEAT_ID) },
  111. { } /* Terminating entry */
  112. };
  113. static struct usb_device_id id_table_combined [] = {
  114. { USB_DEVICE(CONNECT_TECH_VENDOR_ID, CONNECT_TECH_WHITE_HEAT_ID) },
  115. { USB_DEVICE(CONNECT_TECH_VENDOR_ID, CONNECT_TECH_FAKE_WHITE_HEAT_ID) },
  116. { } /* Terminating entry */
  117. };
  118. MODULE_DEVICE_TABLE (usb, id_table_combined);
  119. static struct usb_driver whiteheat_driver = {
  120. .name = "whiteheat",
  121. .probe = usb_serial_probe,
  122. .disconnect = usb_serial_disconnect,
  123. .id_table = id_table_combined,
  124. .no_dynamic_id = 1,
  125. };
  126. /* function prototypes for the Connect Tech WhiteHEAT prerenumeration device */
  127. static int whiteheat_firmware_download (struct usb_serial *serial, const struct usb_device_id *id);
  128. static int whiteheat_firmware_attach (struct usb_serial *serial);
  129. /* function prototypes for the Connect Tech WhiteHEAT serial converter */
  130. static int whiteheat_attach (struct usb_serial *serial);
  131. static void whiteheat_shutdown (struct usb_serial *serial);
  132. static int whiteheat_open (struct usb_serial_port *port, struct file *filp);
  133. static void whiteheat_close (struct usb_serial_port *port, struct file *filp);
  134. static int whiteheat_write (struct usb_serial_port *port, const unsigned char *buf, int count);
  135. static int whiteheat_write_room (struct usb_serial_port *port);
  136. static int whiteheat_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg);
  137. static void whiteheat_set_termios (struct usb_serial_port *port, struct termios * old);
  138. static int whiteheat_tiocmget (struct usb_serial_port *port, struct file *file);
  139. static int whiteheat_tiocmset (struct usb_serial_port *port, struct file *file, unsigned int set, unsigned int clear);
  140. static void whiteheat_break_ctl (struct usb_serial_port *port, int break_state);
  141. static int whiteheat_chars_in_buffer (struct usb_serial_port *port);
  142. static void whiteheat_throttle (struct usb_serial_port *port);
  143. static void whiteheat_unthrottle (struct usb_serial_port *port);
  144. static void whiteheat_read_callback (struct urb *urb, struct pt_regs *regs);
  145. static void whiteheat_write_callback (struct urb *urb, struct pt_regs *regs);
  146. static struct usb_serial_driver whiteheat_fake_device = {
  147. .driver = {
  148. .owner = THIS_MODULE,
  149. .name = "whiteheatnofirm",
  150. },
  151. .description = "Connect Tech - WhiteHEAT - (prerenumeration)",
  152. .id_table = id_table_prerenumeration,
  153. .num_interrupt_in = NUM_DONT_CARE,
  154. .num_bulk_in = NUM_DONT_CARE,
  155. .num_bulk_out = NUM_DONT_CARE,
  156. .num_ports = 1,
  157. .probe = whiteheat_firmware_download,
  158. .attach = whiteheat_firmware_attach,
  159. };
  160. static struct usb_serial_driver whiteheat_device = {
  161. .driver = {
  162. .owner = THIS_MODULE,
  163. .name = "whiteheat",
  164. },
  165. .description = "Connect Tech - WhiteHEAT",
  166. .id_table = id_table_std,
  167. .num_interrupt_in = NUM_DONT_CARE,
  168. .num_bulk_in = NUM_DONT_CARE,
  169. .num_bulk_out = NUM_DONT_CARE,
  170. .num_ports = 4,
  171. .attach = whiteheat_attach,
  172. .shutdown = whiteheat_shutdown,
  173. .open = whiteheat_open,
  174. .close = whiteheat_close,
  175. .write = whiteheat_write,
  176. .write_room = whiteheat_write_room,
  177. .ioctl = whiteheat_ioctl,
  178. .set_termios = whiteheat_set_termios,
  179. .break_ctl = whiteheat_break_ctl,
  180. .tiocmget = whiteheat_tiocmget,
  181. .tiocmset = whiteheat_tiocmset,
  182. .chars_in_buffer = whiteheat_chars_in_buffer,
  183. .throttle = whiteheat_throttle,
  184. .unthrottle = whiteheat_unthrottle,
  185. .read_bulk_callback = whiteheat_read_callback,
  186. .write_bulk_callback = whiteheat_write_callback,
  187. };
  188. struct whiteheat_command_private {
  189. spinlock_t lock;
  190. __u8 port_running;
  191. __u8 command_finished;
  192. wait_queue_head_t wait_command; /* for handling sleeping while waiting for a command to finish */
  193. __u8 result_buffer[64];
  194. };
  195. #define THROTTLED 0x01
  196. #define ACTUALLY_THROTTLED 0x02
  197. static int urb_pool_size = 8;
  198. struct whiteheat_urb_wrap {
  199. struct list_head list;
  200. struct urb *urb;
  201. };
  202. struct whiteheat_private {
  203. spinlock_t lock;
  204. __u8 flags;
  205. __u8 mcr;
  206. struct list_head rx_urbs_free;
  207. struct list_head rx_urbs_submitted;
  208. struct list_head rx_urb_q;
  209. struct work_struct rx_work;
  210. struct list_head tx_urbs_free;
  211. struct list_head tx_urbs_submitted;
  212. };
  213. /* local function prototypes */
  214. static int start_command_port(struct usb_serial *serial);
  215. static void stop_command_port(struct usb_serial *serial);
  216. static void command_port_write_callback(struct urb *urb, struct pt_regs *regs);
  217. static void command_port_read_callback(struct urb *urb, struct pt_regs *regs);
  218. static int start_port_read(struct usb_serial_port *port);
  219. static struct whiteheat_urb_wrap *urb_to_wrap(struct urb *urb, struct list_head *head);
  220. static struct list_head *list_first(struct list_head *head);
  221. static void rx_data_softint(void *private);
  222. static int firm_send_command(struct usb_serial_port *port, __u8 command, __u8 *data, __u8 datasize);
  223. static int firm_open(struct usb_serial_port *port);
  224. static int firm_close(struct usb_serial_port *port);
  225. static int firm_setup_port(struct usb_serial_port *port);
  226. static int firm_set_rts(struct usb_serial_port *port, __u8 onoff);
  227. static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff);
  228. static int firm_set_break(struct usb_serial_port *port, __u8 onoff);
  229. static int firm_purge(struct usb_serial_port *port, __u8 rxtx);
  230. static int firm_get_dtr_rts(struct usb_serial_port *port);
  231. static int firm_report_tx_done(struct usb_serial_port *port);
  232. #define COMMAND_PORT 4
  233. #define COMMAND_TIMEOUT (2*HZ) /* 2 second timeout for a command */
  234. #define COMMAND_TIMEOUT_MS 2000
  235. #define CLOSING_DELAY (30 * HZ)
  236. /*****************************************************************************
  237. * Connect Tech's White Heat prerenumeration driver functions
  238. *****************************************************************************/
  239. /* steps to download the firmware to the WhiteHEAT device:
  240. - hold the reset (by writing to the reset bit of the CPUCS register)
  241. - download the VEND_AX.HEX file to the chip using VENDOR_REQUEST-ANCHOR_LOAD
  242. - release the reset (by writing to the CPUCS register)
  243. - download the WH.HEX file for all addresses greater than 0x1b3f using
  244. VENDOR_REQUEST-ANCHOR_EXTERNAL_RAM_LOAD
  245. - hold the reset
  246. - download the WH.HEX file for all addresses less than 0x1b40 using
  247. VENDOR_REQUEST_ANCHOR_LOAD
  248. - release the reset
  249. - device renumerated itself and comes up as new device id with all
  250. firmware download completed.
  251. */
  252. static int whiteheat_firmware_download (struct usb_serial *serial, const struct usb_device_id *id)
  253. {
  254. int response;
  255. const struct whiteheat_hex_record *record;
  256. dbg("%s", __FUNCTION__);
  257. response = ezusb_set_reset (serial, 1);
  258. record = &whiteheat_loader[0];
  259. while (record->address != 0xffff) {
  260. response = ezusb_writememory (serial, record->address,
  261. (unsigned char *)record->data, record->data_size, 0xa0);
  262. if (response < 0) {
  263. err("%s - ezusb_writememory failed for loader (%d %04X %p %d)",
  264. __FUNCTION__, response, record->address, record->data, record->data_size);
  265. break;
  266. }
  267. ++record;
  268. }
  269. response = ezusb_set_reset (serial, 0);
  270. record = &whiteheat_firmware[0];
  271. while (record->address < 0x1b40) {
  272. ++record;
  273. }
  274. while (record->address != 0xffff) {
  275. response = ezusb_writememory (serial, record->address,
  276. (unsigned char *)record->data, record->data_size, 0xa3);
  277. if (response < 0) {
  278. err("%s - ezusb_writememory failed for first firmware step (%d %04X %p %d)",
  279. __FUNCTION__, response, record->address, record->data, record->data_size);
  280. break;
  281. }
  282. ++record;
  283. }
  284. response = ezusb_set_reset (serial, 1);
  285. record = &whiteheat_firmware[0];
  286. while (record->address < 0x1b40) {
  287. response = ezusb_writememory (serial, record->address,
  288. (unsigned char *)record->data, record->data_size, 0xa0);
  289. if (response < 0) {
  290. err("%s - ezusb_writememory failed for second firmware step (%d %04X %p %d)",
  291. __FUNCTION__, response, record->address, record->data, record->data_size);
  292. break;
  293. }
  294. ++record;
  295. }
  296. response = ezusb_set_reset (serial, 0);
  297. return 0;
  298. }
  299. static int whiteheat_firmware_attach (struct usb_serial *serial)
  300. {
  301. /* We want this device to fail to have a driver assigned to it */
  302. return 1;
  303. }
  304. /*****************************************************************************
  305. * Connect Tech's White Heat serial driver functions
  306. *****************************************************************************/
  307. static int whiteheat_attach (struct usb_serial *serial)
  308. {
  309. struct usb_serial_port *command_port;
  310. struct whiteheat_command_private *command_info;
  311. struct usb_serial_port *port;
  312. struct whiteheat_private *info;
  313. struct whiteheat_hw_info *hw_info;
  314. int pipe;
  315. int ret;
  316. int alen;
  317. __u8 *command;
  318. __u8 *result;
  319. int i;
  320. int j;
  321. struct urb *urb;
  322. int buf_size;
  323. struct whiteheat_urb_wrap *wrap;
  324. struct list_head *tmp;
  325. command_port = serial->port[COMMAND_PORT];
  326. pipe = usb_sndbulkpipe (serial->dev, command_port->bulk_out_endpointAddress);
  327. command = kmalloc(2, GFP_KERNEL);
  328. if (!command)
  329. goto no_command_buffer;
  330. command[0] = WHITEHEAT_GET_HW_INFO;
  331. command[1] = 0;
  332. result = kmalloc(sizeof(*hw_info) + 1, GFP_KERNEL);
  333. if (!result)
  334. goto no_result_buffer;
  335. /*
  336. * When the module is reloaded the firmware is still there and
  337. * the endpoints are still in the usb core unchanged. This is the
  338. * unlinking bug in disguise. Same for the call below.
  339. */
  340. usb_clear_halt(serial->dev, pipe);
  341. ret = usb_bulk_msg (serial->dev, pipe, command, 2, &alen, COMMAND_TIMEOUT_MS);
  342. if (ret) {
  343. err("%s: Couldn't send command [%d]", serial->type->description, ret);
  344. goto no_firmware;
  345. } else if (alen != 2) {
  346. err("%s: Send command incomplete [%d]", serial->type->description, alen);
  347. goto no_firmware;
  348. }
  349. pipe = usb_rcvbulkpipe (serial->dev, command_port->bulk_in_endpointAddress);
  350. /* See the comment on the usb_clear_halt() above */
  351. usb_clear_halt(serial->dev, pipe);
  352. ret = usb_bulk_msg (serial->dev, pipe, result, sizeof(*hw_info) + 1, &alen, COMMAND_TIMEOUT_MS);
  353. if (ret) {
  354. err("%s: Couldn't get results [%d]", serial->type->description, ret);
  355. goto no_firmware;
  356. } else if (alen != sizeof(*hw_info) + 1) {
  357. err("%s: Get results incomplete [%d]", serial->type->description, alen);
  358. goto no_firmware;
  359. } else if (result[0] != command[0]) {
  360. err("%s: Command failed [%d]", serial->type->description, result[0]);
  361. goto no_firmware;
  362. }
  363. hw_info = (struct whiteheat_hw_info *)&result[1];
  364. info("%s: Driver %s: Firmware v%d.%02d", serial->type->description,
  365. DRIVER_VERSION, hw_info->sw_major_rev, hw_info->sw_minor_rev);
  366. for (i = 0; i < serial->num_ports; i++) {
  367. port = serial->port[i];
  368. info = (struct whiteheat_private *)kmalloc(sizeof(struct whiteheat_private), GFP_KERNEL);
  369. if (info == NULL) {
  370. err("%s: Out of memory for port structures\n", serial->type->description);
  371. goto no_private;
  372. }
  373. spin_lock_init(&info->lock);
  374. info->flags = 0;
  375. info->mcr = 0;
  376. INIT_WORK(&info->rx_work, rx_data_softint, port);
  377. INIT_LIST_HEAD(&info->rx_urbs_free);
  378. INIT_LIST_HEAD(&info->rx_urbs_submitted);
  379. INIT_LIST_HEAD(&info->rx_urb_q);
  380. INIT_LIST_HEAD(&info->tx_urbs_free);
  381. INIT_LIST_HEAD(&info->tx_urbs_submitted);
  382. for (j = 0; j < urb_pool_size; j++) {
  383. urb = usb_alloc_urb(0, GFP_KERNEL);
  384. if (!urb) {
  385. err("No free urbs available");
  386. goto no_rx_urb;
  387. }
  388. buf_size = port->read_urb->transfer_buffer_length;
  389. urb->transfer_buffer = kmalloc(buf_size, GFP_KERNEL);
  390. if (!urb->transfer_buffer) {
  391. err("Couldn't allocate urb buffer");
  392. goto no_rx_buf;
  393. }
  394. wrap = kmalloc(sizeof(*wrap), GFP_KERNEL);
  395. if (!wrap) {
  396. err("Couldn't allocate urb wrapper");
  397. goto no_rx_wrap;
  398. }
  399. usb_fill_bulk_urb(urb, serial->dev,
  400. usb_rcvbulkpipe(serial->dev,
  401. port->bulk_in_endpointAddress),
  402. urb->transfer_buffer, buf_size,
  403. whiteheat_read_callback, port);
  404. wrap->urb = urb;
  405. list_add(&wrap->list, &info->rx_urbs_free);
  406. urb = usb_alloc_urb(0, GFP_KERNEL);
  407. if (!urb) {
  408. err("No free urbs available");
  409. goto no_tx_urb;
  410. }
  411. buf_size = port->write_urb->transfer_buffer_length;
  412. urb->transfer_buffer = kmalloc(buf_size, GFP_KERNEL);
  413. if (!urb->transfer_buffer) {
  414. err("Couldn't allocate urb buffer");
  415. goto no_tx_buf;
  416. }
  417. wrap = kmalloc(sizeof(*wrap), GFP_KERNEL);
  418. if (!wrap) {
  419. err("Couldn't allocate urb wrapper");
  420. goto no_tx_wrap;
  421. }
  422. usb_fill_bulk_urb(urb, serial->dev,
  423. usb_sndbulkpipe(serial->dev,
  424. port->bulk_out_endpointAddress),
  425. urb->transfer_buffer, buf_size,
  426. whiteheat_write_callback, port);
  427. wrap->urb = urb;
  428. list_add(&wrap->list, &info->tx_urbs_free);
  429. }
  430. usb_set_serial_port_data(port, info);
  431. }
  432. command_info = (struct whiteheat_command_private *)kmalloc(sizeof(struct whiteheat_command_private), GFP_KERNEL);
  433. if (command_info == NULL) {
  434. err("%s: Out of memory for port structures\n", serial->type->description);
  435. goto no_command_private;
  436. }
  437. spin_lock_init(&command_info->lock);
  438. command_info->port_running = 0;
  439. init_waitqueue_head(&command_info->wait_command);
  440. usb_set_serial_port_data(command_port, command_info);
  441. command_port->write_urb->complete = command_port_write_callback;
  442. command_port->read_urb->complete = command_port_read_callback;
  443. kfree(result);
  444. kfree(command);
  445. return 0;
  446. no_firmware:
  447. /* Firmware likely not running */
  448. err("%s: Unable to retrieve firmware version, try replugging\n", serial->type->description);
  449. err("%s: If the firmware is not running (status led not blinking)\n", serial->type->description);
  450. err("%s: please contact support@connecttech.com\n", serial->type->description);
  451. kfree(result);
  452. return -ENODEV;
  453. no_command_private:
  454. for (i = serial->num_ports - 1; i >= 0; i--) {
  455. port = serial->port[i];
  456. info = usb_get_serial_port_data(port);
  457. for (j = urb_pool_size - 1; j >= 0; j--) {
  458. tmp = list_first(&info->tx_urbs_free);
  459. list_del(tmp);
  460. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  461. urb = wrap->urb;
  462. kfree(wrap);
  463. no_tx_wrap:
  464. kfree(urb->transfer_buffer);
  465. no_tx_buf:
  466. usb_free_urb(urb);
  467. no_tx_urb:
  468. tmp = list_first(&info->rx_urbs_free);
  469. list_del(tmp);
  470. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  471. urb = wrap->urb;
  472. kfree(wrap);
  473. no_rx_wrap:
  474. kfree(urb->transfer_buffer);
  475. no_rx_buf:
  476. usb_free_urb(urb);
  477. no_rx_urb:
  478. ;
  479. }
  480. kfree(info);
  481. no_private:
  482. ;
  483. }
  484. kfree(result);
  485. no_result_buffer:
  486. kfree(command);
  487. no_command_buffer:
  488. return -ENOMEM;
  489. }
  490. static void whiteheat_shutdown (struct usb_serial *serial)
  491. {
  492. struct usb_serial_port *command_port;
  493. struct usb_serial_port *port;
  494. struct whiteheat_private *info;
  495. struct whiteheat_urb_wrap *wrap;
  496. struct urb *urb;
  497. struct list_head *tmp;
  498. struct list_head *tmp2;
  499. int i;
  500. dbg("%s", __FUNCTION__);
  501. /* free up our private data for our command port */
  502. command_port = serial->port[COMMAND_PORT];
  503. kfree (usb_get_serial_port_data(command_port));
  504. for (i = 0; i < serial->num_ports; i++) {
  505. port = serial->port[i];
  506. info = usb_get_serial_port_data(port);
  507. list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
  508. list_del(tmp);
  509. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  510. urb = wrap->urb;
  511. kfree(wrap);
  512. kfree(urb->transfer_buffer);
  513. usb_free_urb(urb);
  514. }
  515. list_for_each_safe(tmp, tmp2, &info->tx_urbs_free) {
  516. list_del(tmp);
  517. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  518. urb = wrap->urb;
  519. kfree(wrap);
  520. kfree(urb->transfer_buffer);
  521. usb_free_urb(urb);
  522. }
  523. kfree(info);
  524. }
  525. return;
  526. }
  527. static int whiteheat_open (struct usb_serial_port *port, struct file *filp)
  528. {
  529. int retval = 0;
  530. struct termios old_term;
  531. dbg("%s - port %d", __FUNCTION__, port->number);
  532. retval = start_command_port(port->serial);
  533. if (retval)
  534. goto exit;
  535. if (port->tty)
  536. port->tty->low_latency = 1;
  537. /* send an open port command */
  538. retval = firm_open(port);
  539. if (retval) {
  540. stop_command_port(port->serial);
  541. goto exit;
  542. }
  543. retval = firm_purge(port, WHITEHEAT_PURGE_RX | WHITEHEAT_PURGE_TX);
  544. if (retval) {
  545. firm_close(port);
  546. stop_command_port(port->serial);
  547. goto exit;
  548. }
  549. old_term.c_cflag = ~port->tty->termios->c_cflag;
  550. old_term.c_iflag = ~port->tty->termios->c_iflag;
  551. whiteheat_set_termios(port, &old_term);
  552. /* Work around HCD bugs */
  553. usb_clear_halt(port->serial->dev, port->read_urb->pipe);
  554. usb_clear_halt(port->serial->dev, port->write_urb->pipe);
  555. /* Start reading from the device */
  556. retval = start_port_read(port);
  557. if (retval) {
  558. err("%s - failed submitting read urb, error %d", __FUNCTION__, retval);
  559. firm_close(port);
  560. stop_command_port(port->serial);
  561. goto exit;
  562. }
  563. exit:
  564. dbg("%s - exit, retval = %d", __FUNCTION__, retval);
  565. return retval;
  566. }
  567. static void whiteheat_close(struct usb_serial_port *port, struct file * filp)
  568. {
  569. struct whiteheat_private *info = usb_get_serial_port_data(port);
  570. struct whiteheat_urb_wrap *wrap;
  571. struct urb *urb;
  572. struct list_head *tmp;
  573. struct list_head *tmp2;
  574. unsigned long flags;
  575. dbg("%s - port %d", __FUNCTION__, port->number);
  576. /* filp is NULL when called from usb_serial_disconnect */
  577. if (filp && (tty_hung_up_p(filp))) {
  578. return;
  579. }
  580. port->tty->closing = 1;
  581. /*
  582. * Not currently in use; tty_wait_until_sent() calls
  583. * serial_chars_in_buffer() which deadlocks on the second semaphore
  584. * acquisition. This should be fixed at some point. Greg's been
  585. * notified.
  586. if ((filp->f_flags & (O_NDELAY | O_NONBLOCK)) == 0) {
  587. tty_wait_until_sent(port->tty, CLOSING_DELAY);
  588. }
  589. */
  590. if (port->tty->driver->flush_buffer)
  591. port->tty->driver->flush_buffer(port->tty);
  592. tty_ldisc_flush(port->tty);
  593. firm_report_tx_done(port);
  594. firm_close(port);
  595. /* shutdown our bulk reads and writes */
  596. spin_lock_irqsave(&info->lock, flags);
  597. list_for_each_safe(tmp, tmp2, &info->rx_urbs_submitted) {
  598. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  599. urb = wrap->urb;
  600. usb_kill_urb(urb);
  601. list_move(tmp, &info->rx_urbs_free);
  602. }
  603. list_for_each_safe(tmp, tmp2, &info->rx_urb_q)
  604. list_move(tmp, &info->rx_urbs_free);
  605. list_for_each_safe(tmp, tmp2, &info->tx_urbs_submitted) {
  606. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  607. urb = wrap->urb;
  608. usb_kill_urb(urb);
  609. list_move(tmp, &info->tx_urbs_free);
  610. }
  611. spin_unlock_irqrestore(&info->lock, flags);
  612. stop_command_port(port->serial);
  613. port->tty->closing = 0;
  614. }
  615. static int whiteheat_write(struct usb_serial_port *port, const unsigned char *buf, int count)
  616. {
  617. struct usb_serial *serial = port->serial;
  618. struct whiteheat_private *info = usb_get_serial_port_data(port);
  619. struct whiteheat_urb_wrap *wrap;
  620. struct urb *urb;
  621. int result;
  622. int bytes;
  623. int sent = 0;
  624. unsigned long flags;
  625. struct list_head *tmp;
  626. dbg("%s - port %d", __FUNCTION__, port->number);
  627. if (count == 0) {
  628. dbg("%s - write request of 0 bytes", __FUNCTION__);
  629. return (0);
  630. }
  631. while (count) {
  632. spin_lock_irqsave(&info->lock, flags);
  633. if (list_empty(&info->tx_urbs_free)) {
  634. spin_unlock_irqrestore(&info->lock, flags);
  635. break;
  636. }
  637. tmp = list_first(&info->tx_urbs_free);
  638. list_del(tmp);
  639. spin_unlock_irqrestore(&info->lock, flags);
  640. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  641. urb = wrap->urb;
  642. bytes = (count > port->bulk_out_size) ? port->bulk_out_size : count;
  643. memcpy (urb->transfer_buffer, buf + sent, bytes);
  644. usb_serial_debug_data(debug, &port->dev, __FUNCTION__, bytes, urb->transfer_buffer);
  645. urb->dev = serial->dev;
  646. urb->transfer_buffer_length = bytes;
  647. result = usb_submit_urb(urb, GFP_ATOMIC);
  648. if (result) {
  649. err("%s - failed submitting write urb, error %d", __FUNCTION__, result);
  650. sent = result;
  651. spin_lock_irqsave(&info->lock, flags);
  652. list_add(tmp, &info->tx_urbs_free);
  653. spin_unlock_irqrestore(&info->lock, flags);
  654. break;
  655. } else {
  656. sent += bytes;
  657. count -= bytes;
  658. spin_lock_irqsave(&info->lock, flags);
  659. list_add(tmp, &info->tx_urbs_submitted);
  660. spin_unlock_irqrestore(&info->lock, flags);
  661. }
  662. }
  663. return sent;
  664. }
  665. static int whiteheat_write_room(struct usb_serial_port *port)
  666. {
  667. struct whiteheat_private *info = usb_get_serial_port_data(port);
  668. struct list_head *tmp;
  669. int room = 0;
  670. unsigned long flags;
  671. dbg("%s - port %d", __FUNCTION__, port->number);
  672. spin_lock_irqsave(&info->lock, flags);
  673. list_for_each(tmp, &info->tx_urbs_free)
  674. room++;
  675. spin_unlock_irqrestore(&info->lock, flags);
  676. room *= port->bulk_out_size;
  677. dbg("%s - returns %d", __FUNCTION__, room);
  678. return (room);
  679. }
  680. static int whiteheat_tiocmget (struct usb_serial_port *port, struct file *file)
  681. {
  682. struct whiteheat_private *info = usb_get_serial_port_data(port);
  683. unsigned int modem_signals = 0;
  684. dbg("%s - port %d", __FUNCTION__, port->number);
  685. firm_get_dtr_rts(port);
  686. if (info->mcr & UART_MCR_DTR)
  687. modem_signals |= TIOCM_DTR;
  688. if (info->mcr & UART_MCR_RTS)
  689. modem_signals |= TIOCM_RTS;
  690. return modem_signals;
  691. }
  692. static int whiteheat_tiocmset (struct usb_serial_port *port, struct file *file,
  693. unsigned int set, unsigned int clear)
  694. {
  695. struct whiteheat_private *info = usb_get_serial_port_data(port);
  696. dbg("%s - port %d", __FUNCTION__, port->number);
  697. if (set & TIOCM_RTS)
  698. info->mcr |= UART_MCR_RTS;
  699. if (set & TIOCM_DTR)
  700. info->mcr |= UART_MCR_DTR;
  701. if (clear & TIOCM_RTS)
  702. info->mcr &= ~UART_MCR_RTS;
  703. if (clear & TIOCM_DTR)
  704. info->mcr &= ~UART_MCR_DTR;
  705. firm_set_dtr(port, info->mcr & UART_MCR_DTR);
  706. firm_set_rts(port, info->mcr & UART_MCR_RTS);
  707. return 0;
  708. }
  709. static int whiteheat_ioctl (struct usb_serial_port *port, struct file * file, unsigned int cmd, unsigned long arg)
  710. {
  711. struct serial_struct serstruct;
  712. void __user *user_arg = (void __user *)arg;
  713. dbg("%s - port %d, cmd 0x%.4x", __FUNCTION__, port->number, cmd);
  714. switch (cmd) {
  715. case TIOCGSERIAL:
  716. memset(&serstruct, 0, sizeof(serstruct));
  717. serstruct.type = PORT_16654;
  718. serstruct.line = port->serial->minor;
  719. serstruct.port = port->number;
  720. serstruct.flags = ASYNC_SKIP_TEST | ASYNC_AUTO_IRQ;
  721. serstruct.xmit_fifo_size = port->bulk_out_size;
  722. serstruct.custom_divisor = 0;
  723. serstruct.baud_base = 460800;
  724. serstruct.close_delay = CLOSING_DELAY;
  725. serstruct.closing_wait = CLOSING_DELAY;
  726. if (copy_to_user(user_arg, &serstruct, sizeof(serstruct)))
  727. return -EFAULT;
  728. break;
  729. case TIOCSSERIAL:
  730. if (copy_from_user(&serstruct, user_arg, sizeof(serstruct)))
  731. return -EFAULT;
  732. /*
  733. * For now this is ignored. dip sets the ASYNC_[V]HI flags
  734. * but this isn't used by us at all. Maybe someone somewhere
  735. * will need the custom_divisor setting.
  736. */
  737. break;
  738. default:
  739. break;
  740. }
  741. return -ENOIOCTLCMD;
  742. }
  743. static void whiteheat_set_termios (struct usb_serial_port *port, struct termios *old_termios)
  744. {
  745. dbg("%s -port %d", __FUNCTION__, port->number);
  746. if ((!port->tty) || (!port->tty->termios)) {
  747. dbg("%s - no tty structures", __FUNCTION__);
  748. goto exit;
  749. }
  750. /* check that they really want us to change something */
  751. if (old_termios) {
  752. if ((port->tty->termios->c_cflag == old_termios->c_cflag) &&
  753. (port->tty->termios->c_iflag == old_termios->c_iflag)) {
  754. dbg("%s - nothing to change...", __FUNCTION__);
  755. goto exit;
  756. }
  757. }
  758. firm_setup_port(port);
  759. exit:
  760. return;
  761. }
  762. static void whiteheat_break_ctl(struct usb_serial_port *port, int break_state) {
  763. firm_set_break(port, break_state);
  764. }
  765. static int whiteheat_chars_in_buffer(struct usb_serial_port *port)
  766. {
  767. struct whiteheat_private *info = usb_get_serial_port_data(port);
  768. struct list_head *tmp;
  769. struct whiteheat_urb_wrap *wrap;
  770. int chars = 0;
  771. unsigned long flags;
  772. dbg("%s - port %d", __FUNCTION__, port->number);
  773. spin_lock_irqsave(&info->lock, flags);
  774. list_for_each(tmp, &info->tx_urbs_submitted) {
  775. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  776. chars += wrap->urb->transfer_buffer_length;
  777. }
  778. spin_unlock_irqrestore(&info->lock, flags);
  779. dbg ("%s - returns %d", __FUNCTION__, chars);
  780. return (chars);
  781. }
  782. static void whiteheat_throttle (struct usb_serial_port *port)
  783. {
  784. struct whiteheat_private *info = usb_get_serial_port_data(port);
  785. unsigned long flags;
  786. dbg("%s - port %d", __FUNCTION__, port->number);
  787. spin_lock_irqsave(&info->lock, flags);
  788. info->flags |= THROTTLED;
  789. spin_unlock_irqrestore(&info->lock, flags);
  790. return;
  791. }
  792. static void whiteheat_unthrottle (struct usb_serial_port *port)
  793. {
  794. struct whiteheat_private *info = usb_get_serial_port_data(port);
  795. int actually_throttled;
  796. unsigned long flags;
  797. dbg("%s - port %d", __FUNCTION__, port->number);
  798. spin_lock_irqsave(&info->lock, flags);
  799. actually_throttled = info->flags & ACTUALLY_THROTTLED;
  800. info->flags &= ~(THROTTLED | ACTUALLY_THROTTLED);
  801. spin_unlock_irqrestore(&info->lock, flags);
  802. if (actually_throttled)
  803. rx_data_softint(port);
  804. return;
  805. }
  806. /*****************************************************************************
  807. * Connect Tech's White Heat callback routines
  808. *****************************************************************************/
  809. static void command_port_write_callback (struct urb *urb, struct pt_regs *regs)
  810. {
  811. dbg("%s", __FUNCTION__);
  812. if (urb->status) {
  813. dbg ("nonzero urb status: %d", urb->status);
  814. return;
  815. }
  816. }
  817. static void command_port_read_callback (struct urb *urb, struct pt_regs *regs)
  818. {
  819. struct usb_serial_port *command_port = (struct usb_serial_port *)urb->context;
  820. struct whiteheat_command_private *command_info;
  821. unsigned char *data = urb->transfer_buffer;
  822. int result;
  823. unsigned long flags;
  824. dbg("%s", __FUNCTION__);
  825. if (urb->status) {
  826. dbg("%s - nonzero urb status: %d", __FUNCTION__, urb->status);
  827. return;
  828. }
  829. usb_serial_debug_data(debug, &command_port->dev, __FUNCTION__, urb->actual_length, data);
  830. command_info = usb_get_serial_port_data(command_port);
  831. if (!command_info) {
  832. dbg ("%s - command_info is NULL, exiting.", __FUNCTION__);
  833. return;
  834. }
  835. spin_lock_irqsave(&command_info->lock, flags);
  836. if (data[0] == WHITEHEAT_CMD_COMPLETE) {
  837. command_info->command_finished = WHITEHEAT_CMD_COMPLETE;
  838. wake_up_interruptible(&command_info->wait_command);
  839. } else if (data[0] == WHITEHEAT_CMD_FAILURE) {
  840. command_info->command_finished = WHITEHEAT_CMD_FAILURE;
  841. wake_up_interruptible(&command_info->wait_command);
  842. } else if (data[0] == WHITEHEAT_EVENT) {
  843. /* These are unsolicited reports from the firmware, hence no waiting command to wakeup */
  844. dbg("%s - event received", __FUNCTION__);
  845. } else if (data[0] == WHITEHEAT_GET_DTR_RTS) {
  846. memcpy(command_info->result_buffer, &data[1], urb->actual_length - 1);
  847. command_info->command_finished = WHITEHEAT_CMD_COMPLETE;
  848. wake_up_interruptible(&command_info->wait_command);
  849. } else {
  850. dbg("%s - bad reply from firmware", __FUNCTION__);
  851. }
  852. /* Continue trying to always read */
  853. command_port->read_urb->dev = command_port->serial->dev;
  854. result = usb_submit_urb(command_port->read_urb, GFP_ATOMIC);
  855. spin_unlock_irqrestore(&command_info->lock, flags);
  856. if (result)
  857. dbg("%s - failed resubmitting read urb, error %d", __FUNCTION__, result);
  858. }
  859. static void whiteheat_read_callback(struct urb *urb, struct pt_regs *regs)
  860. {
  861. struct usb_serial_port *port = (struct usb_serial_port *)urb->context;
  862. struct whiteheat_urb_wrap *wrap;
  863. unsigned char *data = urb->transfer_buffer;
  864. struct whiteheat_private *info = usb_get_serial_port_data(port);
  865. dbg("%s - port %d", __FUNCTION__, port->number);
  866. spin_lock(&info->lock);
  867. wrap = urb_to_wrap(urb, &info->rx_urbs_submitted);
  868. if (!wrap) {
  869. spin_unlock(&info->lock);
  870. err("%s - Not my urb!", __FUNCTION__);
  871. return;
  872. }
  873. list_del(&wrap->list);
  874. spin_unlock(&info->lock);
  875. if (urb->status) {
  876. dbg("%s - nonzero read bulk status received: %d", __FUNCTION__, urb->status);
  877. spin_lock(&info->lock);
  878. list_add(&wrap->list, &info->rx_urbs_free);
  879. spin_unlock(&info->lock);
  880. return;
  881. }
  882. usb_serial_debug_data(debug, &port->dev, __FUNCTION__, urb->actual_length, data);
  883. spin_lock(&info->lock);
  884. list_add_tail(&wrap->list, &info->rx_urb_q);
  885. if (info->flags & THROTTLED) {
  886. info->flags |= ACTUALLY_THROTTLED;
  887. spin_unlock(&info->lock);
  888. return;
  889. }
  890. spin_unlock(&info->lock);
  891. schedule_work(&info->rx_work);
  892. }
  893. static void whiteheat_write_callback(struct urb *urb, struct pt_regs *regs)
  894. {
  895. struct usb_serial_port *port = (struct usb_serial_port *)urb->context;
  896. struct whiteheat_private *info = usb_get_serial_port_data(port);
  897. struct whiteheat_urb_wrap *wrap;
  898. dbg("%s - port %d", __FUNCTION__, port->number);
  899. spin_lock(&info->lock);
  900. wrap = urb_to_wrap(urb, &info->tx_urbs_submitted);
  901. if (!wrap) {
  902. spin_unlock(&info->lock);
  903. err("%s - Not my urb!", __FUNCTION__);
  904. return;
  905. }
  906. list_move(&wrap->list, &info->tx_urbs_free);
  907. spin_unlock(&info->lock);
  908. if (urb->status) {
  909. dbg("%s - nonzero write bulk status received: %d", __FUNCTION__, urb->status);
  910. return;
  911. }
  912. usb_serial_port_softint(port);
  913. }
  914. /*****************************************************************************
  915. * Connect Tech's White Heat firmware interface
  916. *****************************************************************************/
  917. static int firm_send_command (struct usb_serial_port *port, __u8 command, __u8 *data, __u8 datasize)
  918. {
  919. struct usb_serial_port *command_port;
  920. struct whiteheat_command_private *command_info;
  921. struct whiteheat_private *info;
  922. __u8 *transfer_buffer;
  923. int retval = 0;
  924. unsigned long flags;
  925. dbg("%s - command %d", __FUNCTION__, command);
  926. command_port = port->serial->port[COMMAND_PORT];
  927. command_info = usb_get_serial_port_data(command_port);
  928. spin_lock_irqsave(&command_info->lock, flags);
  929. command_info->command_finished = FALSE;
  930. transfer_buffer = (__u8 *)command_port->write_urb->transfer_buffer;
  931. transfer_buffer[0] = command;
  932. memcpy (&transfer_buffer[1], data, datasize);
  933. command_port->write_urb->transfer_buffer_length = datasize + 1;
  934. command_port->write_urb->dev = port->serial->dev;
  935. retval = usb_submit_urb (command_port->write_urb, GFP_KERNEL);
  936. if (retval) {
  937. dbg("%s - submit urb failed", __FUNCTION__);
  938. goto exit;
  939. }
  940. spin_unlock_irqrestore(&command_info->lock, flags);
  941. /* wait for the command to complete */
  942. wait_event_interruptible_timeout(command_info->wait_command,
  943. (command_info->command_finished != FALSE), COMMAND_TIMEOUT);
  944. spin_lock_irqsave(&command_info->lock, flags);
  945. if (command_info->command_finished == FALSE) {
  946. dbg("%s - command timed out.", __FUNCTION__);
  947. retval = -ETIMEDOUT;
  948. goto exit;
  949. }
  950. if (command_info->command_finished == WHITEHEAT_CMD_FAILURE) {
  951. dbg("%s - command failed.", __FUNCTION__);
  952. retval = -EIO;
  953. goto exit;
  954. }
  955. if (command_info->command_finished == WHITEHEAT_CMD_COMPLETE) {
  956. dbg("%s - command completed.", __FUNCTION__);
  957. switch (command) {
  958. case WHITEHEAT_GET_DTR_RTS:
  959. info = usb_get_serial_port_data(port);
  960. memcpy(&info->mcr, command_info->result_buffer, sizeof(struct whiteheat_dr_info));
  961. break;
  962. }
  963. }
  964. exit:
  965. spin_unlock_irqrestore(&command_info->lock, flags);
  966. return retval;
  967. }
  968. static int firm_open(struct usb_serial_port *port) {
  969. struct whiteheat_simple open_command;
  970. open_command.port = port->number - port->serial->minor + 1;
  971. return firm_send_command(port, WHITEHEAT_OPEN, (__u8 *)&open_command, sizeof(open_command));
  972. }
  973. static int firm_close(struct usb_serial_port *port) {
  974. struct whiteheat_simple close_command;
  975. close_command.port = port->number - port->serial->minor + 1;
  976. return firm_send_command(port, WHITEHEAT_CLOSE, (__u8 *)&close_command, sizeof(close_command));
  977. }
  978. static int firm_setup_port(struct usb_serial_port *port) {
  979. struct whiteheat_port_settings port_settings;
  980. unsigned int cflag = port->tty->termios->c_cflag;
  981. port_settings.port = port->number + 1;
  982. /* get the byte size */
  983. switch (cflag & CSIZE) {
  984. case CS5: port_settings.bits = 5; break;
  985. case CS6: port_settings.bits = 6; break;
  986. case CS7: port_settings.bits = 7; break;
  987. default:
  988. case CS8: port_settings.bits = 8; break;
  989. }
  990. dbg("%s - data bits = %d", __FUNCTION__, port_settings.bits);
  991. /* determine the parity */
  992. if (cflag & PARENB)
  993. if (cflag & CMSPAR)
  994. if (cflag & PARODD)
  995. port_settings.parity = WHITEHEAT_PAR_MARK;
  996. else
  997. port_settings.parity = WHITEHEAT_PAR_SPACE;
  998. else
  999. if (cflag & PARODD)
  1000. port_settings.parity = WHITEHEAT_PAR_ODD;
  1001. else
  1002. port_settings.parity = WHITEHEAT_PAR_EVEN;
  1003. else
  1004. port_settings.parity = WHITEHEAT_PAR_NONE;
  1005. dbg("%s - parity = %c", __FUNCTION__, port_settings.parity);
  1006. /* figure out the stop bits requested */
  1007. if (cflag & CSTOPB)
  1008. port_settings.stop = 2;
  1009. else
  1010. port_settings.stop = 1;
  1011. dbg("%s - stop bits = %d", __FUNCTION__, port_settings.stop);
  1012. /* figure out the flow control settings */
  1013. if (cflag & CRTSCTS)
  1014. port_settings.hflow = (WHITEHEAT_HFLOW_CTS | WHITEHEAT_HFLOW_RTS);
  1015. else
  1016. port_settings.hflow = WHITEHEAT_HFLOW_NONE;
  1017. dbg("%s - hardware flow control = %s %s %s %s", __FUNCTION__,
  1018. (port_settings.hflow & WHITEHEAT_HFLOW_CTS) ? "CTS" : "",
  1019. (port_settings.hflow & WHITEHEAT_HFLOW_RTS) ? "RTS" : "",
  1020. (port_settings.hflow & WHITEHEAT_HFLOW_DSR) ? "DSR" : "",
  1021. (port_settings.hflow & WHITEHEAT_HFLOW_DTR) ? "DTR" : "");
  1022. /* determine software flow control */
  1023. if (I_IXOFF(port->tty))
  1024. port_settings.sflow = WHITEHEAT_SFLOW_RXTX;
  1025. else
  1026. port_settings.sflow = WHITEHEAT_SFLOW_NONE;
  1027. dbg("%s - software flow control = %c", __FUNCTION__, port_settings.sflow);
  1028. port_settings.xon = START_CHAR(port->tty);
  1029. port_settings.xoff = STOP_CHAR(port->tty);
  1030. dbg("%s - XON = %2x, XOFF = %2x", __FUNCTION__, port_settings.xon, port_settings.xoff);
  1031. /* get the baud rate wanted */
  1032. port_settings.baud = tty_get_baud_rate(port->tty);
  1033. dbg("%s - baud rate = %d", __FUNCTION__, port_settings.baud);
  1034. /* handle any settings that aren't specified in the tty structure */
  1035. port_settings.lloop = 0;
  1036. /* now send the message to the device */
  1037. return firm_send_command(port, WHITEHEAT_SETUP_PORT, (__u8 *)&port_settings, sizeof(port_settings));
  1038. }
  1039. static int firm_set_rts(struct usb_serial_port *port, __u8 onoff) {
  1040. struct whiteheat_set_rdb rts_command;
  1041. rts_command.port = port->number - port->serial->minor + 1;
  1042. rts_command.state = onoff;
  1043. return firm_send_command(port, WHITEHEAT_SET_RTS, (__u8 *)&rts_command, sizeof(rts_command));
  1044. }
  1045. static int firm_set_dtr(struct usb_serial_port *port, __u8 onoff) {
  1046. struct whiteheat_set_rdb dtr_command;
  1047. dtr_command.port = port->number - port->serial->minor + 1;
  1048. dtr_command.state = onoff;
  1049. return firm_send_command(port, WHITEHEAT_SET_RTS, (__u8 *)&dtr_command, sizeof(dtr_command));
  1050. }
  1051. static int firm_set_break(struct usb_serial_port *port, __u8 onoff) {
  1052. struct whiteheat_set_rdb break_command;
  1053. break_command.port = port->number - port->serial->minor + 1;
  1054. break_command.state = onoff;
  1055. return firm_send_command(port, WHITEHEAT_SET_RTS, (__u8 *)&break_command, sizeof(break_command));
  1056. }
  1057. static int firm_purge(struct usb_serial_port *port, __u8 rxtx) {
  1058. struct whiteheat_purge purge_command;
  1059. purge_command.port = port->number - port->serial->minor + 1;
  1060. purge_command.what = rxtx;
  1061. return firm_send_command(port, WHITEHEAT_PURGE, (__u8 *)&purge_command, sizeof(purge_command));
  1062. }
  1063. static int firm_get_dtr_rts(struct usb_serial_port *port) {
  1064. struct whiteheat_simple get_dr_command;
  1065. get_dr_command.port = port->number - port->serial->minor + 1;
  1066. return firm_send_command(port, WHITEHEAT_GET_DTR_RTS, (__u8 *)&get_dr_command, sizeof(get_dr_command));
  1067. }
  1068. static int firm_report_tx_done(struct usb_serial_port *port) {
  1069. struct whiteheat_simple close_command;
  1070. close_command.port = port->number - port->serial->minor + 1;
  1071. return firm_send_command(port, WHITEHEAT_REPORT_TX_DONE, (__u8 *)&close_command, sizeof(close_command));
  1072. }
  1073. /*****************************************************************************
  1074. * Connect Tech's White Heat utility functions
  1075. *****************************************************************************/
  1076. static int start_command_port(struct usb_serial *serial)
  1077. {
  1078. struct usb_serial_port *command_port;
  1079. struct whiteheat_command_private *command_info;
  1080. unsigned long flags;
  1081. int retval = 0;
  1082. command_port = serial->port[COMMAND_PORT];
  1083. command_info = usb_get_serial_port_data(command_port);
  1084. spin_lock_irqsave(&command_info->lock, flags);
  1085. if (!command_info->port_running) {
  1086. /* Work around HCD bugs */
  1087. usb_clear_halt(serial->dev, command_port->read_urb->pipe);
  1088. command_port->read_urb->dev = serial->dev;
  1089. retval = usb_submit_urb(command_port->read_urb, GFP_KERNEL);
  1090. if (retval) {
  1091. err("%s - failed submitting read urb, error %d", __FUNCTION__, retval);
  1092. goto exit;
  1093. }
  1094. }
  1095. command_info->port_running++;
  1096. exit:
  1097. spin_unlock_irqrestore(&command_info->lock, flags);
  1098. return retval;
  1099. }
  1100. static void stop_command_port(struct usb_serial *serial)
  1101. {
  1102. struct usb_serial_port *command_port;
  1103. struct whiteheat_command_private *command_info;
  1104. unsigned long flags;
  1105. command_port = serial->port[COMMAND_PORT];
  1106. command_info = usb_get_serial_port_data(command_port);
  1107. spin_lock_irqsave(&command_info->lock, flags);
  1108. command_info->port_running--;
  1109. if (!command_info->port_running)
  1110. usb_kill_urb(command_port->read_urb);
  1111. spin_unlock_irqrestore(&command_info->lock, flags);
  1112. }
  1113. static int start_port_read(struct usb_serial_port *port)
  1114. {
  1115. struct whiteheat_private *info = usb_get_serial_port_data(port);
  1116. struct whiteheat_urb_wrap *wrap;
  1117. struct urb *urb;
  1118. int retval = 0;
  1119. unsigned long flags;
  1120. struct list_head *tmp;
  1121. struct list_head *tmp2;
  1122. spin_lock_irqsave(&info->lock, flags);
  1123. list_for_each_safe(tmp, tmp2, &info->rx_urbs_free) {
  1124. list_del(tmp);
  1125. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  1126. urb = wrap->urb;
  1127. urb->dev = port->serial->dev;
  1128. retval = usb_submit_urb(urb, GFP_KERNEL);
  1129. if (retval) {
  1130. list_add(tmp, &info->rx_urbs_free);
  1131. list_for_each_safe(tmp, tmp2, &info->rx_urbs_submitted) {
  1132. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  1133. urb = wrap->urb;
  1134. usb_kill_urb(urb);
  1135. list_move(tmp, &info->rx_urbs_free);
  1136. }
  1137. break;
  1138. }
  1139. list_add(tmp, &info->rx_urbs_submitted);
  1140. }
  1141. spin_unlock_irqrestore(&info->lock, flags);
  1142. return retval;
  1143. }
  1144. static struct whiteheat_urb_wrap *urb_to_wrap(struct urb* urb, struct list_head *head)
  1145. {
  1146. struct whiteheat_urb_wrap *wrap;
  1147. struct list_head *tmp;
  1148. list_for_each(tmp, head) {
  1149. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  1150. if (wrap->urb == urb)
  1151. return wrap;
  1152. }
  1153. return NULL;
  1154. }
  1155. static struct list_head *list_first(struct list_head *head)
  1156. {
  1157. return head->next;
  1158. }
  1159. static void rx_data_softint(void *private)
  1160. {
  1161. struct usb_serial_port *port = (struct usb_serial_port *)private;
  1162. struct whiteheat_private *info = usb_get_serial_port_data(port);
  1163. struct tty_struct *tty = port->tty;
  1164. struct whiteheat_urb_wrap *wrap;
  1165. struct urb *urb;
  1166. unsigned long flags;
  1167. struct list_head *tmp;
  1168. struct list_head *tmp2;
  1169. int result;
  1170. int sent = 0;
  1171. spin_lock_irqsave(&info->lock, flags);
  1172. if (info->flags & THROTTLED) {
  1173. spin_unlock_irqrestore(&info->lock, flags);
  1174. return;
  1175. }
  1176. list_for_each_safe(tmp, tmp2, &info->rx_urb_q) {
  1177. list_del(tmp);
  1178. spin_unlock_irqrestore(&info->lock, flags);
  1179. wrap = list_entry(tmp, struct whiteheat_urb_wrap, list);
  1180. urb = wrap->urb;
  1181. if (tty && urb->actual_length) {
  1182. int len = tty_buffer_request_room(tty, urb->actual_length);
  1183. /* This stuff can go away now I suspect */
  1184. if (unlikely(len < urb->actual_length)) {
  1185. spin_lock_irqsave(&info->lock, flags);
  1186. list_add(tmp, &info->rx_urb_q);
  1187. spin_unlock_irqrestore(&info->lock, flags);
  1188. tty_flip_buffer_push(tty);
  1189. schedule_work(&info->rx_work);
  1190. return;
  1191. }
  1192. tty_insert_flip_string(tty, urb->transfer_buffer, len);
  1193. sent += len;
  1194. }
  1195. urb->dev = port->serial->dev;
  1196. result = usb_submit_urb(urb, GFP_ATOMIC);
  1197. if (result) {
  1198. err("%s - failed resubmitting read urb, error %d", __FUNCTION__, result);
  1199. spin_lock_irqsave(&info->lock, flags);
  1200. list_add(tmp, &info->rx_urbs_free);
  1201. continue;
  1202. }
  1203. spin_lock_irqsave(&info->lock, flags);
  1204. list_add(tmp, &info->rx_urbs_submitted);
  1205. }
  1206. spin_unlock_irqrestore(&info->lock, flags);
  1207. if (sent)
  1208. tty_flip_buffer_push(tty);
  1209. }
  1210. /*****************************************************************************
  1211. * Connect Tech's White Heat module functions
  1212. *****************************************************************************/
  1213. static int __init whiteheat_init (void)
  1214. {
  1215. int retval;
  1216. retval = usb_serial_register(&whiteheat_fake_device);
  1217. if (retval)
  1218. goto failed_fake_register;
  1219. retval = usb_serial_register(&whiteheat_device);
  1220. if (retval)
  1221. goto failed_device_register;
  1222. retval = usb_register(&whiteheat_driver);
  1223. if (retval)
  1224. goto failed_usb_register;
  1225. info(DRIVER_DESC " " DRIVER_VERSION);
  1226. return 0;
  1227. failed_usb_register:
  1228. usb_serial_deregister(&whiteheat_device);
  1229. failed_device_register:
  1230. usb_serial_deregister(&whiteheat_fake_device);
  1231. failed_fake_register:
  1232. return retval;
  1233. }
  1234. static void __exit whiteheat_exit (void)
  1235. {
  1236. usb_deregister (&whiteheat_driver);
  1237. usb_serial_deregister (&whiteheat_fake_device);
  1238. usb_serial_deregister (&whiteheat_device);
  1239. }
  1240. module_init(whiteheat_init);
  1241. module_exit(whiteheat_exit);
  1242. MODULE_AUTHOR( DRIVER_AUTHOR );
  1243. MODULE_DESCRIPTION( DRIVER_DESC );
  1244. MODULE_LICENSE("GPL");
  1245. module_param(urb_pool_size, int, 0);
  1246. MODULE_PARM_DESC(urb_pool_size, "Number of urbs to use for buffering");
  1247. module_param(debug, bool, S_IRUGO | S_IWUSR);
  1248. MODULE_PARM_DESC(debug, "Debug enabled or not");