whiteheat.c 44 KB

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