blob: 05d2d6012eb247d4700abdb086bc257eaea1c792 [file] [log] [blame]
Dmitry Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-05-29 02:29:01 -050041 *
42 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 *
44 * Hardware & software notes
45 *
Dmitry Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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 Torokhov05f091ab2005-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>
93#include <linux/moduleparam.h>
David Brownellae0dadc2006-06-13 10:04:34 -070094#include <linux/usb/input.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070095#include <linux/wait.h>
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +030096#include <linux/jiffies.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070097
98/*
99 * Module and Version Information, Module Parameters
100 */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500101
102#define ATI_REMOTE_VENDOR_ID 0x0bc7
103#define ATI_REMOTE_PRODUCT_ID 0x004
104#define LOLA_REMOTE_PRODUCT_ID 0x002
Linus Torvalds1da177e2005-04-16 15:20:36 -0700105#define MEDION_REMOTE_PRODUCT_ID 0x006
106
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500107#define DRIVER_VERSION "2.2.1"
Linus Torvalds1da177e2005-04-16 15:20:36 -0700108#define DRIVER_AUTHOR "Torrey Hoffman <thoffman@arnor.net>"
109#define DRIVER_DESC "ATI/X10 RF USB Remote Control"
110
111#define NAME_BUFSIZE 80 /* size of product name, path buffers */
112#define DATA_BUFSIZE 63 /* size of URB data buffers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700113
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500114static unsigned long channel_mask;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700115module_param(channel_mask, ulong, 0444);
116MODULE_PARM_DESC(channel_mask, "Bitmask of remote control channels to ignore");
117
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500118static int debug;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119module_param(debug, int, 0444);
120MODULE_PARM_DESC(debug, "Enable extra debug messages and information");
121
122#define dbginfo(dev, format, arg...) do { if (debug) dev_info(dev , format , ## arg); } while (0)
123#undef err
124#define err(format, arg...) printk(KERN_ERR format , ## arg)
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500125
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126static struct usb_device_id ati_remote_table[] = {
127 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, ATI_REMOTE_PRODUCT_ID) },
128 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, LOLA_REMOTE_PRODUCT_ID) },
129 { USB_DEVICE(ATI_REMOTE_VENDOR_ID, MEDION_REMOTE_PRODUCT_ID) },
130 {} /* Terminating entry */
131};
132
133MODULE_DEVICE_TABLE(usb, ati_remote_table);
134
135/* Get hi and low bytes of a 16-bits int */
136#define HI(a) ((unsigned char)((a) >> 8))
137#define LO(a) ((unsigned char)((a) & 0xff))
138
139#define SEND_FLAG_IN_PROGRESS 1
140#define SEND_FLAG_COMPLETE 2
141
142/* Device initialization strings */
143static char init1[] = { 0x01, 0x00, 0x20, 0x14 };
144static char init2[] = { 0x01, 0x00, 0x20, 0x14, 0x20, 0x20, 0x20 };
145
146/* Acceleration curve for directional control pad */
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100147static const char accel[] = { 1, 2, 4, 6, 9, 13, 20 };
Linus Torvalds1da177e2005-04-16 15:20:36 -0700148
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500149/* Duplicate event filtering time.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700150 * Sequential, identical KIND_FILTERED inputs with less than
151 * FILTER_TIME jiffies between them are considered as repeat
152 * events. The hardware generates 5 events for the first keypress
153 * and we have to take this into account for an accurate repeat
154 * behaviour.
155 * (HZ / 20) == 50 ms and works well for me.
156 */
157#define FILTER_TIME (HZ / 20)
158
Linus Torvalds1da177e2005-04-16 15:20:36 -0700159struct ati_remote {
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500160 struct input_dev *idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700161 struct usb_device *udev;
162 struct usb_interface *interface;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500163
Linus Torvalds1da177e2005-04-16 15:20:36 -0700164 struct urb *irq_urb;
165 struct urb *out_urb;
166 struct usb_endpoint_descriptor *endpoint_in;
167 struct usb_endpoint_descriptor *endpoint_out;
168 unsigned char *inbuf;
169 unsigned char *outbuf;
170 dma_addr_t inbuf_dma;
171 dma_addr_t outbuf_dma;
172
Linus Torvalds1da177e2005-04-16 15:20:36 -0700173 unsigned char old_data[2]; /* Detect duplicate events */
174 unsigned long old_jiffies;
175 unsigned long acc_jiffies; /* handle acceleration */
176 unsigned int repeat_count;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500177
Linus Torvalds1da177e2005-04-16 15:20:36 -0700178 char name[NAME_BUFSIZE];
179 char phys[NAME_BUFSIZE];
180
181 wait_queue_head_t wait;
182 int send_flags;
183};
184
185/* "Kinds" of messages sent from the hardware to the driver. */
186#define KIND_END 0
187#define KIND_LITERAL 1 /* Simply pass to input system */
188#define KIND_FILTERED 2 /* Add artificial key-up events, drop keyrepeats */
189#define KIND_LU 3 /* Directional keypad diagonals - left up, */
190#define KIND_RU 4 /* right up, */
191#define KIND_LD 5 /* left down, */
192#define KIND_RD 6 /* right down */
193#define KIND_ACCEL 7 /* Directional keypad - left, right, up, down.*/
194
195/* Translation table from hardware messages to input events. */
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100196static const struct {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700197 short kind;
198 unsigned char data1, data2;
199 int type;
200 unsigned int code;
201 int value;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500202} ati_remote_tbl[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700203 /* Directional control pad axes */
204 {KIND_ACCEL, 0x35, 0x70, EV_REL, REL_X, -1}, /* left */
205 {KIND_ACCEL, 0x36, 0x71, EV_REL, REL_X, 1}, /* right */
206 {KIND_ACCEL, 0x37, 0x72, EV_REL, REL_Y, -1}, /* up */
207 {KIND_ACCEL, 0x38, 0x73, EV_REL, REL_Y, 1}, /* down */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500208 /* Directional control pad diagonals */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700209 {KIND_LU, 0x39, 0x74, EV_REL, 0, 0}, /* left up */
210 {KIND_RU, 0x3a, 0x75, EV_REL, 0, 0}, /* right up */
211 {KIND_LD, 0x3c, 0x77, EV_REL, 0, 0}, /* left down */
212 {KIND_RD, 0x3b, 0x76, EV_REL, 0, 0}, /* right down */
213
214 /* "Mouse button" buttons */
215 {KIND_LITERAL, 0x3d, 0x78, EV_KEY, BTN_LEFT, 1}, /* left btn down */
216 {KIND_LITERAL, 0x3e, 0x79, EV_KEY, BTN_LEFT, 0}, /* left btn up */
217 {KIND_LITERAL, 0x41, 0x7c, EV_KEY, BTN_RIGHT, 1},/* right btn down */
218 {KIND_LITERAL, 0x42, 0x7d, EV_KEY, BTN_RIGHT, 0},/* right btn up */
219
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500220 /* Artificial "doubleclick" events are generated by the hardware.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700221 * They are mapped to the "side" and "extra" mouse buttons here. */
222 {KIND_FILTERED, 0x3f, 0x7a, EV_KEY, BTN_SIDE, 1}, /* left dblclick */
223 {KIND_FILTERED, 0x43, 0x7e, EV_KEY, BTN_EXTRA, 1},/* right dblclick */
224
225 /* keyboard. */
226 {KIND_FILTERED, 0xd2, 0x0d, EV_KEY, KEY_1, 1},
227 {KIND_FILTERED, 0xd3, 0x0e, EV_KEY, KEY_2, 1},
228 {KIND_FILTERED, 0xd4, 0x0f, EV_KEY, KEY_3, 1},
229 {KIND_FILTERED, 0xd5, 0x10, EV_KEY, KEY_4, 1},
230 {KIND_FILTERED, 0xd6, 0x11, EV_KEY, KEY_5, 1},
231 {KIND_FILTERED, 0xd7, 0x12, EV_KEY, KEY_6, 1},
232 {KIND_FILTERED, 0xd8, 0x13, EV_KEY, KEY_7, 1},
233 {KIND_FILTERED, 0xd9, 0x14, EV_KEY, KEY_8, 1},
234 {KIND_FILTERED, 0xda, 0x15, EV_KEY, KEY_9, 1},
235 {KIND_FILTERED, 0xdc, 0x17, EV_KEY, KEY_0, 1},
236 {KIND_FILTERED, 0xc5, 0x00, EV_KEY, KEY_A, 1},
237 {KIND_FILTERED, 0xc6, 0x01, EV_KEY, KEY_B, 1},
238 {KIND_FILTERED, 0xde, 0x19, EV_KEY, KEY_C, 1},
239 {KIND_FILTERED, 0xe0, 0x1b, EV_KEY, KEY_D, 1},
240 {KIND_FILTERED, 0xe6, 0x21, EV_KEY, KEY_E, 1},
241 {KIND_FILTERED, 0xe8, 0x23, EV_KEY, KEY_F, 1},
242
243 /* "special" keys */
244 {KIND_FILTERED, 0xdd, 0x18, EV_KEY, KEY_KPENTER, 1}, /* "check" */
245 {KIND_FILTERED, 0xdb, 0x16, EV_KEY, KEY_MENU, 1}, /* "menu" */
246 {KIND_FILTERED, 0xc7, 0x02, EV_KEY, KEY_POWER, 1}, /* Power */
247 {KIND_FILTERED, 0xc8, 0x03, EV_KEY, KEY_TV, 1}, /* TV */
248 {KIND_FILTERED, 0xc9, 0x04, EV_KEY, KEY_DVD, 1}, /* DVD */
249 {KIND_FILTERED, 0xca, 0x05, EV_KEY, KEY_WWW, 1}, /* WEB */
250 {KIND_FILTERED, 0xcb, 0x06, EV_KEY, KEY_BOOKMARKS, 1}, /* "book" */
251 {KIND_FILTERED, 0xcc, 0x07, EV_KEY, KEY_EDIT, 1}, /* "hand" */
252 {KIND_FILTERED, 0xe1, 0x1c, EV_KEY, KEY_COFFEE, 1}, /* "timer" */
253 {KIND_FILTERED, 0xe5, 0x20, EV_KEY, KEY_FRONT, 1}, /* "max" */
254 {KIND_FILTERED, 0xe2, 0x1d, EV_KEY, KEY_LEFT, 1}, /* left */
255 {KIND_FILTERED, 0xe4, 0x1f, EV_KEY, KEY_RIGHT, 1}, /* right */
256 {KIND_FILTERED, 0xe7, 0x22, EV_KEY, KEY_DOWN, 1}, /* down */
257 {KIND_FILTERED, 0xdf, 0x1a, EV_KEY, KEY_UP, 1}, /* up */
258 {KIND_FILTERED, 0xe3, 0x1e, EV_KEY, KEY_OK, 1}, /* "OK" */
259 {KIND_FILTERED, 0xce, 0x09, EV_KEY, KEY_VOLUMEDOWN, 1}, /* VOL + */
260 {KIND_FILTERED, 0xcd, 0x08, EV_KEY, KEY_VOLUMEUP, 1}, /* VOL - */
261 {KIND_FILTERED, 0xcf, 0x0a, EV_KEY, KEY_MUTE, 1}, /* MUTE */
262 {KIND_FILTERED, 0xd0, 0x0b, EV_KEY, KEY_CHANNELUP, 1}, /* CH + */
263 {KIND_FILTERED, 0xd1, 0x0c, EV_KEY, KEY_CHANNELDOWN, 1},/* CH - */
264 {KIND_FILTERED, 0xec, 0x27, EV_KEY, KEY_RECORD, 1}, /* ( o) red */
265 {KIND_FILTERED, 0xea, 0x25, EV_KEY, KEY_PLAY, 1}, /* ( >) */
266 {KIND_FILTERED, 0xe9, 0x24, EV_KEY, KEY_REWIND, 1}, /* (<<) */
267 {KIND_FILTERED, 0xeb, 0x26, EV_KEY, KEY_FORWARD, 1}, /* (>>) */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500268 {KIND_FILTERED, 0xed, 0x28, EV_KEY, KEY_STOP, 1}, /* ([]) */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700269 {KIND_FILTERED, 0xee, 0x29, EV_KEY, KEY_PAUSE, 1}, /* ('') */
270 {KIND_FILTERED, 0xf0, 0x2b, EV_KEY, KEY_PREVIOUS, 1}, /* (<-) */
271 {KIND_FILTERED, 0xef, 0x2a, EV_KEY, KEY_NEXT, 1}, /* (>+) */
272 {KIND_FILTERED, 0xf2, 0x2D, EV_KEY, KEY_INFO, 1}, /* PLAYING */
273 {KIND_FILTERED, 0xf3, 0x2E, EV_KEY, KEY_HOME, 1}, /* TOP */
274 {KIND_FILTERED, 0xf4, 0x2F, EV_KEY, KEY_END, 1}, /* END */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500275 {KIND_FILTERED, 0xf5, 0x30, EV_KEY, KEY_SELECT, 1}, /* SELECT */
276
Linus Torvalds1da177e2005-04-16 15:20:36 -0700277 {KIND_END, 0x00, 0x00, EV_MAX + 1, 0, 0}
278};
279
280/* Local function prototypes */
281static void ati_remote_dump (unsigned char *data, unsigned int actual_length);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700282static int ati_remote_open (struct input_dev *inputdev);
283static void ati_remote_close (struct input_dev *inputdev);
284static int ati_remote_sendpacket (struct ati_remote *ati_remote, u16 cmd, unsigned char *data);
285static void ati_remote_irq_out (struct urb *urb, struct pt_regs *regs);
286static void ati_remote_irq_in (struct urb *urb, struct pt_regs *regs);
287static void ati_remote_input_report (struct urb *urb, struct pt_regs *regs);
288static int ati_remote_initialize (struct ati_remote *ati_remote);
289static int ati_remote_probe (struct usb_interface *interface, const struct usb_device_id *id);
290static void ati_remote_disconnect (struct usb_interface *interface);
291
292/* usb specific object to register with the usb subsystem */
293static struct usb_driver ati_remote_driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294 .name = "ati_remote",
295 .probe = ati_remote_probe,
296 .disconnect = ati_remote_disconnect,
297 .id_table = ati_remote_table,
298};
299
300/*
301 * ati_remote_dump_input
302 */
303static void ati_remote_dump(unsigned char *data, unsigned int len)
304{
305 if ((len == 1) && (data[0] != (unsigned char)0xff) && (data[0] != 0x00))
306 warn("Weird byte 0x%02x", data[0]);
307 else if (len == 4)
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500308 warn("Weird key %02x %02x %02x %02x",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700309 data[0], data[1], data[2], data[3]);
310 else
311 warn("Weird data, len=%d %02x %02x %02x %02x %02x %02x ...",
312 len, data[0], data[1], data[2], data[3], data[4], data[5]);
313}
314
315/*
316 * ati_remote_open
317 */
318static int ati_remote_open(struct input_dev *inputdev)
319{
320 struct ati_remote *ati_remote = inputdev->private;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700321
322 /* On first open, submit the read urb which was set up previously. */
323 ati_remote->irq_urb->dev = ati_remote->udev;
324 if (usb_submit_urb(ati_remote->irq_urb, GFP_KERNEL)) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500325 dev_err(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700326 "%s: usb_submit_urb failed!\n", __FUNCTION__);
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500327 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700328 }
329
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500330 return 0;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700331}
332
333/*
334 * ati_remote_close
335 */
336static void ati_remote_close(struct input_dev *inputdev)
337{
338 struct ati_remote *ati_remote = inputdev->private;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500339
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500340 usb_kill_urb(ati_remote->irq_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700341}
342
343/*
344 * ati_remote_irq_out
345 */
346static void ati_remote_irq_out(struct urb *urb, struct pt_regs *regs)
347{
348 struct ati_remote *ati_remote = urb->context;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500349
Linus Torvalds1da177e2005-04-16 15:20:36 -0700350 if (urb->status) {
351 dev_dbg(&ati_remote->interface->dev, "%s: status %d\n",
352 __FUNCTION__, urb->status);
353 return;
354 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500355
Linus Torvalds1da177e2005-04-16 15:20:36 -0700356 ati_remote->send_flags |= SEND_FLAG_COMPLETE;
357 wmb();
358 wake_up(&ati_remote->wait);
359}
360
361/*
362 * ati_remote_sendpacket
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500363 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700364 * Used to send device initialization strings
365 */
366static int ati_remote_sendpacket(struct ati_remote *ati_remote, u16 cmd, unsigned char *data)
367{
368 int retval = 0;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500369
Linus Torvalds1da177e2005-04-16 15:20:36 -0700370 /* Set up out_urb */
371 memcpy(ati_remote->out_urb->transfer_buffer + 1, data, LO(cmd));
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500372 ((char *) ati_remote->out_urb->transfer_buffer)[0] = HI(cmd);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700373
374 ati_remote->out_urb->transfer_buffer_length = LO(cmd) + 1;
375 ati_remote->out_urb->dev = ati_remote->udev;
376 ati_remote->send_flags = SEND_FLAG_IN_PROGRESS;
377
378 retval = usb_submit_urb(ati_remote->out_urb, GFP_ATOMIC);
379 if (retval) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500380 dev_dbg(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700381 "sendpacket: usb_submit_urb failed: %d\n", retval);
382 return retval;
383 }
384
385 wait_event_timeout(ati_remote->wait,
386 ((ati_remote->out_urb->status != -EINPROGRESS) ||
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500387 (ati_remote->send_flags & SEND_FLAG_COMPLETE)),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700388 HZ);
389 usb_kill_urb(ati_remote->out_urb);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500390
Linus Torvalds1da177e2005-04-16 15:20:36 -0700391 return retval;
392}
393
394/*
395 * ati_remote_event_lookup
396 */
397static int ati_remote_event_lookup(int rem, unsigned char d1, unsigned char d2)
398{
399 int i;
400
401 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500402 /*
403 * Decide if the table entry matches the remote input.
Linus Torvalds1da177e2005-04-16 15:20:36 -0700404 */
405 if ((((ati_remote_tbl[i].data1 & 0x0f) == (d1 & 0x0f))) &&
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500406 ((((ati_remote_tbl[i].data1 >> 4) -
407 (d1 >> 4) + rem) & 0x0f) == 0x0f) &&
Linus Torvalds1da177e2005-04-16 15:20:36 -0700408 (ati_remote_tbl[i].data2 == d2))
409 return i;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500410
Linus Torvalds1da177e2005-04-16 15:20:36 -0700411 }
412 return -1;
413}
414
415/*
416 * ati_remote_report_input
417 */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500418static void ati_remote_input_report(struct urb *urb, struct pt_regs *regs)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700419{
420 struct ati_remote *ati_remote = urb->context;
421 unsigned char *data= ati_remote->inbuf;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500422 struct input_dev *dev = ati_remote->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700423 int index, acc;
424 int remote_num;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500425
Linus Torvalds1da177e2005-04-16 15:20:36 -0700426 /* Deal with strange looking inputs */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500427 if ( (urb->actual_length != 4) || (data[0] != 0x14) ||
Linus Torvalds1da177e2005-04-16 15:20:36 -0700428 ((data[3] & 0x0f) != 0x00) ) {
429 ati_remote_dump(data, urb->actual_length);
430 return;
431 }
432
433 /* Mask unwanted remote channels. */
434 /* note: remote_num is 0-based, channel 1 on remote == 0 here */
435 remote_num = (data[3] >> 4) & 0x0f;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500436 if (channel_mask & (1 << (remote_num + 1))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700437 dbginfo(&ati_remote->interface->dev,
438 "Masked input from channel 0x%02x: data %02x,%02x, mask= 0x%02lx\n",
439 remote_num, data[1], data[2], channel_mask);
440 return;
441 }
442
443 /* Look up event code index in translation table */
444 index = ati_remote_event_lookup(remote_num, data[1], data[2]);
445 if (index < 0) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500446 dev_warn(&ati_remote->interface->dev,
447 "Unknown input from channel 0x%02x: data %02x,%02x\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700448 remote_num, data[1], data[2]);
449 return;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500450 }
451 dbginfo(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700452 "channel 0x%02x; data %02x,%02x; index %d; keycode %d\n",
453 remote_num, data[1], data[2], index, ati_remote_tbl[index].code);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500454
Linus Torvalds1da177e2005-04-16 15:20:36 -0700455 if (ati_remote_tbl[index].kind == KIND_LITERAL) {
456 input_regs(dev, regs);
457 input_event(dev, ati_remote_tbl[index].type,
458 ati_remote_tbl[index].code,
459 ati_remote_tbl[index].value);
460 input_sync(dev);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500461
Linus Torvalds1da177e2005-04-16 15:20:36 -0700462 ati_remote->old_jiffies = jiffies;
463 return;
464 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500465
Linus Torvalds1da177e2005-04-16 15:20:36 -0700466 if (ati_remote_tbl[index].kind == KIND_FILTERED) {
467 /* Filter duplicate events which happen "too close" together. */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500468 if ((ati_remote->old_data[0] == data[1]) &&
469 (ati_remote->old_data[1] == data[2]) &&
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +0300470 time_before(jiffies, ati_remote->old_jiffies + FILTER_TIME)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700471 ati_remote->repeat_count++;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500472 } else {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700473 ati_remote->repeat_count = 0;
474 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500475
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 ati_remote->old_data[0] = data[1];
477 ati_remote->old_data[1] = data[2];
478 ati_remote->old_jiffies = jiffies;
479
480 if ((ati_remote->repeat_count > 0)
481 && (ati_remote->repeat_count < 5))
482 return;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500483
Linus Torvalds1da177e2005-04-16 15:20:36 -0700484
485 input_regs(dev, regs);
486 input_event(dev, ati_remote_tbl[index].type,
487 ati_remote_tbl[index].code, 1);
488 input_event(dev, ati_remote_tbl[index].type,
489 ati_remote_tbl[index].code, 0);
490 input_sync(dev);
491
492 return;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500493 }
494
495 /*
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 * Other event kinds are from the directional control pad, and have an
497 * acceleration factor applied to them. Without this acceleration, the
498 * control pad is mostly unusable.
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500499 *
Linus Torvalds1da177e2005-04-16 15:20:36 -0700500 * If elapsed time since last event is > 1/4 second, user "stopped",
501 * so reset acceleration. Otherwise, user is probably holding the control
502 * pad down, so we increase acceleration, ramping up over two seconds to
503 * a maximum speed. The acceleration curve is #defined above.
504 */
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +0300505 if (time_after(jiffies, ati_remote->old_jiffies + (HZ >> 2))) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700506 acc = 1;
507 ati_remote->acc_jiffies = jiffies;
508 }
Marcelo Feitoza Parisif0b80fb2005-12-01 00:50:39 +0300509 else if (time_before(jiffies, ati_remote->acc_jiffies + (HZ >> 3))) acc = accel[0];
510 else if (time_before(jiffies, ati_remote->acc_jiffies + (HZ >> 2))) acc = accel[1];
511 else if (time_before(jiffies, ati_remote->acc_jiffies + (HZ >> 1))) acc = accel[2];
512 else if (time_before(jiffies, ati_remote->acc_jiffies + HZ)) acc = accel[3];
513 else if (time_before(jiffies, ati_remote->acc_jiffies + HZ+(HZ>>1))) acc = accel[4];
514 else if (time_before(jiffies, ati_remote->acc_jiffies + (HZ << 1))) acc = accel[5];
Linus Torvalds1da177e2005-04-16 15:20:36 -0700515 else acc = accel[6];
516
517 input_regs(dev, regs);
518 switch (ati_remote_tbl[index].kind) {
519 case KIND_ACCEL:
520 input_event(dev, ati_remote_tbl[index].type,
521 ati_remote_tbl[index].code,
522 ati_remote_tbl[index].value * acc);
523 break;
524 case KIND_LU:
525 input_report_rel(dev, REL_X, -acc);
526 input_report_rel(dev, REL_Y, -acc);
527 break;
528 case KIND_RU:
529 input_report_rel(dev, REL_X, acc);
530 input_report_rel(dev, REL_Y, -acc);
531 break;
532 case KIND_LD:
533 input_report_rel(dev, REL_X, -acc);
534 input_report_rel(dev, REL_Y, acc);
535 break;
536 case KIND_RD:
537 input_report_rel(dev, REL_X, acc);
538 input_report_rel(dev, REL_Y, acc);
539 break;
540 default:
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500541 dev_dbg(&ati_remote->interface->dev, "ati_remote kind=%d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700542 ati_remote_tbl[index].kind);
543 }
544 input_sync(dev);
545
546 ati_remote->old_jiffies = jiffies;
547 ati_remote->old_data[0] = data[1];
548 ati_remote->old_data[1] = data[2];
549}
550
551/*
552 * ati_remote_irq_in
553 */
554static void ati_remote_irq_in(struct urb *urb, struct pt_regs *regs)
555{
556 struct ati_remote *ati_remote = urb->context;
557 int retval;
558
559 switch (urb->status) {
560 case 0: /* success */
561 ati_remote_input_report(urb, regs);
562 break;
563 case -ECONNRESET: /* unlink */
564 case -ENOENT:
565 case -ESHUTDOWN:
566 dev_dbg(&ati_remote->interface->dev, "%s: urb error status, unlink? \n",
567 __FUNCTION__);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500568 return;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700569 default: /* error */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500570 dev_dbg(&ati_remote->interface->dev, "%s: Nonzero urb status %d\n",
Linus Torvalds1da177e2005-04-16 15:20:36 -0700571 __FUNCTION__, urb->status);
572 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500573
Linus Torvalds1da177e2005-04-16 15:20:36 -0700574 retval = usb_submit_urb(urb, SLAB_ATOMIC);
575 if (retval)
576 dev_err(&ati_remote->interface->dev, "%s: usb_submit_urb()=%d\n",
577 __FUNCTION__, retval);
578}
579
580/*
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500581 * ati_remote_alloc_buffers
Linus Torvalds1da177e2005-04-16 15:20:36 -0700582 */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500583static int ati_remote_alloc_buffers(struct usb_device *udev,
584 struct ati_remote *ati_remote)
585{
586 ati_remote->inbuf = usb_buffer_alloc(udev, DATA_BUFSIZE, SLAB_ATOMIC,
587 &ati_remote->inbuf_dma);
588 if (!ati_remote->inbuf)
589 return -1;
590
591 ati_remote->outbuf = usb_buffer_alloc(udev, DATA_BUFSIZE, SLAB_ATOMIC,
592 &ati_remote->outbuf_dma);
593 if (!ati_remote->outbuf)
594 return -1;
595
596 ati_remote->irq_urb = usb_alloc_urb(0, GFP_KERNEL);
597 if (!ati_remote->irq_urb)
598 return -1;
599
600 ati_remote->out_urb = usb_alloc_urb(0, GFP_KERNEL);
601 if (!ati_remote->out_urb)
602 return -1;
603
604 return 0;
605}
606
607/*
608 * ati_remote_free_buffers
609 */
610static void ati_remote_free_buffers(struct ati_remote *ati_remote)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700611{
Linus Torvalds1da177e2005-04-16 15:20:36 -0700612 if (ati_remote->irq_urb)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500613 usb_free_urb(ati_remote->irq_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700614
615 if (ati_remote->out_urb)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500616 usb_free_urb(ati_remote->out_urb);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700617
618 if (ati_remote->inbuf)
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500619 usb_buffer_free(ati_remote->udev, DATA_BUFSIZE,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700620 ati_remote->inbuf, ati_remote->inbuf_dma);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500621
Linus Torvalds1da177e2005-04-16 15:20:36 -0700622 if (ati_remote->outbuf)
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500623 usb_buffer_free(ati_remote->udev, DATA_BUFSIZE,
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500624 ati_remote->inbuf, ati_remote->outbuf_dma);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700625}
626
627static void ati_remote_input_init(struct ati_remote *ati_remote)
628{
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500629 struct input_dev *idev = ati_remote->idev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700630 int i;
631
632 idev->evbit[0] = BIT(EV_KEY) | BIT(EV_REL);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500633 idev->keybit[LONG(BTN_MOUSE)] = ( BIT(BTN_LEFT) | BIT(BTN_RIGHT) |
Linus Torvalds1da177e2005-04-16 15:20:36 -0700634 BIT(BTN_SIDE) | BIT(BTN_EXTRA) );
635 idev->relbit[0] = BIT(REL_X) | BIT(REL_Y);
636 for (i = 0; ati_remote_tbl[i].kind != KIND_END; i++)
637 if (ati_remote_tbl[i].type == EV_KEY)
638 set_bit(ati_remote_tbl[i].code, idev->keybit);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500639
Linus Torvalds1da177e2005-04-16 15:20:36 -0700640 idev->private = ati_remote;
641 idev->open = ati_remote_open;
642 idev->close = ati_remote_close;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500643
Linus Torvalds1da177e2005-04-16 15:20:36 -0700644 idev->name = ati_remote->name;
645 idev->phys = ati_remote->phys;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500646
Dmitry Torokhov16a334c2005-06-30 00:49:08 -0500647 usb_to_input_id(ati_remote->udev, &idev->id);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500648 idev->cdev.dev = &ati_remote->udev->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700649}
650
651static int ati_remote_initialize(struct ati_remote *ati_remote)
652{
653 struct usb_device *udev = ati_remote->udev;
654 int pipe, maxp;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500655
Linus Torvalds1da177e2005-04-16 15:20:36 -0700656 init_waitqueue_head(&ati_remote->wait);
657
658 /* Set up irq_urb */
659 pipe = usb_rcvintpipe(udev, ati_remote->endpoint_in->bEndpointAddress);
660 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
661 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500662
663 usb_fill_int_urb(ati_remote->irq_urb, udev, pipe, ati_remote->inbuf,
664 maxp, ati_remote_irq_in, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700665 ati_remote->endpoint_in->bInterval);
666 ati_remote->irq_urb->transfer_dma = ati_remote->inbuf_dma;
667 ati_remote->irq_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500668
Linus Torvalds1da177e2005-04-16 15:20:36 -0700669 /* Set up out_urb */
670 pipe = usb_sndintpipe(udev, ati_remote->endpoint_out->bEndpointAddress);
671 maxp = usb_maxpacket(udev, pipe, usb_pipeout(pipe));
672 maxp = (maxp > DATA_BUFSIZE) ? DATA_BUFSIZE : maxp;
673
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500674 usb_fill_int_urb(ati_remote->out_urb, udev, pipe, ati_remote->outbuf,
675 maxp, ati_remote_irq_out, ati_remote,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700676 ati_remote->endpoint_out->bInterval);
677 ati_remote->out_urb->transfer_dma = ati_remote->outbuf_dma;
678 ati_remote->out_urb->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
679
680 /* send initialization strings */
681 if ((ati_remote_sendpacket(ati_remote, 0x8004, init1)) ||
682 (ati_remote_sendpacket(ati_remote, 0x8007, init2))) {
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500683 dev_err(&ati_remote->interface->dev,
Linus Torvalds1da177e2005-04-16 15:20:36 -0700684 "Initializing ati_remote hardware failed.\n");
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500685 return -EIO;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700686 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500687
Linus Torvalds1da177e2005-04-16 15:20:36 -0700688 return 0;
689}
690
691/*
692 * ati_remote_probe
693 */
694static int ati_remote_probe(struct usb_interface *interface, const struct usb_device_id *id)
695{
696 struct usb_device *udev = interface_to_usbdev(interface);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500697 struct usb_host_interface *iface_host = interface->cur_altsetting;
698 struct usb_endpoint_descriptor *endpoint_in, *endpoint_out;
699 struct ati_remote *ati_remote;
700 struct input_dev *input_dev;
701 int err = -ENOMEM;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700702
Linus Torvalds1da177e2005-04-16 15:20:36 -0700703 if (iface_host->desc.bNumEndpoints != 2) {
704 err("%s: Unexpected desc.bNumEndpoints\n", __FUNCTION__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500705 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700706 }
707
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500708 endpoint_in = &iface_host->endpoint[0].desc;
709 endpoint_out = &iface_host->endpoint[1].desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700710
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500711 if (!(endpoint_in->bEndpointAddress & USB_DIR_IN)) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700712 err("%s: Unexpected endpoint_in->bEndpointAddress\n", __FUNCTION__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500713 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700714 }
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500715 if ((endpoint_in->bmAttributes & USB_ENDPOINT_XFERTYPE_MASK) != USB_ENDPOINT_XFER_INT) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700716 err("%s: Unexpected endpoint_in->bmAttributes\n", __FUNCTION__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500717 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700718 }
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500719 if (le16_to_cpu(endpoint_in->wMaxPacketSize) == 0) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700720 err("%s: endpoint_in message size==0? \n", __FUNCTION__);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500721 return -ENODEV;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700722 }
723
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500724 ati_remote = kzalloc(sizeof (struct ati_remote), GFP_KERNEL);
725 input_dev = input_allocate_device();
726 if (!ati_remote || !input_dev)
727 goto fail1;
728
Linus Torvalds1da177e2005-04-16 15:20:36 -0700729 /* Allocate URB buffers, URBs */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500730 if (ati_remote_alloc_buffers(udev, ati_remote))
731 goto fail2;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700732
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500733 ati_remote->endpoint_in = endpoint_in;
734 ati_remote->endpoint_out = endpoint_out;
735 ati_remote->udev = udev;
736 ati_remote->idev = input_dev;
737 ati_remote->interface = interface;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700738
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500739 usb_make_path(udev, ati_remote->phys, sizeof(ati_remote->phys));
740 strlcpy(ati_remote->phys, "/input0", sizeof(ati_remote->phys));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700741
Linus Torvalds1da177e2005-04-16 15:20:36 -0700742 if (udev->manufacturer)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500743 strlcpy(ati_remote->name, udev->manufacturer, sizeof(ati_remote->name));
Linus Torvalds1da177e2005-04-16 15:20:36 -0700744
745 if (udev->product)
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500746 snprintf(ati_remote->name, sizeof(ati_remote->name),
747 "%s %s", ati_remote->name, udev->product);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700748
749 if (!strlen(ati_remote->name))
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500750 snprintf(ati_remote->name, sizeof(ati_remote->name),
751 DRIVER_DESC "(%04x,%04x)",
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500752 le16_to_cpu(ati_remote->udev->descriptor.idVendor),
Linus Torvalds1da177e2005-04-16 15:20:36 -0700753 le16_to_cpu(ati_remote->udev->descriptor.idProduct));
754
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500755 ati_remote_input_init(ati_remote);
756
Linus Torvalds1da177e2005-04-16 15:20:36 -0700757 /* Device Hardware Initialization - fills in ati_remote->idev from udev. */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500758 err = ati_remote_initialize(ati_remote);
759 if (err)
760 goto fail3;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700761
762 /* Set up and register input device */
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500763 input_register_device(ati_remote->idev);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700764
765 usb_set_intfdata(interface, ati_remote);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500766 return 0;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500767
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500768fail3: usb_kill_urb(ati_remote->irq_urb);
769 usb_kill_urb(ati_remote->out_urb);
770fail2: ati_remote_free_buffers(ati_remote);
771fail1: input_free_device(input_dev);
772 kfree(ati_remote);
773 return err;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700774}
775
776/*
777 * ati_remote_disconnect
778 */
779static void ati_remote_disconnect(struct usb_interface *interface)
780{
781 struct ati_remote *ati_remote;
782
Linus Torvalds1da177e2005-04-16 15:20:36 -0700783 ati_remote = usb_get_intfdata(interface);
784 usb_set_intfdata(interface, NULL);
785 if (!ati_remote) {
786 warn("%s - null device?\n", __FUNCTION__);
787 return;
788 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500789
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500790 usb_kill_urb(ati_remote->irq_urb);
791 usb_kill_urb(ati_remote->out_urb);
792 input_unregister_device(ati_remote->idev);
793 ati_remote_free_buffers(ati_remote);
794 kfree(ati_remote);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700795}
796
797/*
798 * ati_remote_init
799 */
800static int __init ati_remote_init(void)
801{
802 int result;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500803
Linus Torvalds1da177e2005-04-16 15:20:36 -0700804 result = usb_register(&ati_remote_driver);
805 if (result)
806 err("usb_register error #%d\n", result);
807 else
808 info("Registered USB driver " DRIVER_DESC " v. " DRIVER_VERSION);
809
810 return result;
811}
812
813/*
814 * ati_remote_exit
815 */
816static void __exit ati_remote_exit(void)
817{
818 usb_deregister(&ati_remote_driver);
819}
820
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500821/*
822 * module specification
Linus Torvalds1da177e2005-04-16 15:20:36 -0700823 */
824
825module_init(ati_remote_init);
826module_exit(ati_remote_exit);
827
828MODULE_AUTHOR(DRIVER_AUTHOR);
829MODULE_DESCRIPTION(DRIVER_DESC);
830MODULE_LICENSE("GPL");