blob: 7be377fc1be8a02fd9ac07140de7252ad299fbe2 [file] [log] [blame]
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -05001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * USB ATI Remote support
3 *
Anssi Hannula9d454d42012-04-01 16:41:46 -03004 * Copyright (c) 2011, 2012 Anssi Hannula <anssi.hannula@iki.fi>
Linus Torvalds1da177e2005-04-16 15:20:36 -07005 * 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
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -05009 * porting to the 2.6 kernel interfaces, along with other modification
Linus Torvalds1da177e2005-04-16 15:20:36 -070010 * 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.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050012 *
13 * The 2.1.1 driver was derived from the usbati_remote and usbkbd drivers by
Linus Torvalds1da177e2005-04-16 15:20:36 -070014 * 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 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050027 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070028 *
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
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050031 * the Free Software Foundation; either version 2 of the License, or
Linus Torvalds1da177e2005-04-16 15:20:36 -070032 * (at your option) any later version.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050033 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 * 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.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050038 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070039 * 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
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050042 *
43 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070044 *
45 * Hardware & software notes
46 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050047 * These remote controls are distributed by ATI as part of their
48 * "All-In-Wonder" video card packages. The receiver self-identifies as a
Linus Torvalds1da177e2005-04-16 15:20:36 -070049 * "USB Receiver" with manufacturer "X10 Wireless Technology Inc".
50 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050051 * The "Lola" remote is available from X10. See:
Linus Torvalds1da177e2005-04-16 15:20:36 -070052 * 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 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050056 * It is possible to use multiple receivers and remotes on multiple computers
Linus Torvalds1da177e2005-04-16 15:20:36 -070057 * simultaneously by configuring them to use specific channels.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050058 *
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
Linus Torvalds1da177e2005-04-16 15:20:36 -070061 * hardware.
62 *
63 * Each remote can be configured to transmit on one channel as follows:
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050064 * - 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
Linus Torvalds1da177e2005-04-16 15:20:36 -070067 * to 16, and press the hand icon again.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050068 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070069 * 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
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050074 * channels will be ignored by the module. To mask out channels, just add
Linus Torvalds1da177e2005-04-16 15:20:36 -070075 * all the 2^channel_number values together.
76 *
77 * For instance, set channel_mask = 2^4 = 16 (binary 10000) to make ati_remote
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050078 * ignore signals coming from remote controls transmitting on channel 4, but
Linus Torvalds1da177e2005-04-16 15:20:36 -070079 * accept all other channels.
80 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050081 * Or, set channel_mask = 65533, (0xFFFD), and all channels except 1 will be
Linus Torvalds1da177e2005-04-16 15:20:36 -070082 * ignored.
83 *
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -050084 * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this
Linus Torvalds1da177e2005-04-16 15:20:36 -070085 * parameter are unused.
86 *
87 */
88
Linus Torvalds1da177e2005-04-16 15:20:36 -070089#include <linux/kernel.h>
90#include <linux/errno.h>
91#include <linux/init.h>
92#include <linux/slab.h>
93#include <linux/module.h>
Anssi Hannulac34516e2011-08-06 18:18:08 -030094#include <linux/mutex.h>
David Brownellae0dadc2006-06-13 10:04:34 -070095#include <linux/usb/input.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070096#include <linux/wait.h>
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +030097#include <linux/jiffies.h>
Anssi Hannulac34516e2011-08-06 18:18:08 -030098#include <media/rc-core.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070099
100/*
101 * Module and Version Information, Module Parameters
102 */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500103
Jarod Wilson51320882010-05-03 23:30:32 -0700104#define ATI_REMOTE_VENDOR_ID 0x0bc7
105#define LOLA_REMOTE_PRODUCT_ID 0x0002
106#define LOLA2_REMOTE_PRODUCT_ID 0x0003
107#define ATI_REMOTE_PRODUCT_ID 0x0004
108#define NVIDIA_REMOTE_PRODUCT_ID 0x0005
109#define MEDION_REMOTE_PRODUCT_ID 0x0006
Anssi Hannula999d6bc2011-08-06 18:18:12 -0300110#define FIREFLY_REMOTE_PRODUCT_ID 0x0008
Linus Torvalds1da177e2005-04-16 15:20:36 -0700111
Anssi Hannula9688efd2011-08-06 18:18:07 -0300112#define DRIVER_VERSION "2.2.1"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113#define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>"
114#define DRIVER_DESC "ATI/X10 RF USB Remote Control"
115
116#define NAME_BUFSIZE 80 /* size of product name, path buffers */
117#define DATA_BUFSIZE 63 /* size of URB data buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400119/*
120 * Duplicate event filtering time.
121 * Sequential, identical KIND_FILTERED inputs with less than
122 * FILTER_TIME milliseconds between them are considered as repeat
123 * events. The hardware generates 5 events for the first keypress
124 * and we have to take this into account for an accurate repeat
125 * behaviour.
126 */
127#define FILTER_TIME 60 /* msec */
Karl Pickett0de95502007-04-12 01:35:59 -0400128#define REPEAT_DELAY 500 /* msec */
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400129
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500130static unsigned long channel_mask;
Dmitry Torokhovc605b672006-08-04 22:53:15 -0400131module_param(channel_mask, ulong, 0644);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
133
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500134static int debug;
Dmitry Torokhovc605b672006-08-04 22:53:15 -0400135module_param(debug, int, 0644);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700136MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
137
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400138static int repeat_filter = FILTER_TIME;
139module_param(repeat_filter, int, 0644);
140MODULE_PARM_DESC(repeat_filter, "Repeat filter time, default = 60 msec");
141
Karl Pickett0de95502007-04-12 01:35:59 -0400142static int repeat_delay = REPEAT_DELAY;
143module_param(repeat_delay, int, 0644);
144MODULE_PARM_DESC(repeat_delay, "Delay before sending repeats, default = 500 msec");
145
Anssi Hannulac34516e2011-08-06 18:18:08 -0300146static bool mouse = true;
147module_param(mouse, bool, 0444);
148MODULE_PARM_DESC(mouse, "Enable mouse device, default = yes");
149
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150#define dbginfo(dev, format, arg...) do { if (debug) dev_info(dev , format , ## arg); } while (0)
151#undef err
152#define err(format, arg...) printk(KERN_ERR format , ## arg)
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500153
Anssi Hannula0d746792012-04-01 16:41:45 -0300154struct ati_receiver_type {
155 /* either default_keymap or get_default_keymap should be set */
156 const char *default_keymap;
157 const char *(*get_default_keymap)(struct usb_interface *interface);
158};
159
Anssi Hannula9d454d42012-04-01 16:41:46 -0300160static const char *get_medion_keymap(struct usb_interface *interface)
161{
162 struct usb_device *udev = interface_to_usbdev(interface);
163
Anssi Hannula5085c992012-05-14 09:52:37 -0300164 /*
165 * There are many different Medion remotes shipped with a receiver
166 * with the same usb id, but the receivers have subtle differences
167 * in the USB descriptors allowing us to detect them.
168 */
169
170 if (udev->manufacturer && udev->product) {
171 if (udev->actconfig->desc.bmAttributes & USB_CONFIG_ATT_WAKEUP) {
172
173 if (!strcmp(udev->manufacturer, "X10 Wireless Technology Inc")
174 && !strcmp(udev->product, "USB Receiver"))
175 return RC_MAP_MEDION_X10_DIGITAINER;
176
177 if (!strcmp(udev->manufacturer, "X10 WTI")
178 && !strcmp(udev->product, "RF receiver"))
179 return RC_MAP_MEDION_X10_OR2X;
180 } else {
181
182 if (!strcmp(udev->manufacturer, "X10 Wireless Technology Inc")
183 && !strcmp(udev->product, "USB Receiver"))
184 return RC_MAP_MEDION_X10;
185 }
186 }
187
188 dev_info(&interface->dev,
189 "Unknown Medion X10 receiver, using default ati_remote Medion keymap\n");
Anssi Hannula9d454d42012-04-01 16:41:46 -0300190
191 return RC_MAP_MEDION_X10;
192}
193
Anssi Hannula0d746792012-04-01 16:41:45 -0300194static const struct ati_receiver_type type_ati = { .default_keymap = RC_MAP_ATI_X10 };
Anssi Hannula9d454d42012-04-01 16:41:46 -0300195static const struct ati_receiver_type type_medion = { .get_default_keymap = get_medion_keymap };
Anssi Hannula0d746792012-04-01 16:41:45 -0300196static const struct ati_receiver_type type_firefly = { .default_keymap = RC_MAP_SNAPSTREAM_FIREFLY };
197
Linus Torvalds1da177e2005-04-16 15:20:36 -0700198static struct usb_device_id ati_remote_table[] = {
Anssi Hannula0d746792012-04-01 16:41:45 -0300199 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_ati },
200 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA2_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_ati },
201 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_ati },
202 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, NVIDIA_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_ati },
203 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_medion },
204 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, FIREFLY_REMOTE_PRODUCT_ID), .driver_info = (unsigned long)&type_firefly },
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 {} /* Terminating entry */
206};
207
208MODULE_DEVICE_TABLE(usb, ati_remote_table);
209
210/* Get hi and low bytes of a 16-bits int */
211#define HI(a) ((unsigned char)((a) >> 8))
212#define LO(a) ((unsigned char)((a) & 0xff))
213
214#define SEND_FLAG_IN_PROGRESS 1
215#define SEND_FLAG_COMPLETE 2
216
217/* Device initialization strings */
218static char init1[] = { 0x01, 0x00, 0x20, 0x14 };
219static char init2[] = { 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 };
220
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221struct ati_remote {
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500222 struct input_dev *idev;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300223 struct rc_dev *rdev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700224 struct usb_device *udev;
225 struct usb_interface *interface;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500226
Linus Torvalds1da177e2005-04-16 15:20:36 -0700227 struct urb *irq_urb;
228 struct urb *out_urb;
229 struct usb_endpoint_descriptor *endpoint_in;
230 struct usb_endpoint_descriptor *endpoint_out;
231 unsigned char *inbuf;
232 unsigned char *outbuf;
233 dma_addr_t inbuf_dma;
234 dma_addr_t outbuf_dma;
235
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300236 unsigned char old_data; /* Detect duplicate events */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700237 unsigned long old_jiffies;
238 unsigned long acc_jiffies; /* handle acceleration */
Karl Pickett0de95502007-04-12 01:35:59 -0400239 unsigned long first_jiffies;
240
Linus Torvalds1da177e2005-04-16 15:20:36 -0700241 unsigned int repeat_count;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500242
Anssi Hannulac34516e2011-08-06 18:18:08 -0300243 char rc_name[NAME_BUFSIZE];
244 char rc_phys[NAME_BUFSIZE];
245 char mouse_name[NAME_BUFSIZE];
246 char mouse_phys[NAME_BUFSIZE];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247
248 wait_queue_head_t wait;
249 int send_flags;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300250
251 int users; /* 0-2, users are rc and input */
252 struct mutex open_mutex;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700253};
254
255/* "Kinds" of messages sent from the hardware to the driver. */
256#define KIND_END 0
257#define KIND_LITERAL 1 /* Simply pass to input system */
258#define KIND_FILTERED 2 /* Add artificial key-up events, drop keyrepeats */
259#define KIND_LU 3 /* Directional keypad diagonals - left up, */
260#define KIND_RU 4 /* right up, */
261#define KIND_LD 5 /* left down, */
262#define KIND_RD 6 /* right down */
263#define KIND_ACCEL 7 /* Directional keypad - left, right, up, down.*/
264
265/* Translation table from hardware messages to input events. */
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100266static const struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700267 short kind;
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300268 unsigned char data;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 int type;
270 unsigned int code;
271 int value;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500272} ati_remote_tbl[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700273 /* Directional control pad axes */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300274 {KIND_ACCEL, 0x70, EV_REL, REL_X, -1}, /* left */
275 {KIND_ACCEL, 0x71, EV_REL, REL_X, 1}, /* right */
276 {KIND_ACCEL, 0x72, EV_REL, REL_Y, -1}, /* up */
277 {KIND_ACCEL, 0x73, EV_REL, REL_Y, 1}, /* down */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500278 /* Directional control pad diagonals */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300279 {KIND_LU, 0x74, EV_REL, 0, 0}, /* left up */
280 {KIND_RU, 0x75, EV_REL, 0, 0}, /* right up */
281 {KIND_LD, 0x77, EV_REL, 0, 0}, /* left down */
282 {KIND_RD, 0x76, EV_REL, 0, 0}, /* right down */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700283
284 /* "Mouse button" buttons */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300285 {KIND_LITERAL, 0x78, EV_KEY, BTN_LEFT, 1}, /* left btn down */
286 {KIND_LITERAL, 0x79, EV_KEY, BTN_LEFT, 0}, /* left btn up */
287 {KIND_LITERAL, 0x7c, EV_KEY, BTN_RIGHT, 1},/* right btn down */
288 {KIND_LITERAL, 0x7d, EV_KEY, BTN_RIGHT, 0},/* right btn up */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700289
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500290 /* Artificial "doubleclick" events are generated by the hardware.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700291 * They are mapped to the "side" and "extra" mouse buttons here. */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300292 {KIND_FILTERED, 0x7a, EV_KEY, BTN_SIDE, 1}, /* left dblclick */
293 {KIND_FILTERED, 0x7e, EV_KEY, BTN_EXTRA, 1},/* right dblclick */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294
Anssi Hannulac34516e2011-08-06 18:18:08 -0300295 /* Non-mouse events are handled by rc-core */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300296 {KIND_END, 0x00, EV_MAX + 1, 0, 0}
Linus Torvalds1da177e2005-04-16 15:20:36 -0700297};
298
299/* Local function prototypes */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300static int ati_remote_sendpacket (struct ati_remote *ati_remote, u16 cmd, unsigned char *data);
David Howells7d12e782006-10-05 14:55:46 +0100301static void ati_remote_irq_out (struct urb *urb);
302static void ati_remote_irq_in (struct urb *urb);
303static void ati_remote_input_report (struct urb *urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700304static int ati_remote_initialize (struct ati_remote *ati_remote);
305static int ati_remote_probe (struct usb_interface *interface, const struct usb_device_id *id);
306static void ati_remote_disconnect (struct usb_interface *interface);
307
308/* usb specific object to register with the usb subsystem */
309static struct usb_driver ati_remote_driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700310 .name = "ati_remote",
311 .probe = ati_remote_probe,
312 .disconnect = ati_remote_disconnect,
313 .id_table = ati_remote_table,
314};
315
316/*
317 * ati_remote_dump_input
318 */
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700319static void ati_remote_dump(struct device *dev, unsigned char *data,
320 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321{
Anssi Hannula0224e042011-08-06 18:18:10 -0300322 if (len == 1) {
323 if (data[0] != (unsigned char)0xff && data[0] != 0x00)
324 dev_warn(dev, "Weird byte 0x%02x\n", data[0]);
325 } else if (len == 4)
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700326 dev_warn(dev, "Weird key %02x %02x %02x %02x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700327 data[0], data[1], data[2], data[3]);
328 else
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700329 dev_warn(dev, "Weird data, len=%d %02x %02x %02x %02x %02x %02x ...\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700330 len, data[0], data[1], data[2], data[3], data[4], data[5]);
331}
332
333/*
334 * ati_remote_open
335 */
Anssi Hannulac34516e2011-08-06 18:18:08 -0300336static int ati_remote_open(struct ati_remote *ati_remote)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700337{
Anssi Hannulac34516e2011-08-06 18:18:08 -0300338 int err = 0;
339
340 mutex_lock(&ati_remote->open_mutex);
341
342 if (ati_remote->users++ != 0)
343 goto out; /* one was already active */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700344
345 /* On first open, submit the read urb which was set up previously. */
346 ati_remote->irq_urb->dev = ati_remote->udev;
347 if (usb_submit_urb(ati_remote->irq_urb, GFP_KERNEL)) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500348 dev_err(&ati_remote->interface->dev,
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400349 "%s: usb_submit_urb failed!\n", __func__);
Anssi Hannulac34516e2011-08-06 18:18:08 -0300350 err = -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700351 }
352
Anssi Hannulac34516e2011-08-06 18:18:08 -0300353out: mutex_unlock(&ati_remote->open_mutex);
354 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700355}
356
357/*
358 * ati_remote_close
359 */
Anssi Hannulac34516e2011-08-06 18:18:08 -0300360static void ati_remote_close(struct ati_remote *ati_remote)
361{
362 mutex_lock(&ati_remote->open_mutex);
363 if (--ati_remote->users == 0)
364 usb_kill_urb(ati_remote->irq_urb);
365 mutex_unlock(&ati_remote->open_mutex);
366}
367
368static int ati_remote_input_open(struct input_dev *inputdev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700369{
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400370 struct ati_remote *ati_remote = input_get_drvdata(inputdev);
Anssi Hannulac34516e2011-08-06 18:18:08 -0300371 return ati_remote_open(ati_remote);
372}
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500373
Anssi Hannulac34516e2011-08-06 18:18:08 -0300374static void ati_remote_input_close(struct input_dev *inputdev)
375{
376 struct ati_remote *ati_remote = input_get_drvdata(inputdev);
377 ati_remote_close(ati_remote);
378}
379
380static int ati_remote_rc_open(struct rc_dev *rdev)
381{
382 struct ati_remote *ati_remote = rdev->priv;
383 return ati_remote_open(ati_remote);
384}
385
386static void ati_remote_rc_close(struct rc_dev *rdev)
387{
388 struct ati_remote *ati_remote = rdev->priv;
389 ati_remote_close(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700390}
391
392/*
393 * ati_remote_irq_out
394 */
David Howells7d12e782006-10-05 14:55:46 +0100395static void ati_remote_irq_out(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700396{
397 struct ati_remote *ati_remote = urb->context;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500398
Linus Torvalds1da177e2005-04-16 15:20:36 -0700399 if (urb->status) {
400 dev_dbg(&ati_remote->interface->dev, "%s: status %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400401 __func__, urb->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700402 return;
403 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500404
Linus Torvalds1da177e2005-04-16 15:20:36 -0700405 ati_remote->send_flags |= SEND_FLAG_COMPLETE;
406 wmb();
407 wake_up(&ati_remote->wait);
408}
409
410/*
411 * ati_remote_sendpacket
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500412 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700413 * Used to send device initialization strings
414 */
415static int ati_remote_sendpacket(struct ati_remote *ati_remote, u16 cmd, unsigned char *data)
416{
417 int retval = 0;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500418
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419 /* Set up out_urb */
420 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd));
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500421 ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700422
423 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1;
424 ati_remote->out_urb->dev = ati_remote->udev;
425 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS;
426
427 retval = usb_submit_urb(ati_remote->out_urb, GFP_ATOMIC);
428 if (retval) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500429 dev_dbg(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700430 "sendpacket: usb_submit_urb failed: %d\n", retval);
431 return retval;
432 }
433
434 wait_event_timeout(ati_remote->wait,
435 ((ati_remote->out_urb->status != -EINPROGRESS) ||
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500436 (ati_remote->send_flags & SEND_FLAG_COMPLETE)),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 HZ);
438 usb_kill_urb(ati_remote->out_urb);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500439
Linus Torvalds1da177e2005-04-16 15:20:36 -0700440 return retval;
441}
442
443/*
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400444 * ati_remote_compute_accel
445 *
446 * Implements acceleration curve for directional control pad
447 * If elapsed time since last event is > 1/4 second, user "stopped",
448 * so reset acceleration. Otherwise, user is probably holding the control
449 * pad down, so we increase acceleration, ramping up over two seconds to
450 * a maximum speed.
451 */
452static int ati_remote_compute_accel(struct ati_remote *ati_remote)
453{
454 static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 };
455 unsigned long now = jiffies;
456 int acc;
457
458 if (time_after(now, ati_remote->old_jiffies + msecs_to_jiffies(250))) {
459 acc = 1;
460 ati_remote->acc_jiffies = now;
461 }
462 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(125)))
463 acc = accel[0];
464 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(250)))
465 acc = accel[1];
466 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(500)))
467 acc = accel[2];
468 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1000)))
469 acc = accel[3];
470 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1500)))
471 acc = accel[4];
472 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(2000)))
473 acc = accel[5];
474 else
475 acc = accel[6];
476
477 return acc;
478}
479
480/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 * ati_remote_report_input
482 */
David Howells7d12e782006-10-05 14:55:46 +0100483static void ati_remote_input_report(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484{
485 struct ati_remote *ati_remote = urb->context;
486 unsigned char *data= ati_remote->inbuf;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500487 struct input_dev *dev = ati_remote->idev;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300488 int index = -1;
489 int acc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700490 int remote_num;
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300491 unsigned char scancode;
Anssi Hannula9d454d42012-04-01 16:41:46 -0300492 u32 wheel_keycode = KEY_RESERVED;
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300493 int i;
494
495 /*
496 * data[0] = 0x14
497 * data[1] = data[2] + data[3] + 0xd5 (a checksum byte)
498 * data[2] = the key code (with toggle bit in MSB with some models)
499 * data[3] = channel << 4 (the low 4 bits must be zero)
500 */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500501
Linus Torvalds1da177e2005-04-16 15:20:36 -0700502 /* Deal with strange looking inputs */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500503 if ( (urb->actual_length != 4) || (data[0] != 0x14) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700504 ((data[3] & 0x0f) != 0x00) ) {
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700505 ati_remote_dump(&urb->dev->dev, data, urb->actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 return;
507 }
508
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300509 if (data[1] != ((data[2] + data[3] + 0xd5) & 0xff)) {
510 dbginfo(&ati_remote->interface->dev,
511 "wrong checksum in input: %02x %02x %02x %02x\n",
512 data[0], data[1], data[2], data[3]);
513 return;
514 }
515
Linus Torvalds1da177e2005-04-16 15:20:36 -0700516 /* Mask unwanted remote channels. */
517 /* note: remote_num is 0-based, channel 1 on remote == 0 here */
518 remote_num = (data[3] >> 4) & 0x0f;
Anssi Hannula9688efd2011-08-06 18:18:07 -0300519 if (channel_mask & (1 << (remote_num + 1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700520 dbginfo(&ati_remote->interface->dev,
521 "Masked input from channel 0x%02x: data %02x,%02x, mask= 0x%02lx\n",
522 remote_num, data[1], data[2], channel_mask);
523 return;
524 }
525
Anssi Hannula999d6bc2011-08-06 18:18:12 -0300526 /*
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300527 * MSB is a toggle code, though only used by some devices
528 * (e.g. SnapStream Firefly)
Anssi Hannula999d6bc2011-08-06 18:18:12 -0300529 */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300530 scancode = data[2] & 0x7f;
Anssi Hannula999d6bc2011-08-06 18:18:12 -0300531
Anssi Hannula9d454d42012-04-01 16:41:46 -0300532 dbginfo(&ati_remote->interface->dev,
533 "channel 0x%02x; key data %02x, scancode %02x\n",
534 remote_num, data[2], scancode);
535
536 if (scancode >= 0x70) {
537 /*
538 * This is either a mouse or scrollwheel event, depending on
539 * the remote/keymap.
540 * Get the keycode assigned to scancode 0x78/0x70. If it is
541 * set, assume this is a scrollwheel up/down event.
542 */
543 wheel_keycode = rc_g_keycode_from_table(ati_remote->rdev,
544 scancode & 0x78);
545
546 if (wheel_keycode == KEY_RESERVED) {
547 /* scrollwheel was not mapped, assume mouse */
548
549 /* Look up event code index in the mouse translation table. */
550 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) {
551 if (scancode == ati_remote_tbl[i].data) {
552 index = i;
553 break;
554 }
555 }
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300556 }
557 }
Anssi Hannulac34516e2011-08-06 18:18:08 -0300558
Anssi Hannulac34516e2011-08-06 18:18:08 -0300559 if (index >= 0 && ati_remote_tbl[index].kind == KIND_LITERAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700560 input_event(dev, ati_remote_tbl[index].type,
561 ati_remote_tbl[index].code,
562 ati_remote_tbl[index].value);
563 input_sync(dev);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500564
Linus Torvalds1da177e2005-04-16 15:20:36 -0700565 ati_remote->old_jiffies = jiffies;
566 return;
567 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500568
Anssi Hannulac34516e2011-08-06 18:18:08 -0300569 if (index < 0 || ati_remote_tbl[index].kind == KIND_FILTERED) {
Karl Pickett0de95502007-04-12 01:35:59 -0400570 unsigned long now = jiffies;
571
Linus Torvalds1da177e2005-04-16 15:20:36 -0700572 /* Filter duplicate events which happen "too close" together. */
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300573 if (ati_remote->old_data == data[2] &&
Karl Pickett0de95502007-04-12 01:35:59 -0400574 time_before(now, ati_remote->old_jiffies +
575 msecs_to_jiffies(repeat_filter))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700576 ati_remote->repeat_count++;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500577 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700578 ati_remote->repeat_count = 0;
Karl Pickett0de95502007-04-12 01:35:59 -0400579 ati_remote->first_jiffies = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700580 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500581
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300582 ati_remote->old_data = data[2];
Karl Pickett0de95502007-04-12 01:35:59 -0400583 ati_remote->old_jiffies = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700584
Karl Pickett0de95502007-04-12 01:35:59 -0400585 /* Ensure we skip at least the 4 first duplicate events (generated
586 * by a single keypress), and continue skipping until repeat_delay
587 * msecs have passed
588 */
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400589 if (ati_remote->repeat_count > 0 &&
Karl Pickett0de95502007-04-12 01:35:59 -0400590 (ati_remote->repeat_count < 5 ||
591 time_before(now, ati_remote->first_jiffies +
592 msecs_to_jiffies(repeat_delay))))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700593 return;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500594
Anssi Hannulac34516e2011-08-06 18:18:08 -0300595 if (index < 0) {
596 /* Not a mouse event, hand it to rc-core. */
Anssi Hannula9d454d42012-04-01 16:41:46 -0300597 int count = 1;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300598
Anssi Hannula9d454d42012-04-01 16:41:46 -0300599 if (wheel_keycode != KEY_RESERVED) {
600 /*
601 * This is a scrollwheel event, send the
602 * scroll up (0x78) / down (0x70) scancode
603 * repeatedly as many times as indicated by
604 * rest of the scancode.
605 */
606 count = (scancode & 0x07) + 1;
607 scancode &= 0x78;
608 }
609
610 while (count--) {
611 /*
612 * We don't use the rc-core repeat handling yet as
613 * it would cause ghost repeats which would be a
614 * regression for this driver.
615 */
616 rc_keydown_notimeout(ati_remote->rdev, scancode,
617 data[2]);
618 rc_keyup(ati_remote->rdev);
619 }
Anssi Hannulac34516e2011-08-06 18:18:08 -0300620 return;
621 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622
Linus Torvalds1da177e2005-04-16 15:20:36 -0700623 input_event(dev, ati_remote_tbl[index].type,
624 ati_remote_tbl[index].code, 1);
Dmitry Torokhovc3c38fb2006-08-04 22:53:24 -0400625 input_sync(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700626 input_event(dev, ati_remote_tbl[index].type,
627 ati_remote_tbl[index].code, 0);
628 input_sync(dev);
629
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400630 } else {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500631
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400632 /*
633 * Other event kinds are from the directional control pad, and have an
634 * acceleration factor applied to them. Without this acceleration, the
635 * control pad is mostly unusable.
636 */
637 acc = ati_remote_compute_accel(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700638
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400639 switch (ati_remote_tbl[index].kind) {
640 case KIND_ACCEL:
641 input_event(dev, ati_remote_tbl[index].type,
642 ati_remote_tbl[index].code,
643 ati_remote_tbl[index].value * acc);
644 break;
645 case KIND_LU:
646 input_report_rel(dev, REL_X, -acc);
647 input_report_rel(dev, REL_Y, -acc);
648 break;
649 case KIND_RU:
650 input_report_rel(dev, REL_X, acc);
651 input_report_rel(dev, REL_Y, -acc);
652 break;
653 case KIND_LD:
654 input_report_rel(dev, REL_X, -acc);
655 input_report_rel(dev, REL_Y, acc);
656 break;
657 case KIND_RD:
658 input_report_rel(dev, REL_X, acc);
659 input_report_rel(dev, REL_Y, acc);
660 break;
661 default:
662 dev_dbg(&ati_remote->interface->dev, "ati_remote kind=%d\n",
663 ati_remote_tbl[index].kind);
664 }
665 input_sync(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700666
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400667 ati_remote->old_jiffies = jiffies;
Anssi Hannula5eefb4f2011-12-06 22:34:29 -0300668 ati_remote->old_data = data[2];
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400669 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700670}
671
672/*
673 * ati_remote_irq_in
674 */
David Howells7d12e782006-10-05 14:55:46 +0100675static void ati_remote_irq_in(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676{
677 struct ati_remote *ati_remote = urb->context;
678 int retval;
679
680 switch (urb->status) {
681 case 0: /* success */
David Howells7d12e782006-10-05 14:55:46 +0100682 ati_remote_input_report(urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700683 break;
684 case -ECONNRESET: /* unlink */
685 case -ENOENT:
686 case -ESHUTDOWN:
687 dev_dbg(&ati_remote->interface->dev, "%s: urb error status, unlink? \n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400688 __func__);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500689 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700690 default: /* error */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500691 dev_dbg(&ati_remote->interface->dev, "%s: Nonzero urb status %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400692 __func__, urb->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700693 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500694
Christoph Lameter54e6ecb2006-12-06 20:33:16 -0800695 retval = usb_submit_urb(urb, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700696 if (retval)
697 dev_err(&ati_remote->interface->dev, "%s: usb_submit_urb()=%d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400698 __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700699}
700
701/*
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500702 * ati_remote_alloc_buffers
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500704static int ati_remote_alloc_buffers(struct usb_device *udev,
705 struct ati_remote *ati_remote)
706{
Daniel Mack997ea582010-04-12 13:17:25 +0200707 ati_remote->inbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC,
708 &ati_remote->inbuf_dma);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500709 if (!ati_remote->inbuf)
710 return -1;
711
Daniel Mack997ea582010-04-12 13:17:25 +0200712 ati_remote->outbuf = usb_alloc_coherent(udev, DATA_BUFSIZE, GFP_ATOMIC,
Anssi Hannula9688efd2011-08-06 18:18:07 -0300713 &ati_remote->outbuf_dma);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500714 if (!ati_remote->outbuf)
715 return -1;
716
717 ati_remote->irq_urb = usb_alloc_urb(0, GFP_KERNEL);
718 if (!ati_remote->irq_urb)
719 return -1;
720
721 ati_remote->out_urb = usb_alloc_urb(0, GFP_KERNEL);
722 if (!ati_remote->out_urb)
723 return -1;
724
725 return 0;
726}
727
728/*
729 * ati_remote_free_buffers
730 */
731static void ati_remote_free_buffers(struct ati_remote *ati_remote)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732{
Mariusz Kozlowski459f8362006-11-08 15:35:46 +0100733 usb_free_urb(ati_remote->irq_urb);
734 usb_free_urb(ati_remote->out_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
Daniel Mack997ea582010-04-12 13:17:25 +0200736 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE,
Mariusz Kozlowski9dce4472006-11-25 11:09:38 -0800737 ati_remote->inbuf, ati_remote->inbuf_dma);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500738
Daniel Mack997ea582010-04-12 13:17:25 +0200739 usb_free_coherent(ati_remote->udev, DATA_BUFSIZE,
Mariusz Kozlowski9dce4472006-11-25 11:09:38 -0800740 ati_remote->outbuf, ati_remote->outbuf_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741}
742
743static void ati_remote_input_init(struct ati_remote *ati_remote)
744{
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500745 struct input_dev *idev = ati_remote->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700746 int i;
747
Jiri Slaby7b19ada2007-10-18 23:40:32 -0700748 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
749 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
750 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_SIDE) | BIT_MASK(BTN_EXTRA);
751 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700752 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++)
753 if (ati_remote_tbl[i].type == EV_KEY)
754 set_bit(ati_remote_tbl[i].code, idev->keybit);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500755
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400756 input_set_drvdata(idev, ati_remote);
757
Anssi Hannulac34516e2011-08-06 18:18:08 -0300758 idev->open = ati_remote_input_open;
759 idev->close = ati_remote_input_close;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500760
Anssi Hannulac34516e2011-08-06 18:18:08 -0300761 idev->name = ati_remote->mouse_name;
762 idev->phys = ati_remote->mouse_phys;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500763
Dmitry Torokhov16a334c2005-06-30 00:49:08 -0500764 usb_to_input_id(ati_remote->udev, &idev->id);
Anssi Hannula44fd0b62011-08-06 18:18:09 -0300765 idev->dev.parent = &ati_remote->interface->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700766}
767
Anssi Hannulac34516e2011-08-06 18:18:08 -0300768static void ati_remote_rc_init(struct ati_remote *ati_remote)
769{
770 struct rc_dev *rdev = ati_remote->rdev;
771
772 rdev->priv = ati_remote;
773 rdev->driver_type = RC_DRIVER_SCANCODE;
774 rdev->allowed_protos = RC_TYPE_OTHER;
775 rdev->driver_name = "ati_remote";
776
777 rdev->open = ati_remote_rc_open;
778 rdev->close = ati_remote_rc_close;
779
780 rdev->input_name = ati_remote->rc_name;
781 rdev->input_phys = ati_remote->rc_phys;
782
783 usb_to_input_id(ati_remote->udev, &rdev->input_id);
Anssi Hannula44fd0b62011-08-06 18:18:09 -0300784 rdev->dev.parent = &ati_remote->interface->dev;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300785}
786
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787static int ati_remote_initialize(struct ati_remote *ati_remote)
788{
789 struct usb_device *udev = ati_remote->udev;
790 int pipe, maxp;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500791
Linus Torvalds1da177e2005-04-16 15:20:36 -0700792 init_waitqueue_head(&ati_remote->wait);
793
794 /* Set up irq_urb */
795 pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress);
796 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
797 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500798
799 usb_fill_int_urb(ati_remote->irq_urb, udev, pipe, ati_remote->inbuf,
800 maxp, ati_remote_irq_in, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700801 ati_remote->endpoint_in->bInterval);
802 ati_remote->irq_urb->transfer_dma = ati_remote->inbuf_dma;
803 ati_remote->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500804
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805 /* Set up out_urb */
806 pipe = usb_sndintpipe(udev, ati_remote->endpoint_out->bEndpointAddress);
807 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
808 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
809
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500810 usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf,
811 maxp, ati_remote_irq_out, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700812 ati_remote->endpoint_out->bInterval);
813 ati_remote->out_urb->transfer_dma = ati_remote->outbuf_dma;
814 ati_remote->out_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
815
816 /* send initialization strings */
817 if ((ati_remote_sendpacket(ati_remote, 0x8004, init1)) ||
818 (ati_remote_sendpacket(ati_remote, 0x8007, init2))) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500819 dev_err(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700820 "Initializing ati_remote hardware failed.\n");
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500821 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700822 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500823
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824 return 0;
825}
826
827/*
828 * ati_remote_probe
829 */
830static int ati_remote_probe(struct usb_interface *interface, const struct usb_device_id *id)
831{
832 struct usb_device *udev = interface_to_usbdev(interface);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500833 struct usb_host_interface *iface_host = interface->cur_altsetting;
834 struct usb_endpoint_descriptor *endpoint_in, *endpoint_out;
Anssi Hannula0d746792012-04-01 16:41:45 -0300835 struct ati_receiver_type *type = (struct ati_receiver_type *)id->driver_info;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500836 struct ati_remote *ati_remote;
837 struct input_dev *input_dev;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300838 struct rc_dev *rc_dev;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500839 int err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700840
Linus Torvalds1da177e2005-04-16 15:20:36 -0700841 if (iface_host->desc.bNumEndpoints != 2) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400842 err("%s: Unexpected desc.bNumEndpoints\n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500843 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700844 }
845
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500846 endpoint_in = &iface_host->endpoint[0].desc;
847 endpoint_out = &iface_host->endpoint[1].desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700848
Luiz Fernando N. Capitulino96642a22006-09-27 11:58:53 -0700849 if (!usb_endpoint_is_int_in(endpoint_in)) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400850 err("%s: Unexpected endpoint_in\n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500851 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700852 }
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500853 if (le16_to_cpu(endpoint_in->wMaxPacketSize) == 0) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400854 err("%s: endpoint_in message size==0? \n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500855 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 }
857
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500858 ati_remote = kzalloc(sizeof (struct ati_remote), GFP_KERNEL);
Anssi Hannulac34516e2011-08-06 18:18:08 -0300859 rc_dev = rc_allocate_device();
860 if (!ati_remote || !rc_dev)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500861 goto fail1;
862
Linus Torvalds1da177e2005-04-16 15:20:36 -0700863 /* Allocate URB buffers, URBs */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500864 if (ati_remote_alloc_buffers(udev, ati_remote))
865 goto fail2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700866
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500867 ati_remote->endpoint_in = endpoint_in;
868 ati_remote->endpoint_out = endpoint_out;
869 ati_remote->udev = udev;
Anssi Hannulac34516e2011-08-06 18:18:08 -0300870 ati_remote->rdev = rc_dev;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500871 ati_remote->interface = interface;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700872
Anssi Hannulac34516e2011-08-06 18:18:08 -0300873 usb_make_path(udev, ati_remote->rc_phys, sizeof(ati_remote->rc_phys));
874 strlcpy(ati_remote->mouse_phys, ati_remote->rc_phys,
875 sizeof(ati_remote->mouse_phys));
876
877 strlcat(ati_remote->rc_phys, "/input0", sizeof(ati_remote->rc_phys));
878 strlcat(ati_remote->mouse_phys, "/input1", sizeof(ati_remote->mouse_phys));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700879
Linus Torvalds1da177e2005-04-16 15:20:36 -0700880 if (udev->manufacturer)
Anssi Hannulac34516e2011-08-06 18:18:08 -0300881 strlcpy(ati_remote->rc_name, udev->manufacturer,
882 sizeof(ati_remote->rc_name));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700883
884 if (udev->product)
Anssi Hannulac34516e2011-08-06 18:18:08 -0300885 snprintf(ati_remote->rc_name, sizeof(ati_remote->rc_name),
886 "%s %s", ati_remote->rc_name, udev->product);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700887
Anssi Hannulac34516e2011-08-06 18:18:08 -0300888 if (!strlen(ati_remote->rc_name))
889 snprintf(ati_remote->rc_name, sizeof(ati_remote->rc_name),
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500890 DRIVER_DESC "(%04x,%04x)",
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500891 le16_to_cpu(ati_remote->udev->descriptor.idVendor),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700892 le16_to_cpu(ati_remote->udev->descriptor.idProduct));
893
Anssi Hannulac34516e2011-08-06 18:18:08 -0300894 snprintf(ati_remote->mouse_name, sizeof(ati_remote->mouse_name),
895 "%s mouse", ati_remote->rc_name);
896
Anssi Hannula0d746792012-04-01 16:41:45 -0300897 rc_dev->map_name = RC_MAP_ATI_X10; /* default map */
898
899 /* set default keymap according to receiver model */
900 if (type) {
901 if (type->default_keymap)
902 rc_dev->map_name = type->default_keymap;
903 else if (type->get_default_keymap)
904 rc_dev->map_name = type->get_default_keymap(interface);
905 }
Anssi Hannula175fcec2011-08-06 18:18:11 -0300906
Anssi Hannulac34516e2011-08-06 18:18:08 -0300907 ati_remote_rc_init(ati_remote);
908 mutex_init(&ati_remote->open_mutex);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500909
Linus Torvalds1da177e2005-04-16 15:20:36 -0700910 /* Device Hardware Initialization - fills in ati_remote->idev from udev. */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500911 err = ati_remote_initialize(ati_remote);
912 if (err)
913 goto fail3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700914
Anssi Hannulac34516e2011-08-06 18:18:08 -0300915 /* Set up and register rc device */
916 err = rc_register_device(ati_remote->rdev);
Dmitry Torokhov50141862007-04-12 01:33:39 -0400917 if (err)
918 goto fail3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700919
Anssi Hannulac34516e2011-08-06 18:18:08 -0300920 /* use our delay for rc_dev */
921 ati_remote->rdev->input_dev->rep[REP_DELAY] = repeat_delay;
922
923 /* Set up and register mouse input device */
924 if (mouse) {
925 input_dev = input_allocate_device();
926 if (!input_dev)
927 goto fail4;
928
929 ati_remote->idev = input_dev;
930 ati_remote_input_init(ati_remote);
931 err = input_register_device(input_dev);
932
933 if (err)
934 goto fail5;
935 }
936
Linus Torvalds1da177e2005-04-16 15:20:36 -0700937 usb_set_intfdata(interface, ati_remote);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500938 return 0;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500939
Anssi Hannulac34516e2011-08-06 18:18:08 -0300940 fail5: input_free_device(input_dev);
941 fail4: rc_unregister_device(rc_dev);
942 rc_dev = NULL;
Dmitry Torokhov50141862007-04-12 01:33:39 -0400943 fail3: usb_kill_urb(ati_remote->irq_urb);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500944 usb_kill_urb(ati_remote->out_urb);
Dmitry Torokhov50141862007-04-12 01:33:39 -0400945 fail2: ati_remote_free_buffers(ati_remote);
Anssi Hannulac34516e2011-08-06 18:18:08 -0300946 fail1: rc_free_device(rc_dev);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500947 kfree(ati_remote);
948 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700949}
950
951/*
952 * ati_remote_disconnect
953 */
954static void ati_remote_disconnect(struct usb_interface *interface)
955{
956 struct ati_remote *ati_remote;
957
Linus Torvalds1da177e2005-04-16 15:20:36 -0700958 ati_remote = usb_get_intfdata(interface);
959 usb_set_intfdata(interface, NULL);
960 if (!ati_remote) {
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700961 dev_warn(&interface->dev, "%s - null device?\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700962 return;
963 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500964
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500965 usb_kill_urb(ati_remote->irq_urb);
966 usb_kill_urb(ati_remote->out_urb);
Anssi Hannulac34516e2011-08-06 18:18:08 -0300967 if (ati_remote->idev)
968 input_unregister_device(ati_remote->idev);
969 rc_unregister_device(ati_remote->rdev);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500970 ati_remote_free_buffers(ati_remote);
971 kfree(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700972}
973
Greg Kroah-Hartmanecb3b2b2011-11-18 09:46:12 -0800974module_usb_driver(ati_remote_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700975
976MODULE_AUTHOR(DRIVER_AUTHOR);
977MODULE_DESCRIPTION(DRIVER_DESC);
978MODULE_LICENSE("GPL");