blob: e290fde35e74ff626e8e7cde2af795e7d832bbb1 [file] [log] [blame]
Dmitry Torokhov05f091a2005-05-29 02:29:01 -05001/*
Linus Torvalds1da177e2005-04-16 15:20:36 -07002 * USB ATI Remote support
3 *
4 * Version 2.2.0 Copyright (c) 2004 Torrey Hoffman <thoffman@arnor.net>
5 * Version 2.1.1 Copyright (c) 2002 Vladimir Dergachev
6 *
7 * This 2.2.0 version is a rewrite / cleanup of the 2.1.1 driver, including
Dmitry Torokhov05f091a2005-05-29 02:29:01 -05008 * porting to the 2.6 kernel interfaces, along with other modification
Linus Torvalds1da177e2005-04-16 15:20:36 -07009 * to better match the style of the existing usb/input drivers. However, the
10 * protocol and hardware handling is essentially unchanged from 2.1.1.
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050011 *
12 * The 2.1.1 driver was derived from the usbati_remote and usbkbd drivers by
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 * Vojtech Pavlik.
14 *
15 * Changes:
16 *
17 * Feb 2004: Torrey Hoffman <thoffman@arnor.net>
18 * Version 2.2.0
19 * Jun 2004: Torrey Hoffman <thoffman@arnor.net>
20 * Version 2.2.1
21 * Added key repeat support contributed by:
22 * Vincent Vanackere <vanackere@lif.univ-mrs.fr>
23 * Added support for the "Lola" remote contributed by:
24 * Seth Cohn <sethcohn@yahoo.com>
25 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050026 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070027 *
28 * This program is free software; you can redistribute it and/or modify
29 * it under the terms of the GNU General Public License as published by
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050030 * the Free Software Foundation; either version 2 of the License, or
Linus Torvalds1da177e2005-04-16 15:20:36 -070031 * (at your option) any later version.
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050032 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070033 * This program is distributed in the hope that it will be useful,
34 * but WITHOUT ANY WARRANTY; without even the implied warranty of
35 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
36 * GNU General Public License for more details.
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050037 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070038 * You should have received a copy of the GNU General Public License
39 * along with this program; if not, write to the Free Software
40 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050041 *
42 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 *
44 * Hardware & software notes
45 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050046 * These remote controls are distributed by ATI as part of their
47 * "All-In-Wonder" video card packages. The receiver self-identifies as a
Linus Torvalds1da177e2005-04-16 15:20:36 -070048 * "USB Receiver" with manufacturer "X10 Wireless Technology Inc".
49 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050050 * The "Lola" remote is available from X10. See:
Linus Torvalds1da177e2005-04-16 15:20:36 -070051 * http://www.x10.com/products/lola_sg1.htm
52 * The Lola is similar to the ATI remote but has no mouse support, and slightly
53 * different keys.
54 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050055 * It is possible to use multiple receivers and remotes on multiple computers
Linus Torvalds1da177e2005-04-16 15:20:36 -070056 * simultaneously by configuring them to use specific channels.
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050057 *
58 * The RF protocol used by the remote supports 16 distinct channels, 1 to 16.
59 * Actually, it may even support more, at least in some revisions of the
Linus Torvalds1da177e2005-04-16 15:20:36 -070060 * hardware.
61 *
62 * Each remote can be configured to transmit on one channel as follows:
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050063 * - Press and hold the "hand icon" button.
64 * - When the red LED starts to blink, let go of the "hand icon" button.
65 * - When it stops blinking, input the channel code as two digits, from 01
Linus Torvalds1da177e2005-04-16 15:20:36 -070066 * to 16, and press the hand icon again.
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050067 *
Linus Torvalds1da177e2005-04-16 15:20:36 -070068 * The timing can be a little tricky. Try loading the module with debug=1
69 * to have the kernel print out messages about the remote control number
70 * and mask. Note: debugging prints remote numbers as zero-based hexadecimal.
71 *
72 * The driver has a "channel_mask" parameter. This bitmask specifies which
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050073 * channels will be ignored by the module. To mask out channels, just add
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 * all the 2^channel_number values together.
75 *
76 * For instance, set channel_mask = 2^4 = 16 (binary 10000) to make ati_remote
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050077 * ignore signals coming from remote controls transmitting on channel 4, but
Linus Torvalds1da177e2005-04-16 15:20:36 -070078 * accept all other channels.
79 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050080 * Or, set channel_mask = 65533, (0xFFFD), and all channels except 1 will be
Linus Torvalds1da177e2005-04-16 15:20:36 -070081 * ignored.
82 *
Dmitry Torokhov05f091a2005-05-29 02:29:01 -050083 * The default is 0 (respond to all channels). Bit 0 and bits 17-32 of this
Linus Torvalds1da177e2005-04-16 15:20:36 -070084 * parameter are unused.
85 *
86 */
87
Linus Torvalds1da177e2005-04-16 15:20:36 -070088#include <linux/kernel.h>
89#include <linux/errno.h>
90#include <linux/init.h>
91#include <linux/slab.h>
92#include <linux/module.h>
David Brownellae0dadc2006-06-13 10:04:34 -070093#include <linux/usb/input.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070094#include <linux/wait.h>
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +030095#include <linux/jiffies.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070096
97/*
98 * Module and Version Information, Module Parameters
99 */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500100
101#define ATI_REMOTE_VENDOR_ID 0x0bc7
102#define ATI_REMOTE_PRODUCT_ID 0x004
103#define LOLA_REMOTE_PRODUCT_ID 0x002
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104#define MEDION_REMOTE_PRODUCT_ID 0x006
105
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500106#define DRIVER_VERSION "2.2.1"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700107#define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>"
108#define DRIVER_DESC "ATI/X10 RF USB Remote Control"
109
110#define NAME_BUFSIZE 80 /* size of product name, path buffers */
111#define DATA_BUFSIZE 63 /* size of URB data buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700112
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400113/*
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 */
Karl Pickett0de95502007-04-12 01:35:59 -0400122#define REPEAT_DELAY 500 /* msec */
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400123
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500124static unsigned long channel_mask;
Dmitry Torokhovc605b672006-08-04 22:53:15 -0400125module_param(channel_mask, ulong, 0644);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
127
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500128static int debug;
Dmitry Torokhovc605b672006-08-04 22:53:15 -0400129module_param(debug, int, 0644);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700130MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
131
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400132static int repeat_filter = FILTER_TIME;
133module_param(repeat_filter, int, 0644);
134MODULE_PARM_DESC(repeat_filter, "Repeat filter time, default = 60 msec");
135
Karl Pickett0de95502007-04-12 01:35:59 -0400136static int repeat_delay = REPEAT_DELAY;
137module_param(repeat_delay, int, 0644);
138MODULE_PARM_DESC(repeat_delay, "Delay before sending repeats, default = 500 msec");
139
Linus Torvalds1da177e2005-04-16 15:20:36 -0700140#define dbginfo(dev, format, arg...) do { if (debug) dev_info(dev , format , ## arg); } while (0)
141#undef err
142#define err(format, arg...) printk(KERN_ERR format , ## arg)
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500143
Linus Torvalds1da177e2005-04-16 15:20:36 -0700144static struct usb_device_id ati_remote_table[] = {
145 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID) },
146 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID) },
147 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID) },
148 {} /* Terminating entry */
149};
150
151MODULE_DEVICE_TABLE(usb, ati_remote_table);
152
153/* Get hi and low bytes of a 16-bits int */
154#define HI(a) ((unsigned char)((a) >> 8))
155#define LO(a) ((unsigned char)((a) & 0xff))
156
157#define SEND_FLAG_IN_PROGRESS 1
158#define SEND_FLAG_COMPLETE 2
159
160/* Device initialization strings */
161static char init1[] = { 0x01, 0x00, 0x20, 0x14 };
162static char init2[] = { 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 };
163
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164struct ati_remote {
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500165 struct input_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700166 struct usb_device *udev;
167 struct usb_interface *interface;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500168
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169 struct urb *irq_urb;
170 struct urb *out_urb;
171 struct usb_endpoint_descriptor *endpoint_in;
172 struct usb_endpoint_descriptor *endpoint_out;
173 unsigned char *inbuf;
174 unsigned char *outbuf;
175 dma_addr_t inbuf_dma;
176 dma_addr_t outbuf_dma;
177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 unsigned char old_data[2]; /* Detect duplicate events */
179 unsigned long old_jiffies;
180 unsigned long acc_jiffies; /* handle acceleration */
Karl Pickett0de95502007-04-12 01:35:59 -0400181 unsigned long first_jiffies;
182
Linus Torvalds1da177e2005-04-16 15:20:36 -0700183 unsigned int repeat_count;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500184
Linus Torvalds1da177e2005-04-16 15:20:36 -0700185 char name[NAME_BUFSIZE];
186 char phys[NAME_BUFSIZE];
187
188 wait_queue_head_t wait;
189 int send_flags;
190};
191
192/* "Kinds" of messages sent from the hardware to the driver. */
193#define KIND_END 0
194#define KIND_LITERAL 1 /* Simply pass to input system */
195#define KIND_FILTERED 2 /* Add artificial key-up events, drop keyrepeats */
196#define KIND_LU 3 /* Directional keypad diagonals - left up, */
197#define KIND_RU 4 /* right up, */
198#define KIND_LD 5 /* left down, */
199#define KIND_RD 6 /* right down */
200#define KIND_ACCEL 7 /* Directional keypad - left, right, up, down.*/
201
202/* Translation table from hardware messages to input events. */
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100203static const struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700204 short kind;
205 unsigned char data1, data2;
206 int type;
207 unsigned int code;
208 int value;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500209} ati_remote_tbl[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700210 /* Directional control pad axes */
211 {KIND_ACCEL, 0x35, 0x70, EV_REL, REL_X, -1}, /* left */
212 {KIND_ACCEL, 0x36, 0x71, EV_REL, REL_X, 1}, /* right */
213 {KIND_ACCEL, 0x37, 0x72, EV_REL, REL_Y, -1}, /* up */
214 {KIND_ACCEL, 0x38, 0x73, EV_REL, REL_Y, 1}, /* down */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500215 /* Directional control pad diagonals */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700216 {KIND_LU, 0x39, 0x74, EV_REL, 0, 0}, /* left up */
217 {KIND_RU, 0x3a, 0x75, EV_REL, 0, 0}, /* right up */
218 {KIND_LD, 0x3c, 0x77, EV_REL, 0, 0}, /* left down */
219 {KIND_RD, 0x3b, 0x76, EV_REL, 0, 0}, /* right down */
220
221 /* "Mouse button" buttons */
222 {KIND_LITERAL, 0x3d, 0x78, EV_KEY, BTN_LEFT, 1}, /* left btn down */
223 {KIND_LITERAL, 0x3e, 0x79, EV_KEY, BTN_LEFT, 0}, /* left btn up */
224 {KIND_LITERAL, 0x41, 0x7c, EV_KEY, BTN_RIGHT, 1},/* right btn down */
225 {KIND_LITERAL, 0x42, 0x7d, EV_KEY, BTN_RIGHT, 0},/* right btn up */
226
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500227 /* Artificial "doubleclick" events are generated by the hardware.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700228 * They are mapped to the "side" and "extra" mouse buttons here. */
229 {KIND_FILTERED, 0x3f, 0x7a, EV_KEY, BTN_SIDE, 1}, /* left dblclick */
230 {KIND_FILTERED, 0x43, 0x7e, EV_KEY, BTN_EXTRA, 1},/* right dblclick */
231
232 /* keyboard. */
233 {KIND_FILTERED, 0xd2, 0x0d, EV_KEY, KEY_1, 1},
234 {KIND_FILTERED, 0xd3, 0x0e, EV_KEY, KEY_2, 1},
235 {KIND_FILTERED, 0xd4, 0x0f, EV_KEY, KEY_3, 1},
236 {KIND_FILTERED, 0xd5, 0x10, EV_KEY, KEY_4, 1},
237 {KIND_FILTERED, 0xd6, 0x11, EV_KEY, KEY_5, 1},
238 {KIND_FILTERED, 0xd7, 0x12, EV_KEY, KEY_6, 1},
239 {KIND_FILTERED, 0xd8, 0x13, EV_KEY, KEY_7, 1},
240 {KIND_FILTERED, 0xd9, 0x14, EV_KEY, KEY_8, 1},
241 {KIND_FILTERED, 0xda, 0x15, EV_KEY, KEY_9, 1},
242 {KIND_FILTERED, 0xdc, 0x17, EV_KEY, KEY_0, 1},
243 {KIND_FILTERED, 0xc5, 0x00, EV_KEY, KEY_A, 1},
244 {KIND_FILTERED, 0xc6, 0x01, EV_KEY, KEY_B, 1},
245 {KIND_FILTERED, 0xde, 0x19, EV_KEY, KEY_C, 1},
246 {KIND_FILTERED, 0xe0, 0x1b, EV_KEY, KEY_D, 1},
247 {KIND_FILTERED, 0xe6, 0x21, EV_KEY, KEY_E, 1},
248 {KIND_FILTERED, 0xe8, 0x23, EV_KEY, KEY_F, 1},
249
250 /* "special" keys */
251 {KIND_FILTERED, 0xdd, 0x18, EV_KEY, KEY_KPENTER, 1}, /* "check" */
252 {KIND_FILTERED, 0xdb, 0x16, EV_KEY, KEY_MENU, 1}, /* "menu" */
253 {KIND_FILTERED, 0xc7, 0x02, EV_KEY, KEY_POWER, 1}, /* Power */
254 {KIND_FILTERED, 0xc8, 0x03, EV_KEY, KEY_TV, 1}, /* TV */
255 {KIND_FILTERED, 0xc9, 0x04, EV_KEY, KEY_DVD, 1}, /* DVD */
256 {KIND_FILTERED, 0xca, 0x05, EV_KEY, KEY_WWW, 1}, /* WEB */
257 {KIND_FILTERED, 0xcb, 0x06, EV_KEY, KEY_BOOKMARKS, 1}, /* "book" */
258 {KIND_FILTERED, 0xcc, 0x07, EV_KEY, KEY_EDIT, 1}, /* "hand" */
259 {KIND_FILTERED, 0xe1, 0x1c, EV_KEY, KEY_COFFEE, 1}, /* "timer" */
260 {KIND_FILTERED, 0xe5, 0x20, EV_KEY, KEY_FRONT, 1}, /* "max" */
261 {KIND_FILTERED, 0xe2, 0x1d, EV_KEY, KEY_LEFT, 1}, /* left */
262 {KIND_FILTERED, 0xe4, 0x1f, EV_KEY, KEY_RIGHT, 1}, /* right */
263 {KIND_FILTERED, 0xe7, 0x22, EV_KEY, KEY_DOWN, 1}, /* down */
264 {KIND_FILTERED, 0xdf, 0x1a, EV_KEY, KEY_UP, 1}, /* up */
265 {KIND_FILTERED, 0xe3, 0x1e, EV_KEY, KEY_OK, 1}, /* "OK" */
266 {KIND_FILTERED, 0xce, 0x09, EV_KEY, KEY_VOLUMEDOWN, 1}, /* VOL + */
267 {KIND_FILTERED, 0xcd, 0x08, EV_KEY, KEY_VOLUMEUP, 1}, /* VOL - */
268 {KIND_FILTERED, 0xcf, 0x0a, EV_KEY, KEY_MUTE, 1}, /* MUTE */
269 {KIND_FILTERED, 0xd0, 0x0b, EV_KEY, KEY_CHANNELUP, 1}, /* CH + */
270 {KIND_FILTERED, 0xd1, 0x0c, EV_KEY, KEY_CHANNELDOWN, 1},/* CH - */
271 {KIND_FILTERED, 0xec, 0x27, EV_KEY, KEY_RECORD, 1}, /* ( o) red */
272 {KIND_FILTERED, 0xea, 0x25, EV_KEY, KEY_PLAY, 1}, /* ( >) */
273 {KIND_FILTERED, 0xe9, 0x24, EV_KEY, KEY_REWIND, 1}, /* (<<) */
274 {KIND_FILTERED, 0xeb, 0x26, EV_KEY, KEY_FORWARD, 1}, /* (>>) */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500275 {KIND_FILTERED, 0xed, 0x28, EV_KEY, KEY_STOP, 1}, /* ([]) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700276 {KIND_FILTERED, 0xee, 0x29, EV_KEY, KEY_PAUSE, 1}, /* ('') */
277 {KIND_FILTERED, 0xf0, 0x2b, EV_KEY, KEY_PREVIOUS, 1}, /* (<-) */
278 {KIND_FILTERED, 0xef, 0x2a, EV_KEY, KEY_NEXT, 1}, /* (>+) */
279 {KIND_FILTERED, 0xf2, 0x2D, EV_KEY, KEY_INFO, 1}, /* PLAYING */
280 {KIND_FILTERED, 0xf3, 0x2E, EV_KEY, KEY_HOME, 1}, /* TOP */
281 {KIND_FILTERED, 0xf4, 0x2F, EV_KEY, KEY_END, 1}, /* END */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500282 {KIND_FILTERED, 0xf5, 0x30, EV_KEY, KEY_SELECT, 1}, /* SELECT */
283
Linus Torvalds1da177e2005-04-16 15:20:36 -0700284 {KIND_END, 0x00, 0x00, EV_MAX + 1, 0, 0}
285};
286
287/* Local function prototypes */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700288static int ati_remote_open (struct input_dev *inputdev);
289static void ati_remote_close (struct input_dev *inputdev);
290static int ati_remote_sendpacket (struct ati_remote *ati_remote, u16 cmd, unsigned char *data);
David Howells7d12e782006-10-05 14:55:46 +0100291static void ati_remote_irq_out (struct urb *urb);
292static void ati_remote_irq_in (struct urb *urb);
293static void ati_remote_input_report (struct urb *urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294static int ati_remote_initialize (struct ati_remote *ati_remote);
295static int ati_remote_probe (struct usb_interface *interface, const struct usb_device_id *id);
296static void ati_remote_disconnect (struct usb_interface *interface);
297
298/* usb specific object to register with the usb subsystem */
299static struct usb_driver ati_remote_driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700300 .name = "ati_remote",
301 .probe = ati_remote_probe,
302 .disconnect = ati_remote_disconnect,
303 .id_table = ati_remote_table,
304};
305
306/*
307 * ati_remote_dump_input
308 */
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700309static void ati_remote_dump(struct device *dev, unsigned char *data,
310 unsigned int len)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311{
312 if ((len == 1) && (data[0] != (unsigned char)0xff) && (data[0] != 0x00))
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700313 dev_warn(dev, "Weird byte 0x%02x\n", data[0]);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700314 else if (len == 4)
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700315 dev_warn(dev, "Weird key %02x %02x %02x %02x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700316 data[0], data[1], data[2], data[3]);
317 else
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700318 dev_warn(dev, "Weird data, len=%d %02x %02x %02x %02x %02x %02x ...\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700319 len, data[0], data[1], data[2], data[3], data[4], data[5]);
320}
321
322/*
323 * ati_remote_open
324 */
325static int ati_remote_open(struct input_dev *inputdev)
326{
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400327 struct ati_remote *ati_remote = input_get_drvdata(inputdev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328
329 /* On first open, submit the read urb which was set up previously. */
330 ati_remote->irq_urb->dev = ati_remote->udev;
331 if (usb_submit_urb(ati_remote->irq_urb, GFP_KERNEL)) {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500332 dev_err(&ati_remote->interface->dev,
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400333 "%s: usb_submit_urb failed!\n", __func__);
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500334 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700335 }
336
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500337 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700338}
339
340/*
341 * ati_remote_close
342 */
343static void ati_remote_close(struct input_dev *inputdev)
344{
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400345 struct ati_remote *ati_remote = input_get_drvdata(inputdev);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500346
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500347 usb_kill_urb(ati_remote->irq_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700348}
349
350/*
351 * ati_remote_irq_out
352 */
David Howells7d12e782006-10-05 14:55:46 +0100353static void ati_remote_irq_out(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700354{
355 struct ati_remote *ati_remote = urb->context;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500356
Linus Torvalds1da177e2005-04-16 15:20:36 -0700357 if (urb->status) {
358 dev_dbg(&ati_remote->interface->dev, "%s: status %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400359 __func__, urb->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700360 return;
361 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500362
Linus Torvalds1da177e2005-04-16 15:20:36 -0700363 ati_remote->send_flags |= SEND_FLAG_COMPLETE;
364 wmb();
365 wake_up(&ati_remote->wait);
366}
367
368/*
369 * ati_remote_sendpacket
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500370 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700371 * Used to send device initialization strings
372 */
373static int ati_remote_sendpacket(struct ati_remote *ati_remote, u16 cmd, unsigned char *data)
374{
375 int retval = 0;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500376
Linus Torvalds1da177e2005-04-16 15:20:36 -0700377 /* Set up out_urb */
378 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd));
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500379 ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700380
381 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1;
382 ati_remote->out_urb->dev = ati_remote->udev;
383 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS;
384
385 retval = usb_submit_urb(ati_remote->out_urb, GFP_ATOMIC);
386 if (retval) {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500387 dev_dbg(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 "sendpacket: usb_submit_urb failed: %d\n", retval);
389 return retval;
390 }
391
392 wait_event_timeout(ati_remote->wait,
393 ((ati_remote->out_urb->status != -EINPROGRESS) ||
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500394 (ati_remote->send_flags & SEND_FLAG_COMPLETE)),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700395 HZ);
396 usb_kill_urb(ati_remote->out_urb);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500397
Linus Torvalds1da177e2005-04-16 15:20:36 -0700398 return retval;
399}
400
401/*
402 * ati_remote_event_lookup
403 */
404static int ati_remote_event_lookup(int rem, unsigned char d1, unsigned char d2)
405{
406 int i;
407
408 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500409 /*
410 * Decide if the table entry matches the remote input.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 */
412 if ((((ati_remote_tbl[i].data1 & 0x0f) == (d1 & 0x0f))) &&
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500413 ((((ati_remote_tbl[i].data1 >> 4) -
414 (d1 >> 4) + rem) & 0x0f) == 0x0f) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700415 (ati_remote_tbl[i].data2 == d2))
416 return i;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500417
Linus Torvalds1da177e2005-04-16 15:20:36 -0700418 }
419 return -1;
420}
421
422/*
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400423 * ati_remote_compute_accel
424 *
425 * Implements acceleration curve for directional control pad
426 * If elapsed time since last event is > 1/4 second, user "stopped",
427 * so reset acceleration. Otherwise, user is probably holding the control
428 * pad down, so we increase acceleration, ramping up over two seconds to
429 * a maximum speed.
430 */
431static int ati_remote_compute_accel(struct ati_remote *ati_remote)
432{
433 static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 };
434 unsigned long now = jiffies;
435 int acc;
436
437 if (time_after(now, ati_remote->old_jiffies + msecs_to_jiffies(250))) {
438 acc = 1;
439 ati_remote->acc_jiffies = now;
440 }
441 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(125)))
442 acc = accel[0];
443 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(250)))
444 acc = accel[1];
445 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(500)))
446 acc = accel[2];
447 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1000)))
448 acc = accel[3];
449 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(1500)))
450 acc = accel[4];
451 else if (time_before(now, ati_remote->acc_jiffies + msecs_to_jiffies(2000)))
452 acc = accel[5];
453 else
454 acc = accel[6];
455
456 return acc;
457}
458
459/*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700460 * ati_remote_report_input
461 */
David Howells7d12e782006-10-05 14:55:46 +0100462static void ati_remote_input_report(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700463{
464 struct ati_remote *ati_remote = urb->context;
465 unsigned char *data= ati_remote->inbuf;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500466 struct input_dev *dev = ati_remote->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 int index, acc;
468 int remote_num;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500469
Linus Torvalds1da177e2005-04-16 15:20:36 -0700470 /* Deal with strange looking inputs */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500471 if ( (urb->actual_length != 4) || (data[0] != 0x14) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700472 ((data[3] & 0x0f) != 0x00) ) {
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700473 ati_remote_dump(&urb->dev->dev, data, urb->actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700474 return;
475 }
476
477 /* Mask unwanted remote channels. */
478 /* note: remote_num is 0-based, channel 1 on remote == 0 here */
479 remote_num = (data[3] >> 4) & 0x0f;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500480 if (channel_mask & (1 << (remote_num + 1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700481 dbginfo(&ati_remote->interface->dev,
482 "Masked input from channel 0x%02x: data %02x,%02x, mask= 0x%02lx\n",
483 remote_num, data[1], data[2], channel_mask);
484 return;
485 }
486
487 /* Look up event code index in translation table */
488 index = ati_remote_event_lookup(remote_num, data[1], data[2]);
489 if (index < 0) {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500490 dev_warn(&ati_remote->interface->dev,
491 "Unknown input from channel 0x%02x: data %02x,%02x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700492 remote_num, data[1], data[2]);
493 return;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500494 }
495 dbginfo(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 "channel 0x%02x; data %02x,%02x; index %d; keycode %d\n",
497 remote_num, data[1], data[2], index, ati_remote_tbl[index].code);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500498
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499 if (ati_remote_tbl[index].kind == KIND_LITERAL) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 input_event(dev, ati_remote_tbl[index].type,
501 ati_remote_tbl[index].code,
502 ati_remote_tbl[index].value);
503 input_sync(dev);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500504
Linus Torvalds1da177e2005-04-16 15:20:36 -0700505 ati_remote->old_jiffies = jiffies;
506 return;
507 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500508
Linus Torvalds1da177e2005-04-16 15:20:36 -0700509 if (ati_remote_tbl[index].kind == KIND_FILTERED) {
Karl Pickett0de95502007-04-12 01:35:59 -0400510 unsigned long now = jiffies;
511
Linus Torvalds1da177e2005-04-16 15:20:36 -0700512 /* Filter duplicate events which happen "too close" together. */
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400513 if (ati_remote->old_data[0] == data[1] &&
514 ati_remote->old_data[1] == data[2] &&
Karl Pickett0de95502007-04-12 01:35:59 -0400515 time_before(now, ati_remote->old_jiffies +
516 msecs_to_jiffies(repeat_filter))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700517 ati_remote->repeat_count++;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500518 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700519 ati_remote->repeat_count = 0;
Karl Pickett0de95502007-04-12 01:35:59 -0400520 ati_remote->first_jiffies = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700521 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500522
Linus Torvalds1da177e2005-04-16 15:20:36 -0700523 ati_remote->old_data[0] = data[1];
524 ati_remote->old_data[1] = data[2];
Karl Pickett0de95502007-04-12 01:35:59 -0400525 ati_remote->old_jiffies = now;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700526
Karl Pickett0de95502007-04-12 01:35:59 -0400527 /* Ensure we skip at least the 4 first duplicate events (generated
528 * by a single keypress), and continue skipping until repeat_delay
529 * msecs have passed
530 */
Edwin Huffstutlerc6698692006-08-04 22:53:02 -0400531 if (ati_remote->repeat_count > 0 &&
Karl Pickett0de95502007-04-12 01:35:59 -0400532 (ati_remote->repeat_count < 5 ||
533 time_before(now, ati_remote->first_jiffies +
534 msecs_to_jiffies(repeat_delay))))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700535 return;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500536
Linus Torvalds1da177e2005-04-16 15:20:36 -0700537
Linus Torvalds1da177e2005-04-16 15:20:36 -0700538 input_event(dev, ati_remote_tbl[index].type,
539 ati_remote_tbl[index].code, 1);
Dmitry Torokhovc3c38fb2006-08-04 22:53:24 -0400540 input_sync(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700541 input_event(dev, ati_remote_tbl[index].type,
542 ati_remote_tbl[index].code, 0);
543 input_sync(dev);
544
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400545 } else {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500546
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400547 /*
548 * Other event kinds are from the directional control pad, and have an
549 * acceleration factor applied to them. Without this acceleration, the
550 * control pad is mostly unusable.
551 */
552 acc = ati_remote_compute_accel(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700553
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400554 switch (ati_remote_tbl[index].kind) {
555 case KIND_ACCEL:
556 input_event(dev, ati_remote_tbl[index].type,
557 ati_remote_tbl[index].code,
558 ati_remote_tbl[index].value * acc);
559 break;
560 case KIND_LU:
561 input_report_rel(dev, REL_X, -acc);
562 input_report_rel(dev, REL_Y, -acc);
563 break;
564 case KIND_RU:
565 input_report_rel(dev, REL_X, acc);
566 input_report_rel(dev, REL_Y, -acc);
567 break;
568 case KIND_LD:
569 input_report_rel(dev, REL_X, -acc);
570 input_report_rel(dev, REL_Y, acc);
571 break;
572 case KIND_RD:
573 input_report_rel(dev, REL_X, acc);
574 input_report_rel(dev, REL_Y, acc);
575 break;
576 default:
577 dev_dbg(&ati_remote->interface->dev, "ati_remote kind=%d\n",
578 ati_remote_tbl[index].kind);
579 }
580 input_sync(dev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700581
Dmitry Torokhov2ffc1cc2006-08-04 22:53:37 -0400582 ati_remote->old_jiffies = jiffies;
583 ati_remote->old_data[0] = data[1];
584 ati_remote->old_data[1] = data[2];
585 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700586}
587
588/*
589 * ati_remote_irq_in
590 */
David Howells7d12e782006-10-05 14:55:46 +0100591static void ati_remote_irq_in(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700592{
593 struct ati_remote *ati_remote = urb->context;
594 int retval;
595
596 switch (urb->status) {
597 case 0: /* success */
David Howells7d12e782006-10-05 14:55:46 +0100598 ati_remote_input_report(urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700599 break;
600 case -ECONNRESET: /* unlink */
601 case -ENOENT:
602 case -ESHUTDOWN:
603 dev_dbg(&ati_remote->interface->dev, "%s: urb error status, unlink? \n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400604 __func__);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500605 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700606 default: /* error */
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500607 dev_dbg(&ati_remote->interface->dev, "%s: Nonzero urb status %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400608 __func__, urb->status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700609 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500610
Christoph Lameter54e6ecb2006-12-06 20:33:16 -0800611 retval = usb_submit_urb(urb, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 if (retval)
613 dev_err(&ati_remote->interface->dev, "%s: usb_submit_urb()=%d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400614 __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700615}
616
617/*
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500618 * ati_remote_alloc_buffers
Linus Torvalds1da177e2005-04-16 15:20:36 -0700619 */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500620static int ati_remote_alloc_buffers(struct usb_device *udev,
621 struct ati_remote *ati_remote)
622{
Christoph Lameter54e6ecb2006-12-06 20:33:16 -0800623 ati_remote->inbuf = usb_buffer_alloc(udev, DATA_BUFSIZE, GFP_ATOMIC,
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500624 &ati_remote->inbuf_dma);
625 if (!ati_remote->inbuf)
626 return -1;
627
Christoph Lameter54e6ecb2006-12-06 20:33:16 -0800628 ati_remote->outbuf = usb_buffer_alloc(udev, DATA_BUFSIZE, GFP_ATOMIC,
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500629 &ati_remote->outbuf_dma);
630 if (!ati_remote->outbuf)
631 return -1;
632
633 ati_remote->irq_urb = usb_alloc_urb(0, GFP_KERNEL);
634 if (!ati_remote->irq_urb)
635 return -1;
636
637 ati_remote->out_urb = usb_alloc_urb(0, GFP_KERNEL);
638 if (!ati_remote->out_urb)
639 return -1;
640
641 return 0;
642}
643
644/*
645 * ati_remote_free_buffers
646 */
647static void ati_remote_free_buffers(struct ati_remote *ati_remote)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700648{
Mariusz Kozlowski459f8362006-11-08 15:35:46 +0100649 usb_free_urb(ati_remote->irq_urb);
650 usb_free_urb(ati_remote->out_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700651
Mariusz Kozlowski9dce4472006-11-25 11:09:38 -0800652 usb_buffer_free(ati_remote->udev, DATA_BUFSIZE,
653 ati_remote->inbuf, ati_remote->inbuf_dma);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500654
Mariusz Kozlowski9dce4472006-11-25 11:09:38 -0800655 usb_buffer_free(ati_remote->udev, DATA_BUFSIZE,
656 ati_remote->outbuf, ati_remote->outbuf_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700657}
658
659static void ati_remote_input_init(struct ati_remote *ati_remote)
660{
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500661 struct input_dev *idev = ati_remote->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700662 int i;
663
Jiri Slaby7b19ada2007-10-18 23:40:32 -0700664 idev->evbit[0] = BIT_MASK(EV_KEY) | BIT_MASK(EV_REL);
665 idev->keybit[BIT_WORD(BTN_MOUSE)] = BIT_MASK(BTN_LEFT) |
666 BIT_MASK(BTN_RIGHT) | BIT_MASK(BTN_SIDE) | BIT_MASK(BTN_EXTRA);
667 idev->relbit[0] = BIT_MASK(REL_X) | BIT_MASK(REL_Y);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700668 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++)
669 if (ati_remote_tbl[i].type == EV_KEY)
670 set_bit(ati_remote_tbl[i].code, idev->keybit);
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500671
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400672 input_set_drvdata(idev, ati_remote);
673
Linus Torvalds1da177e2005-04-16 15:20:36 -0700674 idev->open = ati_remote_open;
675 idev->close = ati_remote_close;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500676
Linus Torvalds1da177e2005-04-16 15:20:36 -0700677 idev->name = ati_remote->name;
678 idev->phys = ati_remote->phys;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500679
Dmitry Torokhov16a334c2005-06-30 00:49:08 -0500680 usb_to_input_id(ati_remote->udev, &idev->id);
Dmitry Torokhovc0f82d52007-04-12 01:35:03 -0400681 idev->dev.parent = &ati_remote->udev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700682}
683
684static int ati_remote_initialize(struct ati_remote *ati_remote)
685{
686 struct usb_device *udev = ati_remote->udev;
687 int pipe, maxp;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500688
Linus Torvalds1da177e2005-04-16 15:20:36 -0700689 init_waitqueue_head(&ati_remote->wait);
690
691 /* Set up irq_urb */
692 pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress);
693 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
694 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500695
696 usb_fill_int_urb(ati_remote->irq_urb, udev, pipe, ati_remote->inbuf,
697 maxp, ati_remote_irq_in, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700698 ati_remote->endpoint_in->bInterval);
699 ati_remote->irq_urb->transfer_dma = ati_remote->inbuf_dma;
700 ati_remote->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500701
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702 /* Set up out_urb */
703 pipe = usb_sndintpipe(udev, ati_remote->endpoint_out->bEndpointAddress);
704 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
705 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
706
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500707 usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf,
708 maxp, ati_remote_irq_out, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700709 ati_remote->endpoint_out->bInterval);
710 ati_remote->out_urb->transfer_dma = ati_remote->outbuf_dma;
711 ati_remote->out_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
712
713 /* send initialization strings */
714 if ((ati_remote_sendpacket(ati_remote, 0x8004, init1)) ||
715 (ati_remote_sendpacket(ati_remote, 0x8007, init2))) {
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500716 dev_err(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700717 "Initializing ati_remote hardware failed.\n");
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500718 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700719 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500720
Linus Torvalds1da177e2005-04-16 15:20:36 -0700721 return 0;
722}
723
724/*
725 * ati_remote_probe
726 */
727static int ati_remote_probe(struct usb_interface *interface, const struct usb_device_id *id)
728{
729 struct usb_device *udev = interface_to_usbdev(interface);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500730 struct usb_host_interface *iface_host = interface->cur_altsetting;
731 struct usb_endpoint_descriptor *endpoint_in, *endpoint_out;
732 struct ati_remote *ati_remote;
733 struct input_dev *input_dev;
734 int err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700735
Linus Torvalds1da177e2005-04-16 15:20:36 -0700736 if (iface_host->desc.bNumEndpoints != 2) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400737 err("%s: Unexpected desc.bNumEndpoints\n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500738 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700739 }
740
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500741 endpoint_in = &iface_host->endpoint[0].desc;
742 endpoint_out = &iface_host->endpoint[1].desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700743
Luiz Fernando N. Capitulino96642a22006-09-27 11:58:53 -0700744 if (!usb_endpoint_is_int_in(endpoint_in)) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400745 err("%s: Unexpected endpoint_in\n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500746 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700747 }
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500748 if (le16_to_cpu(endpoint_in->wMaxPacketSize) == 0) {
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400749 err("%s: endpoint_in message size==0? \n", __func__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500750 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700751 }
752
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500753 ati_remote = kzalloc(sizeof (struct ati_remote), GFP_KERNEL);
754 input_dev = input_allocate_device();
755 if (!ati_remote || !input_dev)
756 goto fail1;
757
Linus Torvalds1da177e2005-04-16 15:20:36 -0700758 /* Allocate URB buffers, URBs */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500759 if (ati_remote_alloc_buffers(udev, ati_remote))
760 goto fail2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500762 ati_remote->endpoint_in = endpoint_in;
763 ati_remote->endpoint_out = endpoint_out;
764 ati_remote->udev = udev;
765 ati_remote->idev = input_dev;
766 ati_remote->interface = interface;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700767
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500768 usb_make_path(udev, ati_remote->phys, sizeof(ati_remote->phys));
769 strlcpy(ati_remote->phys, "/input0", sizeof(ati_remote->phys));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700770
Linus Torvalds1da177e2005-04-16 15:20:36 -0700771 if (udev->manufacturer)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500772 strlcpy(ati_remote->name, udev->manufacturer, sizeof(ati_remote->name));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700773
774 if (udev->product)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500775 snprintf(ati_remote->name, sizeof(ati_remote->name),
776 "%s %s", ati_remote->name, udev->product);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700777
778 if (!strlen(ati_remote->name))
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500779 snprintf(ati_remote->name, sizeof(ati_remote->name),
780 DRIVER_DESC "(%04x,%04x)",
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500781 le16_to_cpu(ati_remote->udev->descriptor.idVendor),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700782 le16_to_cpu(ati_remote->udev->descriptor.idProduct));
783
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500784 ati_remote_input_init(ati_remote);
785
Linus Torvalds1da177e2005-04-16 15:20:36 -0700786 /* Device Hardware Initialization - fills in ati_remote->idev from udev. */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500787 err = ati_remote_initialize(ati_remote);
788 if (err)
789 goto fail3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700790
791 /* Set up and register input device */
Dmitry Torokhov50141862007-04-12 01:33:39 -0400792 err = input_register_device(ati_remote->idev);
793 if (err)
794 goto fail3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795
796 usb_set_intfdata(interface, ati_remote);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500797 return 0;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500798
Dmitry Torokhov50141862007-04-12 01:33:39 -0400799 fail3: usb_kill_urb(ati_remote->irq_urb);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500800 usb_kill_urb(ati_remote->out_urb);
Dmitry Torokhov50141862007-04-12 01:33:39 -0400801 fail2: ati_remote_free_buffers(ati_remote);
802 fail1: input_free_device(input_dev);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500803 kfree(ati_remote);
804 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700805}
806
807/*
808 * ati_remote_disconnect
809 */
810static void ati_remote_disconnect(struct usb_interface *interface)
811{
812 struct ati_remote *ati_remote;
813
Linus Torvalds1da177e2005-04-16 15:20:36 -0700814 ati_remote = usb_get_intfdata(interface);
815 usb_set_intfdata(interface, NULL);
816 if (!ati_remote) {
Greg Kroah-Hartman1817b162008-08-14 09:37:34 -0700817 dev_warn(&interface->dev, "%s - null device?\n", __func__);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700818 return;
819 }
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500820
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500821 usb_kill_urb(ati_remote->irq_urb);
822 usb_kill_urb(ati_remote->out_urb);
823 input_unregister_device(ati_remote->idev);
824 ati_remote_free_buffers(ati_remote);
825 kfree(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700826}
827
828/*
829 * ati_remote_init
830 */
831static int __init ati_remote_init(void)
832{
833 int result;
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500834
Linus Torvalds1da177e2005-04-16 15:20:36 -0700835 result = usb_register(&ati_remote_driver);
836 if (result)
Greg Kroah-Hartman899ef6e2008-08-18 13:21:04 -0700837 printk(KERN_ERR KBUILD_MODNAME
838 ": usb_register error #%d\n", result);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700839 else
Greg Kroah-Hartman899ef6e2008-08-18 13:21:04 -0700840 printk(KERN_INFO KBUILD_MODNAME ": " DRIVER_VERSION ":"
841 DRIVER_DESC "\n");
Linus Torvalds1da177e2005-04-16 15:20:36 -0700842
843 return result;
844}
845
846/*
847 * ati_remote_exit
848 */
849static void __exit ati_remote_exit(void)
850{
851 usb_deregister(&ati_remote_driver);
852}
853
Dmitry Torokhov05f091a2005-05-29 02:29:01 -0500854/*
855 * module specification
Linus Torvalds1da177e2005-04-16 15:20:36 -0700856 */
857
858module_init(ati_remote_init);
859module_exit(ati_remote_exit);
860
861MODULE_AUTHOR(DRIVER_AUTHOR);
862MODULE_DESCRIPTION(DRIVER_DESC);
863MODULE_LICENSE("GPL");