ati_remote.c 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907
  1. /*
  2. * USB ATI Remote support
  3. *
  4. * Copyright (c) 2011 Anssi Hannula <anssi.hannula@iki.fi>
  5. * Version 2.2.0 Copyright (c) 2004 Torrey Hoffman <thoffman@arnor.net>
  6. * Version 2.1.1 Copyright (c) 2002 Vladimir Dergachev
  7. *
  8. * This 2.2.0 version is a rewrite / cleanup of the 2.1.1 driver, including
  9. * porting to the 2.6 kernel interfaces, along with other modification
  10. * to better match the style of the existing usb/input drivers. However, the
  11. * protocol and hardware handling is essentially unchanged from 2.1.1.
  12. *
  13. * The 2.1.1 driver was derived from the usbati_remote and usbkbd drivers by
  14. * Vojtech Pavlik.
  15. *
  16. * Changes:
  17. *
  18. * Feb 2004: Torrey Hoffman <thoffman@arnor.net>
  19. * Version 2.2.0
  20. * Jun 2004: Torrey Hoffman <thoffman@arnor.net>
  21. * Version 2.2.1
  22. * Added key repeat support contributed by:
  23. * Vincent Vanackere <vanackere@lif.univ-mrs.fr>
  24. * Added support for the "Lola" remote contributed by:
  25. * Seth Cohn <sethcohn@yahoo.com>
  26. *
  27. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  28. *
  29. * This program is free software; you can redistribute it and/or modify
  30. * it under the terms of the GNU General Public License as published by
  31. * the Free Software Foundation; either version 2 of the License, or
  32. * (at your option) any later version.
  33. *
  34. * This program is distributed in the hope that it will be useful,
  35. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  36. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  37. * GNU General Public License for more details.
  38. *
  39. * You should have received a copy of the GNU General Public License
  40. * along with this program; if not, write to the Free Software
  41. * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
  42. *
  43. * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
  44. *
  45. * Hardware & software notes
  46. *
  47. * These remote controls are distributed by ATI as part of their
  48. * "All-In-Wonder" video card packages. The receiver self-identifies as a
  49. * "USB Receiver" with manufacturer "X10 Wireless Technology Inc".
  50. *
  51. * The "Lola" remote is available from X10. See:
  52. * http://www.x10.com/products/lola_sg1.htm
  53. * The Lola is similar to the ATI remote but has no mouse support, and slightly
  54. * different keys.
  55. *
  56. * It is possible to use multiple receivers and remotes on multiple computers
  57. * simultaneously by configuring them to use specific channels.
  58. *
  59. * The RF protocol used by the remote supports 16 distinct channels, 1 to 16.
  60. * Actually, it may even support more, at least in some revisions of the
  61. * hardware.
  62. *
  63. * Each remote can be configured to transmit on one channel as follows:
  64. * - Press and hold the "hand icon" button.
  65. * - When the red LED starts to blink, let go of the "hand icon" button.
  66. * - When it stops blinking, input the channel code as two digits, from 01
  67. * to 16, and press the hand icon again.
  68. *
  69. * The timing can be a little tricky. Try loading the module with debug=1
  70. * to have the kernel print out messages about the remote control number
  71. * and mask. Note: debugging prints remote numbers as zero-based hexadecimal.
  72. *
  73. * The driver has a "channel_mask" parameter. This bitmask specifies which
  74. * channels will be ignored by the module. To mask out channels, just add
  75. * all the 2^channel_number values together.
  76. *
  77. * For instance, set channel_mask = 2^4 = 16 (binary 10000) to make ati_remote
  78. * ignore signals coming from remote controls transmitting on channel 4, but
  79. * accept all other channels.
  80. *
  81. * Or, set channel_mask = 65533, (0xFFFD), and all channels except 1 will be
  82. * ignored.
  83. *
  84. * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this
  85. * parameter are unused.
  86. *
  87. */
  88. #include <linux/kernel.h>
  89. #include <linux/errno.h>
  90. #include <linux/init.h>
  91. #include <linux/slab.h>
  92. #include <linux/module.h>
  93. #include <linux/mutex.h>
  94. #include <linux/usb/input.h>
  95. #include <linux/wait.h>
  96. #include <linux/jiffies.h>
  97. #include <media/rc-core.h>
  98. /*
  99. * Module and Version Information, Module Parameters
  100. */
  101. #define ATI_REMOTE_VENDOR_ID 0x0bc7
  102. #define LOLA_REMOTE_PRODUCT_ID 0x0002
  103. #define LOLA2_REMOTE_PRODUCT_ID 0x0003
  104. #define ATI_REMOTE_PRODUCT_ID 0x0004
  105. #define NVIDIA_REMOTE_PRODUCT_ID 0x0005
  106. #define MEDION_REMOTE_PRODUCT_ID 0x0006
  107. #define FIREFLY_REMOTE_PRODUCT_ID 0x0008
  108. #define DRIVER_VERSION "2.2.1"
  109. #define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>"
  110. #define DRIVER_DESC "ATI/X10 RF USB Remote Control"
  111. #define NAME_BUFSIZE 80 /* size of product name, path buffers */
  112. #define DATA_BUFSIZE 63 /* size of URB data buffers */
  113. /*
  114. * Duplicate event filtering time.
  115. * Sequential, identical KIND_FILTERED inputs with less than
  116. * FILTER_TIME milliseconds between them are considered as repeat
  117. * events. The hardware generates 5 events for the first keypress
  118. * and we have to take this into account for an accurate repeat
  119. * behaviour.
  120. */
  121. #define FILTER_TIME 60 /* msec */
  122. #define REPEAT_DELAY 500 /* msec */
  123. static unsigned long channel_mask;
  124. module_param(channel_mask, ulong, 0644);
  125. MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
  126. static int debug;
  127. module_param(debug, int, 0644);
  128. MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
  129. static int repeat_filter = FILTER_TIME;
  130. module_param(repeat_filter, int, 0644);
  131. MODULE_PARM_DESC(repeat_filter, "Repeat filter time, default = 60 msec");
  132. static int repeat_delay = REPEAT_DELAY;
  133. module_param(repeat_delay, int, 0644);
  134. MODULE_PARM_DESC(repeat_delay, "Delay before sending repeats, default = 500 msec");
  135. static bool mouse = true;
  136. module_param(mouse, bool, 0444);
  137. MODULE_PARM_DESC(mouse, "Enable mouse device, default = yes");
  138. #define dbginfo(dev, format, arg...) do { if (debug) dev_info(dev , format , ## arg); } while (0)
  139. #undef err
  140. #define err(format, arg...) printk(KERN_ERR format , ## arg)
  141. static struct usb_device_id ati_remote_table[] = {
  142. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_ATI_X10 },
  143. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA2_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_ATI_X10 },
  144. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_ATI_X10 },
  145. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, NVIDIA_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_ATI_X10 },
  146. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_MEDION_X10 },
  147. { USB_DEVICE(ATI_REMOTE_VENDOR_ID, FIREFLY_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)RC_MAP_SNAPSTREAM_FIREFLY },
  148. {} /* Terminating entry */
  149. };
  150. MODULE_DEVICE_TABLE(usb, ati_remote_table);
  151. /* Get hi and low bytes of a 16-bits int */
  152. #define HI(a) ((unsigned char)((a) >> 8))
  153. #define LO(a) ((unsigned char)((a) & 0xff))
  154. #define SEND_FLAG_IN_PROGRESS 1
  155. #define SEND_FLAG_COMPLETE 2
  156. /* Device initialization strings */
  157. static char init1[] = { 0x01, 0x00, 0x20, 0x14 };
  158. static char init2[] = { 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 };
  159. struct ati_remote {
  160. struct input_dev *idev;
  161. struct rc_dev *rdev;
  162. struct usb_device *udev;
  163. struct usb_interface *interface;
  164. struct urb *irq_urb;
  165. struct urb *out_urb;
  166. struct usb_endpoint_descriptor *endpoint_in;
  167. struct usb_endpoint_descriptor *endpoint_out;
  168. unsigned char *inbuf;
  169. unsigned char *outbuf;
  170. dma_addr_t inbuf_dma;
  171. dma_addr_t outbuf_dma;
  172. unsigned char old_data; /* Detect duplicate events */
  173. unsigned long old_jiffies;
  174. unsigned long acc_jiffies; /* handle acceleration */
  175. unsigned long first_jiffies;
  176. unsigned int repeat_count;
  177. char rc_name[NAME_BUFSIZE];
  178. char rc_phys[NAME_BUFSIZE];
  179. char mouse_name[NAME_BUFSIZE];
  180. char mouse_phys[NAME_BUFSIZE];
  181. wait_queue_head_t wait;
  182. int send_flags;
  183. int users; /* 0-2, users are rc and input */
  184. struct mutex open_mutex;
  185. };
  186. /* "Kinds" of messages sent from the hardware to the driver. */
  187. #define KIND_END 0
  188. #define KIND_LITERAL 1 /* Simply pass to input system */
  189. #define KIND_FILTERED 2 /* Add artificial key-up events, drop keyrepeats */
  190. #define KIND_LU 3 /* Directional keypad diagonals - left up, */
  191. #define KIND_RU 4 /* right up, */
  192. #define KIND_LD 5 /* left down, */
  193. #define KIND_RD 6 /* right down */
  194. #define KIND_ACCEL 7 /* Directional keypad - left, right, up, down.*/
  195. /* Translation table from hardware messages to input events. */
  196. static const struct {
  197. short kind;
  198. unsigned char data;
  199. int type;
  200. unsigned int code;
  201. int value;
  202. } ati_remote_tbl[] = {
  203. /* Directional control pad axes */
  204. {KIND_ACCEL, 0x70, EV_REL, REL_X, -1}, /* left */
  205. {KIND_ACCEL, 0x71, EV_REL, REL_X, 1}, /* right */
  206. {KIND_ACCEL, 0x72, EV_REL, REL_Y, -1}, /* up */
  207. {KIND_ACCEL, 0x73, EV_REL, REL_Y, 1}, /* down */
  208. /* Directional control pad diagonals */
  209. {KIND_LU, 0x74, EV_REL, 0, 0}, /* left up */
  210. {KIND_RU, 0x75, EV_REL, 0, 0}, /* right up */
  211. {KIND_LD, 0x77, EV_REL, 0, 0}, /* left down */
  212. {KIND_RD, 0x76, EV_REL, 0, 0}, /* right down */
  213. /* "Mouse button" buttons */
  214. {KIND_LITERAL, 0x78, EV_KEY, BTN_LEFT, 1}, /* left btn down */
  215. {KIND_LITERAL, 0x79, EV_KEY, BTN_LEFT, 0}, /* left btn up */
  216. {KIND_LITERAL, 0x7c, EV_KEY, BTN_RIGHT, 1},/* right btn down */
  217. {KIND_LITERAL, 0x7d, EV_KEY, BTN_RIGHT, 0},/* right btn up */
  218. /* Artificial "doubleclick" events are generated by the hardware.
  219. * They are mapped to the "side" and "extra" mouse buttons here. */
  220. {KIND_FILTERED, 0x7a, EV_KEY, BTN_SIDE, 1}, /* left dblclick */
  221. {KIND_FILTERED, 0x7e, EV_KEY, BTN_EXTRA, 1},/* right dblclick */
  222. /* Non-mouse events are handled by rc-core */
  223. {KIND_END, 0x00, EV_MAX + 1, 0, 0}
  224. };
  225. /* Local function prototypes */
  226. static int ati_remote_sendpacket (struct ati_remote *ati_remote, u16 cmd, unsigned char *data);
  227. static void ati_remote_irq_out (struct urb *urb);
  228. static void ati_remote_irq_in (struct urb *urb);
  229. static void ati_remote_input_report (struct urb *urb);
  230. static int ati_remote_initialize (struct ati_remote *ati_remote);
  231. static int ati_remote_probe (struct usb_interface *interface, const struct usb_device_id *id);
  232. static void ati_remote_disconnect (struct usb_interface *interface);
  233. /* usb specific object to register with the usb subsystem */
  234. static struct usb_driver ati_remote_driver = {
  235. .name = "ati_remote",
  236. .probe = ati_remote_probe,
  237. .disconnect = ati_remote_disconnect,
  238. .id_table = ati_remote_table,
  239. };
  240. /*
  241. * ati_remote_dump_input
  242. */
  243. static void ati_remote_dump(struct device *dev, unsigned char *data,
  244. unsigned int len)
  245. {
  246. if (len == 1) {
  247. if (data[0] != (unsigned char)0xff && data[0] != 0x00)
  248. dev_warn(dev, "Weird byte 0x%02x\n", data[0]);
  249. } else if (len == 4)
  250. dev_warn(dev, "Weird key %02x %02x %02x %02x\n",
  251. data[0], data[1], data[2], data[3]);
  252. else
  253. dev_warn(dev, "Weird data, len=%d %02x %02x %02x %02x %02x %02x ...\n",
  254. len, data[0], data[1], data[2], data[3], data[4], data[5]);
  255. }
  256. /*
  257. * ati_remote_open
  258. */
  259. static int ati_remote_open(struct ati_remote *ati_remote)
  260. {
  261. int err = 0;
  262. mutex_lock(&ati_remote->open_mutex);
  263. if (ati_remote->users++ != 0)
  264. goto out; /* one was already active */
  265. /* On first open, submit the read urb which was set up previously. */
  266. ati_remote->irq_urb->dev = ati_remote->udev;
  267. if (usb_submit_urb(ati_remote->irq_urb, GFP_KERNEL)) {
  268. dev_err(&ati_remote->interface->dev,
  269. "%s: usb_submit_urb failed!\n", __func__);
  270. err = -EIO;
  271. }
  272. out: mutex_unlock(&ati_remote->open_mutex);
  273. return err;
  274. }
  275. /*
  276. * ati_remote_close
  277. */
  278. static void ati_remote_close(struct ati_remote *ati_remote)
  279. {
  280. mutex_lock(&ati_remote->open_mutex);
  281. if (--ati_remote->users == 0)
  282. usb_kill_urb(ati_remote->irq_urb);
  283. mutex_unlock(&ati_remote->open_mutex);
  284. }
  285. static int ati_remote_input_open(struct input_dev *inputdev)
  286. {
  287. struct ati_remote *ati_remote = input_get_drvdata(inputdev);
  288. return ati_remote_open(ati_remote);
  289. }
  290. static void ati_remote_input_close(struct input_dev *inputdev)
  291. {
  292. struct ati_remote *ati_remote = input_get_drvdata(inputdev);
  293. ati_remote_close(ati_remote);
  294. }
  295. static int ati_remote_rc_open(struct rc_dev *rdev)
  296. {
  297. struct ati_remote *ati_remote = rdev->priv;
  298. return ati_remote_open(ati_remote);
  299. }
  300. static void ati_remote_rc_close(struct rc_dev *rdev)
  301. {
  302. struct ati_remote *ati_remote = rdev->priv;
  303. ati_remote_close(ati_remote);
  304. }
  305. /*
  306. * ati_remote_irq_out
  307. */
  308. static void ati_remote_irq_out(struct urb *urb)
  309. {
  310. struct ati_remote *ati_remote = urb->context;
  311. if (urb->status) {
  312. dev_dbg(&ati_remote->interface->dev, "%s: status %d\n",
  313. __func__, urb->status);
  314. return;
  315. }
  316. ati_remote->send_flags |= SEND_FLAG_COMPLETE;
  317. wmb();
  318. wake_up(&ati_remote->wait);
  319. }
  320. /*
  321. * ati_remote_sendpacket
  322. *
  323. * Used to send device initialization strings
  324. */
  325. static int ati_remote_sendpacket(struct ati_remote *ati_remote, u16 cmd, unsigned char *data)
  326. {
  327. int retval = 0;
  328. /* Set up out_urb */
  329. memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd));
  330. ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd);
  331. ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1;
  332. ati_remote->out_urb->dev = ati_remote->udev;
  333. ati_remote->send_flags = SEND_FLAG_IN_PROGRESS;
  334. retval = usb_submit_urb(ati_remote->out_urb, GFP_ATOMIC);
  335. if (retval) {
  336. dev_dbg(&ati_remote->interface->dev,
  337. "sendpacket: usb_submit_urb failed: %d\n", retval);
  338. return retval;
  339. }
  340. wait_event_timeout(ati_remote->wait,
  341. ((ati_remote->out_urb->status != -EINPROGRESS) ||
  342. (ati_remote->send_flags & SEND_FLAG_COMPLETE)),
  343. HZ);
  344. usb_kill_urb(ati_remote->out_urb);
  345. return retval;
  346. }
  347. /*
  348. * ati_remote_compute_accel
  349. *
  350. * Implements acceleration curve for directional control pad
  351. * If elapsed time since last event is > 1/4 second, user "stopped",
  352. * so reset acceleration. Otherwise, user is probably holding the control
  353. * pad down, so we increase acceleration, ramping up over two seconds to
  354. * a maximum speed.
  355. */
  356. static int ati_remote_compute_accel(struct ati_remote *ati_remote)
  357. {
  358. static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 };
  359. unsigned long now = jiffies;
  360. int acc;
  361. if (time_after(now, ati_remote->old_jiffies + msecs_to_jiffies(250))) {
  362. acc = 1;
  363. ati_remote->acc_jiffies = now;
  364. }
  365. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(125)))
  366. acc = accel[0];
  367. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(250)))
  368. acc = accel[1];
  369. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(500)))
  370. acc = accel[2];
  371. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1000)))
  372. acc = accel[3];
  373. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1500)))
  374. acc = accel[4];
  375. else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(2000)))
  376. acc = accel[5];
  377. else
  378. acc = accel[6];
  379. return acc;
  380. }
  381. /*
  382. * ati_remote_report_input
  383. */
  384. static void ati_remote_input_report(struct urb *urb)
  385. {
  386. struct ati_remote *ati_remote = urb->context;
  387. unsigned char *data= ati_remote->inbuf;
  388. struct input_dev *dev = ati_remote->idev;
  389. int index = -1;
  390. int acc;
  391. int remote_num;
  392. unsigned char scancode;
  393. int i;
  394. /*
  395. * data[0] = 0x14
  396. * data[1] = data[2] + data[3] + 0xd5 (a checksum byte)
  397. * data[2] = the key code (with toggle bit in MSB with some models)
  398. * data[3] = channel << 4 (the low 4 bits must be zero)
  399. */
  400. /* Deal with strange looking inputs */
  401. if ( (urb->actual_length != 4) || (data[0] != 0x14) ||
  402. ((data[3] & 0x0f) != 0x00) ) {
  403. ati_remote_dump(&urb->dev->dev, data, urb->actual_length);
  404. return;
  405. }
  406. if (data[1] != ((data[2] + data[3] + 0xd5) & 0xff)) {
  407. dbginfo(&ati_remote->interface->dev,
  408. "wrong checksum in input: %02x %02x %02x %02x\n",
  409. data[0], data[1], data[2], data[3]);
  410. return;
  411. }
  412. /* Mask unwanted remote channels. */
  413. /* note: remote_num is 0-based, channel 1 on remote == 0 here */
  414. remote_num = (data[3] >> 4) & 0x0f;
  415. if (channel_mask & (1 << (remote_num + 1))) {
  416. dbginfo(&ati_remote->interface->dev,
  417. "Masked input from channel 0x%02x: data %02x,%02x, mask= 0x%02lx\n",
  418. remote_num, data[1], data[2], channel_mask);
  419. return;
  420. }
  421. /*
  422. * MSB is a toggle code, though only used by some devices
  423. * (e.g. SnapStream Firefly)
  424. */
  425. scancode = data[2] & 0x7f;
  426. /* Look up event code index in the mouse translation table. */
  427. for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) {
  428. if (scancode == ati_remote_tbl[i].data) {
  429. index = i;
  430. break;
  431. }
  432. }
  433. if (index >= 0) {
  434. dbginfo(&ati_remote->interface->dev,
  435. "channel 0x%02x; mouse data %02x; index %d; keycode %d\n",
  436. remote_num, data[2], index, ati_remote_tbl[index].code);
  437. if (!dev)
  438. return; /* no mouse device */
  439. } else
  440. dbginfo(&ati_remote->interface->dev,
  441. "channel 0x%02x; key data %02x, scancode %02x\n",
  442. remote_num, data[2], scancode);
  443. if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) {
  444. input_event(dev, ati_remote_tbl[index].type,
  445. ati_remote_tbl[index].code,
  446. ati_remote_tbl[index].value);
  447. input_sync(dev);
  448. ati_remote->old_jiffies = jiffies;
  449. return;
  450. }
  451. if (index < 0 || ati_remote_tbl[index].kind == KIND_FILTERED) {
  452. unsigned long now = jiffies;
  453. /* Filter duplicate events which happen "too close" together. */
  454. if (ati_remote->old_data == data[2] &&
  455. time_before(now, ati_remote->old_jiffies +
  456. msecs_to_jiffies(repeat_filter))) {
  457. ati_remote->repeat_count++;
  458. } else {
  459. ati_remote->repeat_count = 0;
  460. ati_remote->first_jiffies = now;
  461. }
  462. ati_remote->old_data = data[2];
  463. ati_remote->old_jiffies = now;
  464. /* Ensure we skip at least the 4 first duplicate events (generated
  465. * by a single keypress), and continue skipping until repeat_delay
  466. * msecs have passed
  467. */
  468. if (ati_remote->repeat_count > 0 &&
  469. (ati_remote->repeat_count < 5 ||
  470. time_before(now, ati_remote->first_jiffies +
  471. msecs_to_jiffies(repeat_delay))))
  472. return;
  473. if (index < 0) {
  474. /* Not a mouse event, hand it to rc-core. */
  475. /*
  476. * We don't use the rc-core repeat handling yet as
  477. * it would cause ghost repeats which would be a
  478. * regression for this driver.
  479. */
  480. rc_keydown_notimeout(ati_remote->rdev, scancode,
  481. data[2]);
  482. rc_keyup(ati_remote->rdev);
  483. return;
  484. }
  485. input_event(dev, ati_remote_tbl[index].type,
  486. ati_remote_tbl[index].code, 1);
  487. input_sync(dev);
  488. input_event(dev, ati_remote_tbl[index].type,
  489. ati_remote_tbl[index].code, 0);
  490. input_sync(dev);
  491. } else {
  492. /*
  493. * Other event kinds are from the directional control pad, and have an
  494. * acceleration factor applied to them. Without this acceleration, the
  495. * control pad is mostly unusable.
  496. */
  497. acc = ati_remote_compute_accel(ati_remote);
  498. switch (ati_remote_tbl[index].kind) {
  499. case KIND_ACCEL:
  500. input_event(dev, ati_remote_tbl[index].type,
  501. ati_remote_tbl[index].code,
  502. ati_remote_tbl[index].value * acc);
  503. break;
  504. case KIND_LU:
  505. input_report_rel(dev, REL_X, -acc);
  506. input_report_rel(dev, REL_Y, -acc);
  507. break;
  508. case KIND_RU:
  509. input_report_rel(dev, REL_X, acc);
  510. input_report_rel(dev, REL_Y, -acc);
  511. break;
  512. case KIND_LD:
  513. input_report_rel(dev, REL_X, -acc);
  514. input_report_rel(dev, REL_Y, acc);
  515. break;
  516. case KIND_RD:
  517. input_report_rel(dev, REL_X, acc);
  518. input_report_rel(dev, REL_Y, acc);
  519. break;
  520. default:
  521. dev_dbg(&ati_remote->interface->dev, "ati_remote kind=%d\n",
  522. ati_remote_tbl[index].kind);
  523. }
  524. input_sync(dev);
  525. ati_remote->old_jiffies = jiffies;
  526. ati_remote->old_data = data[2];
  527. }
  528. }
  529. /*
  530. * ati_remote_irq_in
  531. */
  532. static void ati_remote_irq_in(struct urb *urb)
  533. {
  534. struct ati_remote *ati_remote = urb->context;
  535. int retval;
  536. switch (urb->status) {
  537. case 0: /* success */
  538. ati_remote_input_report(urb);
  539. break;
  540. case -ECONNRESET: /* unlink */
  541. case -ENOENT:
  542. case -ESHUTDOWN:
  543. dev_dbg(&ati_remote->interface->dev, "%s: urb error status, unlink? \n",
  544. __func__);
  545. return;
  546. default: /* error */
  547. dev_dbg(&ati_remote->interface->dev, "%s: Nonzero urb status %d\n",
  548. __func__, urb->status);
  549. }
  550. retval = usb_submit_urb(urb, GFP_ATOMIC);
  551. if (retval)
  552. dev_err(&ati_remote->interface->dev, "%s: usb_submit_urb()=%d\n",
  553. __func__, retval);
  554. }
  555. /*
  556. * ati_remote_alloc_buffers
  557. */
  558. static int ati_remote_alloc_buffers(struct usb_device *udev,
  559. struct ati_remote *ati_remote)
  560. {
  561. ati_remote->inbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC,
  562. &ati_remote->inbuf_dma);
  563. if (!ati_remote->inbuf)
  564. return -1;
  565. ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC,
  566. &ati_remote->outbuf_dma);
  567. if (!ati_remote->outbuf)
  568. return -1;
  569. ati_remote->irq_urb = usb_alloc_urb(0, GFP_KERNEL);
  570. if (!ati_remote->irq_urb)
  571. return -1;
  572. ati_remote->out_urb = usb_alloc_urb(0, GFP_KERNEL);
  573. if (!ati_remote->out_urb)
  574. return -1;
  575. return 0;
  576. }
  577. /*
  578. * ati_remote_free_buffers
  579. */
  580. static void ati_remote_free_buffers(struct ati_remote *ati_remote)
  581. {
  582. usb_free_urb(ati_remote->irq_urb);
  583. usb_free_urb(ati_remote->out_urb);
  584. usb_free_coherent(ati_remote->udev, DATA_BUFSIZE,
  585. ati_remote->inbuf, ati_remote->inbuf_dma);
  586. usb_free_coherent(ati_remote->udev, DATA_BUFSIZE,
  587. ati_remote->outbuf, ati_remote->outbuf_dma);
  588. }
  589. static void ati_remote_input_init(struct ati_remote *ati_remote)
  590. {
  591. struct input_dev *idev = ati_remote->idev;
  592. int i;
  593. idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
  594. idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
  595. BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_SIDE) | BIT_MASK(BTN_EXTRA);
  596. idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
  597. for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++)
  598. if (ati_remote_tbl[i].type == EV_KEY)
  599. set_bit(ati_remote_tbl[i].code, idev->keybit);
  600. input_set_drvdata(idev, ati_remote);
  601. idev->open = ati_remote_input_open;
  602. idev->close = ati_remote_input_close;
  603. idev->name = ati_remote->mouse_name;
  604. idev->phys = ati_remote->mouse_phys;
  605. usb_to_input_id(ati_remote->udev, &idev->id);
  606. idev->dev.parent = &ati_remote->interface->dev;
  607. }
  608. static void ati_remote_rc_init(struct ati_remote *ati_remote)
  609. {
  610. struct rc_dev *rdev = ati_remote->rdev;
  611. rdev->priv = ati_remote;
  612. rdev->driver_type = RC_DRIVER_SCANCODE;
  613. rdev->allowed_protos = RC_TYPE_OTHER;
  614. rdev->driver_name = "ati_remote";
  615. rdev->open = ati_remote_rc_open;
  616. rdev->close = ati_remote_rc_close;
  617. rdev->input_name = ati_remote->rc_name;
  618. rdev->input_phys = ati_remote->rc_phys;
  619. usb_to_input_id(ati_remote->udev, &rdev->input_id);
  620. rdev->dev.parent = &ati_remote->interface->dev;
  621. }
  622. static int ati_remote_initialize(struct ati_remote *ati_remote)
  623. {
  624. struct usb_device *udev = ati_remote->udev;
  625. int pipe, maxp;
  626. init_waitqueue_head(&ati_remote->wait);
  627. /* Set up irq_urb */
  628. pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress);
  629. maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
  630. maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
  631. usb_fill_int_urb(ati_remote->irq_urb, udev, pipe, ati_remote->inbuf,
  632. maxp, ati_remote_irq_in, ati_remote,
  633. ati_remote->endpoint_in->bInterval);
  634. ati_remote->irq_urb->transfer_dma = ati_remote->inbuf_dma;
  635. ati_remote->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
  636. /* Set up out_urb */
  637. pipe = usb_sndintpipe(udev, ati_remote->endpoint_out->bEndpointAddress);
  638. maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
  639. maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
  640. usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf,
  641. maxp, ati_remote_irq_out, ati_remote,
  642. ati_remote->endpoint_out->bInterval);
  643. ati_remote->out_urb->transfer_dma = ati_remote->outbuf_dma;
  644. ati_remote->out_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
  645. /* send initialization strings */
  646. if ((ati_remote_sendpacket(ati_remote, 0x8004, init1)) ||
  647. (ati_remote_sendpacket(ati_remote, 0x8007, init2))) {
  648. dev_err(&ati_remote->interface->dev,
  649. "Initializing ati_remote hardware failed.\n");
  650. return -EIO;
  651. }
  652. return 0;
  653. }
  654. /*
  655. * ati_remote_probe
  656. */
  657. static int ati_remote_probe(struct usb_interface *interface, const struct usb_device_id *id)
  658. {
  659. struct usb_device *udev = interface_to_usbdev(interface);
  660. struct usb_host_interface *iface_host = interface->cur_altsetting;
  661. struct usb_endpoint_descriptor *endpoint_in, *endpoint_out;
  662. struct ati_remote *ati_remote;
  663. struct input_dev *input_dev;
  664. struct rc_dev *rc_dev;
  665. int err = -ENOMEM;
  666. if (iface_host->desc.bNumEndpoints != 2) {
  667. err("%s: Unexpected desc.bNumEndpoints\n", __func__);
  668. return -ENODEV;
  669. }
  670. endpoint_in = &iface_host->endpoint[0].desc;
  671. endpoint_out = &iface_host->endpoint[1].desc;
  672. if (!usb_endpoint_is_int_in(endpoint_in)) {
  673. err("%s: Unexpected endpoint_in\n", __func__);
  674. return -ENODEV;
  675. }
  676. if (le16_to_cpu(endpoint_in->wMaxPacketSize) == 0) {
  677. err("%s: endpoint_in message size==0? \n", __func__);
  678. return -ENODEV;
  679. }
  680. ati_remote = kzalloc(sizeof (struct ati_remote), GFP_KERNEL);
  681. rc_dev = rc_allocate_device();
  682. if (!ati_remote || !rc_dev)
  683. goto fail1;
  684. /* Allocate URB buffers, URBs */
  685. if (ati_remote_alloc_buffers(udev, ati_remote))
  686. goto fail2;
  687. ati_remote->endpoint_in = endpoint_in;
  688. ati_remote->endpoint_out = endpoint_out;
  689. ati_remote->udev = udev;
  690. ati_remote->rdev = rc_dev;
  691. ati_remote->interface = interface;
  692. usb_make_path(udev, ati_remote->rc_phys, sizeof(ati_remote->rc_phys));
  693. strlcpy(ati_remote->mouse_phys, ati_remote->rc_phys,
  694. sizeof(ati_remote->mouse_phys));
  695. strlcat(ati_remote->rc_phys, "/input0", sizeof(ati_remote->rc_phys));
  696. strlcat(ati_remote->mouse_phys, "/input1", sizeof(ati_remote->mouse_phys));
  697. if (udev->manufacturer)
  698. strlcpy(ati_remote->rc_name, udev->manufacturer,
  699. sizeof(ati_remote->rc_name));
  700. if (udev->product)
  701. snprintf(ati_remote->rc_name, sizeof(ati_remote->rc_name),
  702. "%s %s", ati_remote->rc_name, udev->product);
  703. if (!strlen(ati_remote->rc_name))
  704. snprintf(ati_remote->rc_name, sizeof(ati_remote->rc_name),
  705. DRIVER_DESC "(%04x,%04x)",
  706. le16_to_cpu(ati_remote->udev->descriptor.idVendor),
  707. le16_to_cpu(ati_remote->udev->descriptor.idProduct));
  708. snprintf(ati_remote->mouse_name, sizeof(ati_remote->mouse_name),
  709. "%s mouse", ati_remote->rc_name);
  710. if (id->driver_info)
  711. rc_dev->map_name = (const char *)id->driver_info;
  712. else
  713. rc_dev->map_name = RC_MAP_ATI_X10;
  714. ati_remote_rc_init(ati_remote);
  715. mutex_init(&ati_remote->open_mutex);
  716. /* Device Hardware Initialization - fills in ati_remote->idev from udev. */
  717. err = ati_remote_initialize(ati_remote);
  718. if (err)
  719. goto fail3;
  720. /* Set up and register rc device */
  721. err = rc_register_device(ati_remote->rdev);
  722. if (err)
  723. goto fail3;
  724. /* use our delay for rc_dev */
  725. ati_remote->rdev->input_dev->rep[REP_DELAY] = repeat_delay;
  726. /* Set up and register mouse input device */
  727. if (mouse) {
  728. input_dev = input_allocate_device();
  729. if (!input_dev)
  730. goto fail4;
  731. ati_remote->idev = input_dev;
  732. ati_remote_input_init(ati_remote);
  733. err = input_register_device(input_dev);
  734. if (err)
  735. goto fail5;
  736. }
  737. usb_set_intfdata(interface, ati_remote);
  738. return 0;
  739. fail5: input_free_device(input_dev);
  740. fail4: rc_unregister_device(rc_dev);
  741. rc_dev = NULL;
  742. fail3: usb_kill_urb(ati_remote->irq_urb);
  743. usb_kill_urb(ati_remote->out_urb);
  744. fail2: ati_remote_free_buffers(ati_remote);
  745. fail1: rc_free_device(rc_dev);
  746. kfree(ati_remote);
  747. return err;
  748. }
  749. /*
  750. * ati_remote_disconnect
  751. */
  752. static void ati_remote_disconnect(struct usb_interface *interface)
  753. {
  754. struct ati_remote *ati_remote;
  755. ati_remote = usb_get_intfdata(interface);
  756. usb_set_intfdata(interface, NULL);
  757. if (!ati_remote) {
  758. dev_warn(&interface->dev, "%s - null device?\n", __func__);
  759. return;
  760. }
  761. usb_kill_urb(ati_remote->irq_urb);
  762. usb_kill_urb(ati_remote->out_urb);
  763. if (ati_remote->idev)
  764. input_unregister_device(ati_remote->idev);
  765. rc_unregister_device(ati_remote->rdev);
  766. ati_remote_free_buffers(ati_remote);
  767. kfree(ati_remote);
  768. }
  769. module_usb_driver(ati_remote_driver);
  770. MODULE_AUTHOR(DRIVER_AUTHOR);
  771. MODULE_DESCRIPTION(DRIVER_DESC);
  772. MODULE_LICENSE("GPL");