blob: ee16fb67b7ae235bd9469bc50b9b0f588b99a2e4 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001/*
Anssi Hannulabf8cb312008-04-03 16:19:10 -04002 * X-Box gamepad driver
Linus Torvalds1da177e2005-04-16 15:20:36 -07003 *
4 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
Dominic Cerquettid518b2b2006-10-20 14:51:45 -07005 * 2004 Oliver Schwartz <Oliver.Schwartz@gmx.de>,
6 * Steven Toth <steve@toth.demon.co.uk>,
7 * Franz Lehner <franz@caos.at>,
8 * Ivan Hawkes <blackhawk@ivanhawkes.com>
Dominic Cerquettideb8ee42006-10-10 14:42:48 -07009 * 2005 Dominic Cerquetti <binary1230@yahoo.com>
10 * 2006 Adam Buchbinder <adam.buchbinder@gmail.com>
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -040011 * 2007 Jan Kratochvil <honza@jikos.cz>
Christoph Fritz7beae702010-07-13 09:42:33 -070012 * 2010 Christoph Fritz <chf.fritz@googlemail.com>
Linus Torvalds1da177e2005-04-16 15:20:36 -070013 *
14 * This program is free software; you can redistribute it and/or
15 * modify it under the terms of the GNU General Public License as
16 * published by the Free Software Foundation; either version 2 of
17 * the License, or (at your option) any later version.
18 *
19 * This program is distributed in the hope that it will be useful,
20 * but WITHOUT ANY WARRANTY; without even the implied warranty of
21 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 * GNU General Public License for more details.
23 *
24 * You should have received a copy of the GNU General Public License
25 * along with this program; if not, write to the Free Software
26 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
27 *
28 *
29 * This driver is based on:
30 * - information from http://euc.jp/periphs/xbox-controller.ja.html
31 * - the iForce driver drivers/char/joystick/iforce.c
32 * - the skeleton-driver drivers/usb/usb-skeleton.c
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -040033 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
Linus Torvalds1da177e2005-04-16 15:20:36 -070034 *
35 * Thanks to:
36 * - ITO Takayuki for providing essential xpad information on his website
37 * - Vojtech Pavlik - iforce driver / input subsystem
38 * - Greg Kroah-Hartman - usb-skeleton driver
Dominic Cerquettid518b2b2006-10-20 14:51:45 -070039 * - XBOX Linux project - extra USB id's
Linus Torvalds1da177e2005-04-16 15:20:36 -070040 *
41 * TODO:
Dominic Cerquettideb8ee42006-10-10 14:42:48 -070042 * - fine tune axes (especially trigger axes)
Linus Torvalds1da177e2005-04-16 15:20:36 -070043 * - fix "analog" buttons (reported as digital now)
44 * - get rumble working
Dominic Cerquettideb8ee42006-10-10 14:42:48 -070045 * - need USB IDs for other dance pads
Linus Torvalds1da177e2005-04-16 15:20:36 -070046 *
47 * History:
48 *
49 * 2002-06-27 - 0.0.1 : first version, just said "XBOX HID controller"
50 *
51 * 2002-07-02 - 0.0.2 : basic working version
52 * - all axes and 9 of the 10 buttons work (german InterAct device)
53 * - the black button does not work
54 *
55 * 2002-07-14 - 0.0.3 : rework by Vojtech Pavlik
56 * - indentation fixes
57 * - usb + input init sequence fixes
58 *
59 * 2002-07-16 - 0.0.4 : minor changes, merge with Vojtech's v0.0.3
60 * - verified the lack of HID and report descriptors
61 * - verified that ALL buttons WORK
62 * - fixed d-pad to axes mapping
63 *
64 * 2002-07-17 - 0.0.5 : simplified d-pad handling
Dominic Cerquettid518b2b2006-10-20 14:51:45 -070065 *
66 * 2004-10-02 - 0.0.6 : DDR pad support
67 * - borrowed from the XBOX linux kernel
68 * - USB id's for commonly used dance pads are present
69 * - dance pads will map D-PAD to buttons, not axes
70 * - pass the module paramater 'dpad_to_buttons' to force
71 * the D-PAD to map to buttons if your pad is not detected
Anssi Hannulabf8cb312008-04-03 16:19:10 -040072 *
73 * Later changes can be tracked in SCM.
Linus Torvalds1da177e2005-04-16 15:20:36 -070074 */
75
Linus Torvalds1da177e2005-04-16 15:20:36 -070076#include <linux/kernel.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070077#include <linux/init.h>
78#include <linux/slab.h>
Dominic Cerquettideb8ee42006-10-10 14:42:48 -070079#include <linux/stat.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070080#include <linux/module.h>
David Brownellae0dadc2006-06-13 10:04:34 -070081#include <linux/usb/input.h>
Linus Torvalds1da177e2005-04-16 15:20:36 -070082
Linus Torvalds1da177e2005-04-16 15:20:36 -070083#define DRIVER_AUTHOR "Marko Friedemann <mfr@bmx-chemnitz.de>"
84#define DRIVER_DESC "X-Box pad driver"
85
86#define XPAD_PKT_LEN 32
87
Dominic Cerquettideb8ee42006-10-10 14:42:48 -070088/* xbox d-pads should map to buttons, as is required for DDR pads
89 but we map them to axes when possible to simplify things */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -080090#define MAP_DPAD_TO_BUTTONS (1 << 0)
91#define MAP_TRIGGERS_TO_BUTTONS (1 << 1)
Christoph Fritz7beae702010-07-13 09:42:33 -070092#define MAP_STICKS_TO_NULL (1 << 2)
93#define DANCEPAD_MAP_CONFIG (MAP_DPAD_TO_BUTTONS | \
94 MAP_TRIGGERS_TO_BUTTONS | MAP_STICKS_TO_NULL)
Dominic Cerquettideb8ee42006-10-10 14:42:48 -070095
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -040096#define XTYPE_XBOX 0
97#define XTYPE_XBOX360 1
Brian Magnuson99de0912008-04-03 16:19:23 -040098#define XTYPE_XBOX360W 2
99#define XTYPE_UNKNOWN 3
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400100
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030101static bool dpad_to_buttons;
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700102module_param(dpad_to_buttons, bool, S_IRUGO);
103MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
104
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030105static bool triggers_to_buttons;
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800106module_param(triggers_to_buttons, bool, S_IRUGO);
107MODULE_PARM_DESC(triggers_to_buttons, "Map triggers to buttons rather than axes for unknown pads");
108
Rusty Russell90ab5ee2012-01-13 09:32:20 +1030109static bool sticks_to_null;
Christoph Fritz7beae702010-07-13 09:42:33 -0700110module_param(sticks_to_null, bool, S_IRUGO);
111MODULE_PARM_DESC(sticks_to_null, "Do not map sticks at all for unknown pads");
112
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100113static const struct xpad_device {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114 u16 idVendor;
115 u16 idProduct;
116 char *name;
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800117 u8 mapping;
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400118 u8 xtype;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700119} xpad_device[] = {
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800120 { 0x045e, 0x0202, "Microsoft X-Box pad v1 (US)", 0, XTYPE_XBOX },
121 { 0x045e, 0x0289, "Microsoft X-Box pad v2 (US)", 0, XTYPE_XBOX },
122 { 0x045e, 0x0285, "Microsoft X-Box pad (Japan)", 0, XTYPE_XBOX },
123 { 0x045e, 0x0287, "Microsoft Xbox Controller S", 0, XTYPE_XBOX },
Brian Magnuson99de0912008-04-03 16:19:23 -0400124 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
Christoph Fritz7beae702010-07-13 09:42:33 -0700125 { 0x0c12, 0x8809, "RedOctane Xbox Dance Pad", DANCEPAD_MAP_CONFIG, XTYPE_XBOX },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800126 { 0x044f, 0x0f07, "Thrustmaster, Inc. Controller", 0, XTYPE_XBOX },
127 { 0x046d, 0xc242, "Logitech Chillstream Controller", 0, XTYPE_XBOX360 },
128 { 0x046d, 0xca84, "Logitech Xbox Cordless Controller", 0, XTYPE_XBOX },
129 { 0x046d, 0xca88, "Logitech Compact Controller for Xbox", 0, XTYPE_XBOX },
130 { 0x05fd, 0x1007, "Mad Catz Controller (unverified)", 0, XTYPE_XBOX },
131 { 0x05fd, 0x107a, "InterAct 'PowerPad Pro' X-Box pad (Germany)", 0, XTYPE_XBOX },
132 { 0x0738, 0x4516, "Mad Catz Control Pad", 0, XTYPE_XBOX },
133 { 0x0738, 0x4522, "Mad Catz LumiCON", 0, XTYPE_XBOX },
134 { 0x0738, 0x4526, "Mad Catz Control Pad Pro", 0, XTYPE_XBOX },
135 { 0x0738, 0x4536, "Mad Catz MicroCON", 0, XTYPE_XBOX },
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400136 { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800137 { 0x0738, 0x4556, "Mad Catz Lynx Wireless Controller", 0, XTYPE_XBOX },
138 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
139 { 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400140 { 0x0738, 0x6040, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800141 { 0x0c12, 0x8802, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
142 { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX },
143 { 0x0c12, 0x8810, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
144 { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", 0, XTYPE_XBOX },
145 { 0x0e4c, 0x1097, "Radica Gamester Controller", 0, XTYPE_XBOX },
146 { 0x0e4c, 0x2390, "Radica Games Jtech Controller", 0, XTYPE_XBOX },
147 { 0x0e6f, 0x0003, "Logic3 Freebird wireless Controller", 0, XTYPE_XBOX },
148 { 0x0e6f, 0x0005, "Eclipse wireless Controller", 0, XTYPE_XBOX },
149 { 0x0e6f, 0x0006, "Edge wireless Controller", 0, XTYPE_XBOX },
150 { 0x0e6f, 0x0006, "Pelican 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
Christoph Fritz6ac8a992010-08-09 10:08:10 -0700151 { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800152 { 0x0e8f, 0x0201, "SmartJoy Frag Xpad/PS2 adaptor", 0, XTYPE_XBOX },
153 { 0x0f30, 0x0202, "Joytech Advanced Controller", 0, XTYPE_XBOX },
154 { 0x0f30, 0x8888, "BigBen XBMiniPad Controller", 0, XTYPE_XBOX },
155 { 0x102c, 0xff0c, "Joytech Wireless Advanced Controller", 0, XTYPE_XBOX },
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400156 { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
Magnus Hörlinfabadbc2011-06-21 14:40:30 -0700157 { 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
158 { 0x0e6f, 0x0105, "HSM3 Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800159 { 0x1430, 0x4748, "RedOctane Guitar Hero X-plorer", 0, XTYPE_XBOX360 },
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400160 { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800161 { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 },
162 { 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 },
Magnus Hörlinfabadbc2011-06-21 14:40:30 -0700163 { 0x1bad, 0x0002, "Harmonix Rock Band Guitar", 0, XTYPE_XBOX360 },
Corbin Simpson805423e2009-08-20 21:41:04 -0700164 { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800165 { 0x0f0d, 0x0016, "Hori Real Arcade Pro.EX", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
Chris Merrettb326b852010-07-26 01:14:59 -0700166 { 0x0f0d, 0x000d, "Hori Fighting Stick EX2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800167 { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
168 { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700169};
170
Anssi Hannulafc55e952008-04-03 16:18:44 -0400171/* buttons shared with xbox and xbox360 */
172static const signed short xpad_common_btn[] = {
173 BTN_A, BTN_B, BTN_X, BTN_Y, /* "analog" buttons */
Christoph Fritz7beae702010-07-13 09:42:33 -0700174 BTN_START, BTN_SELECT, BTN_THUMBL, BTN_THUMBR, /* start/back/sticks */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700175 -1 /* terminating entry */
176};
177
Anssi Hannulafc55e952008-04-03 16:18:44 -0400178/* original xbox controllers only */
179static const signed short xpad_btn[] = {
180 BTN_C, BTN_Z, /* "analog" buttons */
181 -1 /* terminating entry */
182};
183
Christoph Fritz7beae702010-07-13 09:42:33 -0700184/* used when dpad is mapped to buttons */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700185static const signed short xpad_btn_pad[] = {
Christoph Fritz7beae702010-07-13 09:42:33 -0700186 BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, /* d-pad left, right */
187 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700188 -1 /* terminating entry */
189};
190
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800191/* used when triggers are mapped to buttons */
192static const signed short xpad_btn_triggers[] = {
193 BTN_TL2, BTN_TR2, /* triggers left/right */
194 -1
195};
196
197
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400198static const signed short xpad360_btn[] = { /* buttons for x360 controller */
199 BTN_TL, BTN_TR, /* Button LB/RB */
200 BTN_MODE, /* The big X button */
201 -1
202};
203
Arjan van de Ven4c4c9432005-11-29 09:43:42 +0100204static const signed short xpad_abs[] = {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700205 ABS_X, ABS_Y, /* left stick */
206 ABS_RX, ABS_RY, /* right stick */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700207 -1 /* terminating entry */
208};
209
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800210/* used when dpad is mapped to axes */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700211static const signed short xpad_abs_pad[] = {
212 ABS_HAT0X, ABS_HAT0Y, /* d-pad axes */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700213 -1 /* terminating entry */
214};
215
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800216/* used when triggers are mapped to axes */
217static const signed short xpad_abs_triggers[] = {
218 ABS_Z, ABS_RZ, /* triggers left/right */
219 -1
220};
221
Anssi Hannula8a0f83e2008-04-03 16:17:52 -0400222/* Xbox 360 has a vendor-specific class, so we cannot match it with only
223 * USB_INTERFACE_INFO (also specifically refused by USB subsystem), so we
Brian Magnuson99de0912008-04-03 16:19:23 -0400224 * match against vendor id as well. Wired Xbox 360 devices have protocol 1,
225 * wireless controllers have protocol 129. */
226#define XPAD_XBOX360_VENDOR_PROTOCOL(vend,pr) \
Anssi Hannula8a0f83e2008-04-03 16:17:52 -0400227 .match_flags = USB_DEVICE_ID_MATCH_VENDOR | USB_DEVICE_ID_MATCH_INT_INFO, \
228 .idVendor = (vend), \
229 .bInterfaceClass = USB_CLASS_VENDOR_SPEC, \
230 .bInterfaceSubClass = 93, \
Brian Magnuson99de0912008-04-03 16:19:23 -0400231 .bInterfaceProtocol = (pr)
232#define XPAD_XBOX360_VENDOR(vend) \
233 { XPAD_XBOX360_VENDOR_PROTOCOL(vend,1) }, \
234 { XPAD_XBOX360_VENDOR_PROTOCOL(vend,129) }
Anssi Hannula8a0f83e2008-04-03 16:17:52 -0400235
Linus Torvalds1da177e2005-04-16 15:20:36 -0700236static struct usb_device_id xpad_table [] = {
237 { USB_INTERFACE_INFO('X', 'B', 0) }, /* X-Box USB-IF not approved class */
Brian Magnuson99de0912008-04-03 16:19:23 -0400238 XPAD_XBOX360_VENDOR(0x045e), /* Microsoft X-Box 360 controllers */
239 XPAD_XBOX360_VENDOR(0x046d), /* Logitech X-Box 360 style controllers */
240 XPAD_XBOX360_VENDOR(0x0738), /* Mad Catz X-Box 360 controllers */
241 XPAD_XBOX360_VENDOR(0x0e6f), /* 0x0e6f X-Box 360 controllers */
Magnus Hörlinfabadbc2011-06-21 14:40:30 -0700242 XPAD_XBOX360_VENDOR(0x12ab), /* X-Box 360 dance pads */
Brian Magnuson99de0912008-04-03 16:19:23 -0400243 XPAD_XBOX360_VENDOR(0x1430), /* RedOctane X-Box 360 controllers */
Thomas Gruber3ac91d32009-10-05 21:43:42 -0700244 XPAD_XBOX360_VENDOR(0x146b), /* BigBen Interactive Controllers */
Magnus Hörlinfabadbc2011-06-21 14:40:30 -0700245 XPAD_XBOX360_VENDOR(0x1bad), /* Harminix Rock Band Guitar and Drums */
Nicolas Léveillédadaae32009-11-29 23:20:44 -0800246 XPAD_XBOX360_VENDOR(0x0f0d), /* Hori Controllers */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700247 { }
248};
249
250MODULE_DEVICE_TABLE (usb, xpad_table);
251
252struct usb_xpad {
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700253 struct input_dev *dev; /* input device interface */
254 struct usb_device *udev; /* usb device */
Greg Kroah-Hartman8818e412012-05-04 15:32:53 -0700255 struct usb_interface *intf; /* usb interface */
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500256
Brian Magnuson99de0912008-04-03 16:19:23 -0400257 int pad_present;
258
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700259 struct urb *irq_in; /* urb for interrupt in report */
260 unsigned char *idata; /* input data */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700261 dma_addr_t idata_dma;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500262
Brian Magnuson99de0912008-04-03 16:19:23 -0400263 struct urb *bulk_out;
264 unsigned char *bdata;
265
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400266#if defined(CONFIG_JOYSTICK_XPAD_FF) || defined(CONFIG_JOYSTICK_XPAD_LEDS)
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400267 struct urb *irq_out; /* urb for interrupt out report */
268 unsigned char *odata; /* output data */
269 dma_addr_t odata_dma;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400270 struct mutex odata_mutex;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400271#endif
272
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400273#if defined(CONFIG_JOYSTICK_XPAD_LEDS)
274 struct xpad_led *led;
275#endif
276
277 char phys[64]; /* physical device path */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700278
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800279 int mapping; /* map d-pad to buttons or to axes */
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400280 int xtype; /* type of xbox device */
Linus Torvalds1da177e2005-04-16 15:20:36 -0700281};
282
283/*
284 * xpad_process_packet
285 *
286 * Completes a request by converting the data into events for the
287 * input subsystem.
288 *
289 * The used report descriptor was taken from ITO Takayukis website:
290 * http://euc.jp/periphs/xbox-controller.ja.html
291 */
292
David Howells7d12e782006-10-05 14:55:46 +0100293static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700294{
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500295 struct input_dev *dev = xpad->dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700296
Christoph Fritz7beae702010-07-13 09:42:33 -0700297 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) {
298 /* left stick */
299 input_report_abs(dev, ABS_X,
300 (__s16) le16_to_cpup((__le16 *)(data + 12)));
301 input_report_abs(dev, ABS_Y,
302 ~(__s16) le16_to_cpup((__le16 *)(data + 14)));
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500303
Christoph Fritz7beae702010-07-13 09:42:33 -0700304 /* right stick */
305 input_report_abs(dev, ABS_RX,
306 (__s16) le16_to_cpup((__le16 *)(data + 16)));
307 input_report_abs(dev, ABS_RY,
308 ~(__s16) le16_to_cpup((__le16 *)(data + 18)));
309 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500310
Linus Torvalds1da177e2005-04-16 15:20:36 -0700311 /* triggers left/right */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800312 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) {
313 input_report_key(dev, BTN_TL2, data[10]);
314 input_report_key(dev, BTN_TR2, data[11]);
315 } else {
316 input_report_abs(dev, ABS_Z, data[10]);
317 input_report_abs(dev, ABS_RZ, data[11]);
318 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500319
Linus Torvalds1da177e2005-04-16 15:20:36 -0700320 /* digital pad */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800321 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) {
Christoph Fritz7beae702010-07-13 09:42:33 -0700322 /* dpad as buttons (left, right, up, down) */
323 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & 0x04);
324 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & 0x08);
325 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & 0x01);
326 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & 0x02);
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800327 } else {
328 input_report_abs(dev, ABS_HAT0X,
329 !!(data[2] & 0x08) - !!(data[2] & 0x04));
330 input_report_abs(dev, ABS_HAT0Y,
331 !!(data[2] & 0x02) - !!(data[2] & 0x01));
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700332 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500333
Linus Torvalds1da177e2005-04-16 15:20:36 -0700334 /* start/back buttons and stick press left/right */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700335 input_report_key(dev, BTN_START, data[2] & 0x10);
Christoph Fritz7beae702010-07-13 09:42:33 -0700336 input_report_key(dev, BTN_SELECT, data[2] & 0x20);
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700337 input_report_key(dev, BTN_THUMBL, data[2] & 0x40);
338 input_report_key(dev, BTN_THUMBR, data[2] & 0x80);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500339
Linus Torvalds1da177e2005-04-16 15:20:36 -0700340 /* "analog" buttons A, B, X, Y */
341 input_report_key(dev, BTN_A, data[4]);
342 input_report_key(dev, BTN_B, data[5]);
343 input_report_key(dev, BTN_X, data[6]);
344 input_report_key(dev, BTN_Y, data[7]);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500345
Linus Torvalds1da177e2005-04-16 15:20:36 -0700346 /* "analog" buttons black, white */
347 input_report_key(dev, BTN_C, data[8]);
348 input_report_key(dev, BTN_Z, data[9]);
349
350 input_sync(dev);
351}
352
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400353/*
354 * xpad360_process_packet
355 *
356 * Completes a request by converting the data into events for the
357 * input subsystem. It is version for xbox 360 controller
358 *
359 * The used report descriptor was taken from:
360 * http://www.free60.org/wiki/Gamepad
361 */
362
Dmitry Torokhov20b3cdd2007-07-18 01:20:34 -0400363static void xpad360_process_packet(struct usb_xpad *xpad,
364 u16 cmd, unsigned char *data)
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400365{
366 struct input_dev *dev = xpad->dev;
367
368 /* digital pad */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800369 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) {
Christoph Fritz7beae702010-07-13 09:42:33 -0700370 /* dpad as buttons (left, right, up, down) */
371 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & 0x04);
372 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & 0x08);
373 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & 0x01);
374 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & 0x02);
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800375 } else {
376 input_report_abs(dev, ABS_HAT0X,
377 !!(data[2] & 0x08) - !!(data[2] & 0x04));
378 input_report_abs(dev, ABS_HAT0Y,
379 !!(data[2] & 0x02) - !!(data[2] & 0x01));
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400380 }
381
382 /* start/back buttons */
Dmitry Torokhovae91d102007-06-14 23:49:55 -0400383 input_report_key(dev, BTN_START, data[2] & 0x10);
Christoph Fritz7beae702010-07-13 09:42:33 -0700384 input_report_key(dev, BTN_SELECT, data[2] & 0x20);
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400385
386 /* stick press left/right */
387 input_report_key(dev, BTN_THUMBL, data[2] & 0x40);
388 input_report_key(dev, BTN_THUMBR, data[2] & 0x80);
389
390 /* buttons A,B,X,Y,TL,TR and MODE */
Dmitry Torokhovae91d102007-06-14 23:49:55 -0400391 input_report_key(dev, BTN_A, data[3] & 0x10);
392 input_report_key(dev, BTN_B, data[3] & 0x20);
393 input_report_key(dev, BTN_X, data[3] & 0x40);
394 input_report_key(dev, BTN_Y, data[3] & 0x80);
395 input_report_key(dev, BTN_TL, data[3] & 0x01);
396 input_report_key(dev, BTN_TR, data[3] & 0x02);
397 input_report_key(dev, BTN_MODE, data[3] & 0x04);
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400398
Christoph Fritz7beae702010-07-13 09:42:33 -0700399 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) {
400 /* left stick */
401 input_report_abs(dev, ABS_X,
402 (__s16) le16_to_cpup((__le16 *)(data + 6)));
403 input_report_abs(dev, ABS_Y,
404 ~(__s16) le16_to_cpup((__le16 *)(data + 8)));
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400405
Christoph Fritz7beae702010-07-13 09:42:33 -0700406 /* right stick */
407 input_report_abs(dev, ABS_RX,
408 (__s16) le16_to_cpup((__le16 *)(data + 10)));
409 input_report_abs(dev, ABS_RY,
410 ~(__s16) le16_to_cpup((__le16 *)(data + 12)));
411 }
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400412
413 /* triggers left/right */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800414 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) {
415 input_report_key(dev, BTN_TL2, data[4]);
416 input_report_key(dev, BTN_TR2, data[5]);
417 } else {
418 input_report_abs(dev, ABS_Z, data[4]);
419 input_report_abs(dev, ABS_RZ, data[5]);
420 }
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400421
422 input_sync(dev);
423}
424
Brian Magnuson99de0912008-04-03 16:19:23 -0400425/*
426 * xpad360w_process_packet
427 *
428 * Completes a request by converting the data into events for the
429 * input subsystem. It is version for xbox 360 wireless controller.
430 *
431 * Byte.Bit
432 * 00.1 - Status change: The controller or headset has connected/disconnected
433 * Bits 01.7 and 01.6 are valid
434 * 01.7 - Controller present
435 * 01.6 - Headset present
436 * 01.1 - Pad state (Bytes 4+) valid
437 *
438 */
439
440static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data)
441{
442 /* Presence change */
443 if (data[0] & 0x08) {
444 if (data[1] & 0x80) {
445 xpad->pad_present = 1;
446 usb_submit_urb(xpad->bulk_out, GFP_ATOMIC);
447 } else
448 xpad->pad_present = 0;
449 }
450
451 /* Valid pad data */
452 if (!(data[1] & 0x1))
453 return;
454
455 xpad360_process_packet(xpad, cmd, &data[4]);
456}
457
David Howells7d12e782006-10-05 14:55:46 +0100458static void xpad_irq_in(struct urb *urb)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700459{
460 struct usb_xpad *xpad = urb->context;
Greg Kroah-Hartman8818e412012-05-04 15:32:53 -0700461 struct device *dev = &xpad->intf->dev;
Oliver Neukum6fc88f532008-04-03 21:40:59 +0200462 int retval, status;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500463
Oliver Neukum6fc88f532008-04-03 21:40:59 +0200464 status = urb->status;
465
466 switch (status) {
Linus Torvalds1da177e2005-04-16 15:20:36 -0700467 case 0:
468 /* success */
469 break;
470 case -ECONNRESET:
471 case -ENOENT:
472 case -ESHUTDOWN:
473 /* this urb is terminated, clean up */
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700474 dev_dbg(dev, "%s - urb shutting down with status: %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400475 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700476 return;
477 default:
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700478 dev_dbg(dev, "%s - nonzero urb status received: %d\n",
Harvey Harrisonea3e6c52008-05-05 11:36:18 -0400479 __func__, status);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700480 goto exit;
481 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500482
Brian Magnuson99de0912008-04-03 16:19:23 -0400483 switch (xpad->xtype) {
484 case XTYPE_XBOX360:
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400485 xpad360_process_packet(xpad, 0, xpad->idata);
Brian Magnuson99de0912008-04-03 16:19:23 -0400486 break;
487 case XTYPE_XBOX360W:
488 xpad360w_process_packet(xpad, 0, xpad->idata);
489 break;
490 default:
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400491 xpad_process_packet(xpad, 0, xpad->idata);
Brian Magnuson99de0912008-04-03 16:19:23 -0400492 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700493
494exit:
Dmitry Torokhovdd38d682010-01-09 00:13:36 -0800495 retval = usb_submit_urb(urb, GFP_ATOMIC);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700496 if (retval)
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700497 dev_err(dev, "%s - usb_submit_urb failed with result %d\n",
Greg Kroah-Hartman9cb757b2012-04-25 14:48:23 -0700498 __func__, retval);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700499}
500
Dmitry Torokhov20430212008-04-27 00:10:11 -0400501static void xpad_bulk_out(struct urb *urb)
502{
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700503 struct usb_xpad *xpad = urb->context;
Greg Kroah-Hartman8818e412012-05-04 15:32:53 -0700504 struct device *dev = &xpad->intf->dev;
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700505
Dmitry Torokhov20430212008-04-27 00:10:11 -0400506 switch (urb->status) {
507 case 0:
508 /* success */
509 break;
510 case -ECONNRESET:
511 case -ENOENT:
512 case -ESHUTDOWN:
513 /* this urb is terminated, clean up */
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700514 dev_dbg(dev, "%s - urb shutting down with status: %d\n",
515 __func__, urb->status);
Dmitry Torokhov20430212008-04-27 00:10:11 -0400516 break;
517 default:
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700518 dev_dbg(dev, "%s - nonzero urb status received: %d\n",
519 __func__, urb->status);
Dmitry Torokhov20430212008-04-27 00:10:11 -0400520 }
521}
522
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400523#if defined(CONFIG_JOYSTICK_XPAD_FF) || defined(CONFIG_JOYSTICK_XPAD_LEDS)
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400524static void xpad_irq_out(struct urb *urb)
525{
Greg Kroah-Hartman9cb757b2012-04-25 14:48:23 -0700526 struct usb_xpad *xpad = urb->context;
Greg Kroah-Hartman8818e412012-05-04 15:32:53 -0700527 struct device *dev = &xpad->intf->dev;
Oliver Neukum6fc88f532008-04-03 21:40:59 +0200528 int retval, status;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400529
Oliver Neukum6fc88f532008-04-03 21:40:59 +0200530 status = urb->status;
531
532 switch (status) {
Michael Gruber70a6f2e2009-07-12 20:51:36 -0700533 case 0:
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400534 /* success */
Michael Gruber70a6f2e2009-07-12 20:51:36 -0700535 return;
536
537 case -ECONNRESET:
538 case -ENOENT:
539 case -ESHUTDOWN:
540 /* this urb is terminated, clean up */
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700541 dev_dbg(dev, "%s - urb shutting down with status: %d\n",
542 __func__, status);
Michael Gruber70a6f2e2009-07-12 20:51:36 -0700543 return;
544
545 default:
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700546 dev_dbg(dev, "%s - nonzero urb status received: %d\n",
547 __func__, status);
Michael Gruber70a6f2e2009-07-12 20:51:36 -0700548 goto exit;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400549 }
550
551exit:
552 retval = usb_submit_urb(urb, GFP_ATOMIC);
553 if (retval)
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700554 dev_err(dev, "%s - usb_submit_urb failed with result %d\n",
Greg Kroah-Hartman9cb757b2012-04-25 14:48:23 -0700555 __func__, retval);
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400556}
557
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400558static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad)
559{
560 struct usb_endpoint_descriptor *ep_irq_out;
Axel Lin49cc69b2010-11-11 21:39:11 -0800561 int error;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400562
Chris Moellerb514d4f2011-07-04 19:21:59 -0700563 if (xpad->xtype == XTYPE_UNKNOWN)
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400564 return 0;
565
Daniel Mack997ea582010-04-12 13:17:25 +0200566 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN,
567 GFP_KERNEL, &xpad->odata_dma);
Axel Lin49cc69b2010-11-11 21:39:11 -0800568 if (!xpad->odata) {
569 error = -ENOMEM;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400570 goto fail1;
Axel Lin49cc69b2010-11-11 21:39:11 -0800571 }
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400572
573 mutex_init(&xpad->odata_mutex);
574
575 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL);
Axel Lin49cc69b2010-11-11 21:39:11 -0800576 if (!xpad->irq_out) {
577 error = -ENOMEM;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400578 goto fail2;
Axel Lin49cc69b2010-11-11 21:39:11 -0800579 }
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400580
581 ep_irq_out = &intf->cur_altsetting->endpoint[1].desc;
582 usb_fill_int_urb(xpad->irq_out, xpad->udev,
583 usb_sndintpipe(xpad->udev, ep_irq_out->bEndpointAddress),
584 xpad->odata, XPAD_PKT_LEN,
585 xpad_irq_out, xpad, ep_irq_out->bInterval);
586 xpad->irq_out->transfer_dma = xpad->odata_dma;
587 xpad->irq_out->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
588
589 return 0;
590
Daniel Mack997ea582010-04-12 13:17:25 +0200591 fail2: usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma);
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400592 fail1: return error;
593}
594
595static void xpad_stop_output(struct usb_xpad *xpad)
596{
Chris Moellerb514d4f2011-07-04 19:21:59 -0700597 if (xpad->xtype != XTYPE_UNKNOWN)
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400598 usb_kill_urb(xpad->irq_out);
599}
600
601static void xpad_deinit_output(struct usb_xpad *xpad)
602{
Chris Moellerb514d4f2011-07-04 19:21:59 -0700603 if (xpad->xtype != XTYPE_UNKNOWN) {
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400604 usb_free_urb(xpad->irq_out);
Daniel Mack997ea582010-04-12 13:17:25 +0200605 usb_free_coherent(xpad->udev, XPAD_PKT_LEN,
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400606 xpad->odata, xpad->odata_dma);
607 }
608}
609#else
610static int xpad_init_output(struct usb_interface *intf, struct usb_xpad *xpad) { return 0; }
611static void xpad_deinit_output(struct usb_xpad *xpad) {}
612static void xpad_stop_output(struct usb_xpad *xpad) {}
613#endif
614
615#ifdef CONFIG_JOYSTICK_XPAD_FF
Benjamin Valentin12187302010-01-21 20:19:06 -0800616static int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect)
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400617{
618 struct usb_xpad *xpad = input_get_drvdata(dev);
619
620 if (effect->type == FF_RUMBLE) {
621 __u16 strong = effect->u.rumble.strong_magnitude;
622 __u16 weak = effect->u.rumble.weak_magnitude;
Benjamin Valentin12187302010-01-21 20:19:06 -0800623
624 switch (xpad->xtype) {
625
626 case XTYPE_XBOX:
627 xpad->odata[0] = 0x00;
628 xpad->odata[1] = 0x06;
629 xpad->odata[2] = 0x00;
630 xpad->odata[3] = strong / 256; /* left actuator */
631 xpad->odata[4] = 0x00;
632 xpad->odata[5] = weak / 256; /* right actuator */
633 xpad->irq_out->transfer_buffer_length = 6;
634
635 return usb_submit_urb(xpad->irq_out, GFP_ATOMIC);
636
637 case XTYPE_XBOX360:
638 xpad->odata[0] = 0x00;
639 xpad->odata[1] = 0x08;
640 xpad->odata[2] = 0x00;
641 xpad->odata[3] = strong / 256; /* left actuator? */
642 xpad->odata[4] = weak / 256; /* right actuator? */
643 xpad->odata[5] = 0x00;
644 xpad->odata[6] = 0x00;
645 xpad->odata[7] = 0x00;
646 xpad->irq_out->transfer_buffer_length = 8;
647
648 return usb_submit_urb(xpad->irq_out, GFP_ATOMIC);
649
Chris Moellerb514d4f2011-07-04 19:21:59 -0700650 case XTYPE_XBOX360W:
651 xpad->odata[0] = 0x00;
652 xpad->odata[1] = 0x01;
653 xpad->odata[2] = 0x0F;
654 xpad->odata[3] = 0xC0;
655 xpad->odata[4] = 0x00;
656 xpad->odata[5] = strong / 256;
657 xpad->odata[6] = weak / 256;
658 xpad->odata[7] = 0x00;
659 xpad->odata[8] = 0x00;
660 xpad->odata[9] = 0x00;
661 xpad->odata[10] = 0x00;
662 xpad->odata[11] = 0x00;
663 xpad->irq_out->transfer_buffer_length = 12;
664
665 return usb_submit_urb(xpad->irq_out, GFP_ATOMIC);
666
Benjamin Valentin12187302010-01-21 20:19:06 -0800667 default:
Greg Kroah-Hartmanc4f0bbc2012-05-01 21:32:59 -0700668 dev_dbg(&xpad->dev->dev,
669 "%s - rumble command sent to unsupported xpad type: %d\n",
Benjamin Valentin12187302010-01-21 20:19:06 -0800670 __func__, xpad->xtype);
671 return -1;
672 }
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400673 }
674
675 return 0;
676}
677
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400678static int xpad_init_ff(struct usb_xpad *xpad)
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400679{
Chris Moellerb514d4f2011-07-04 19:21:59 -0700680 if (xpad->xtype == XTYPE_UNKNOWN)
Anssi Hannulacfbe2012008-04-03 16:18:57 -0400681 return 0;
682
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400683 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE);
684
685 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect);
686}
687
688#else
689static int xpad_init_ff(struct usb_xpad *xpad) { return 0; }
690#endif
691
692#if defined(CONFIG_JOYSTICK_XPAD_LEDS)
693#include <linux/leds.h>
694
695struct xpad_led {
696 char name[16];
697 struct led_classdev led_cdev;
698 struct usb_xpad *xpad;
699};
700
701static void xpad_send_led_command(struct usb_xpad *xpad, int command)
702{
703 if (command >= 0 && command < 14) {
704 mutex_lock(&xpad->odata_mutex);
705 xpad->odata[0] = 0x01;
706 xpad->odata[1] = 0x03;
707 xpad->odata[2] = command;
Michael Gruber04021e42008-04-15 01:31:47 -0400708 xpad->irq_out->transfer_buffer_length = 3;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400709 usb_submit_urb(xpad->irq_out, GFP_KERNEL);
710 mutex_unlock(&xpad->odata_mutex);
711 }
712}
713
714static void xpad_led_set(struct led_classdev *led_cdev,
715 enum led_brightness value)
716{
717 struct xpad_led *xpad_led = container_of(led_cdev,
718 struct xpad_led, led_cdev);
719
720 xpad_send_led_command(xpad_led->xpad, value);
721}
722
723static int xpad_led_probe(struct usb_xpad *xpad)
724{
725 static atomic_t led_seq = ATOMIC_INIT(0);
726 long led_no;
727 struct xpad_led *led;
728 struct led_classdev *led_cdev;
729 int error;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400730
731 if (xpad->xtype != XTYPE_XBOX360)
732 return 0;
733
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400734 xpad->led = led = kzalloc(sizeof(struct xpad_led), GFP_KERNEL);
735 if (!led)
736 return -ENOMEM;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400737
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400738 led_no = (long)atomic_inc_return(&led_seq) - 1;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400739
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400740 snprintf(led->name, sizeof(led->name), "xpad%ld", led_no);
741 led->xpad = xpad;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400742
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400743 led_cdev = &led->led_cdev;
744 led_cdev->name = led->name;
745 led_cdev->brightness_set = xpad_led_set;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400746
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400747 error = led_classdev_register(&xpad->udev->dev, led_cdev);
748 if (error) {
749 kfree(led);
750 xpad->led = NULL;
751 return error;
752 }
753
754 /*
755 * Light up the segment corresponding to controller number
756 */
757 xpad_send_led_command(xpad, (led_no % 4) + 2);
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400758
759 return 0;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400760}
761
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400762static void xpad_led_disconnect(struct usb_xpad *xpad)
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400763{
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400764 struct xpad_led *xpad_led = xpad->led;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400765
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400766 if (xpad_led) {
767 led_classdev_unregister(&xpad_led->led_cdev);
Axel Lin6ff92a62010-11-11 21:43:17 -0800768 kfree(xpad_led);
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400769 }
770}
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400771#else
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400772static int xpad_led_probe(struct usb_xpad *xpad) { return 0; }
773static void xpad_led_disconnect(struct usb_xpad *xpad) { }
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400774#endif
775
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400776
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400777static int xpad_open(struct input_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700778{
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400779 struct usb_xpad *xpad = input_get_drvdata(dev);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500780
Brian Magnuson99de0912008-04-03 16:19:23 -0400781 /* URB was submitted in probe */
782 if(xpad->xtype == XTYPE_XBOX360W)
783 return 0;
784
Linus Torvalds1da177e2005-04-16 15:20:36 -0700785 xpad->irq_in->dev = xpad->udev;
Dmitry Torokhov65cde542005-05-29 02:29:38 -0500786 if (usb_submit_urb(xpad->irq_in, GFP_KERNEL))
Linus Torvalds1da177e2005-04-16 15:20:36 -0700787 return -EIO;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500788
Linus Torvalds1da177e2005-04-16 15:20:36 -0700789 return 0;
790}
791
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400792static void xpad_close(struct input_dev *dev)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700793{
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400794 struct usb_xpad *xpad = input_get_drvdata(dev);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500795
Axel Lin161feb22010-11-11 21:47:42 -0800796 if (xpad->xtype != XTYPE_XBOX360W)
Brian Magnuson99de0912008-04-03 16:19:23 -0400797 usb_kill_urb(xpad->irq_in);
Axel Lin161feb22010-11-11 21:47:42 -0800798
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400799 xpad_stop_output(xpad);
Linus Torvalds1da177e2005-04-16 15:20:36 -0700800}
801
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700802static void xpad_set_up_abs(struct input_dev *input_dev, signed short abs)
803{
804 set_bit(abs, input_dev->absbit);
805
806 switch (abs) {
807 case ABS_X:
808 case ABS_Y:
809 case ABS_RX:
810 case ABS_RY: /* the two sticks */
811 input_set_abs_params(input_dev, abs, -32768, 32767, 16, 128);
812 break;
813 case ABS_Z:
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800814 case ABS_RZ: /* the triggers (if mapped to axes) */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700815 input_set_abs_params(input_dev, abs, 0, 255, 0, 0);
816 break;
817 case ABS_HAT0X:
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800818 case ABS_HAT0Y: /* the d-pad (only if dpad is mapped to axes */
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700819 input_set_abs_params(input_dev, abs, -1, 1, 0, 0);
820 break;
821 }
822}
823
Linus Torvalds1da177e2005-04-16 15:20:36 -0700824static int xpad_probe(struct usb_interface *intf, const struct usb_device_id *id)
825{
Dmitry Torokhov20b3cdd2007-07-18 01:20:34 -0400826 struct usb_device *udev = interface_to_usbdev(intf);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500827 struct usb_xpad *xpad;
828 struct input_dev *input_dev;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700829 struct usb_endpoint_descriptor *ep_irq_in;
Axel Lin49cc69b2010-11-11 21:39:11 -0800830 int i, error;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500831
Linus Torvalds1da177e2005-04-16 15:20:36 -0700832 for (i = 0; xpad_device[i].idVendor; i++) {
833 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) &&
834 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct))
835 break;
836 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500837
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500838 xpad = kzalloc(sizeof(struct usb_xpad), GFP_KERNEL);
839 input_dev = input_allocate_device();
Axel Lin49cc69b2010-11-11 21:39:11 -0800840 if (!xpad || !input_dev) {
841 error = -ENOMEM;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500842 goto fail1;
Axel Lin49cc69b2010-11-11 21:39:11 -0800843 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500844
Daniel Mack997ea582010-04-12 13:17:25 +0200845 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN,
846 GFP_KERNEL, &xpad->idata_dma);
Axel Lin49cc69b2010-11-11 21:39:11 -0800847 if (!xpad->idata) {
848 error = -ENOMEM;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500849 goto fail1;
Axel Lin49cc69b2010-11-11 21:39:11 -0800850 }
Linus Torvalds1da177e2005-04-16 15:20:36 -0700851
852 xpad->irq_in = usb_alloc_urb(0, GFP_KERNEL);
Axel Lin49cc69b2010-11-11 21:39:11 -0800853 if (!xpad->irq_in) {
854 error = -ENOMEM;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500855 goto fail2;
Axel Lin49cc69b2010-11-11 21:39:11 -0800856 }
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500857
858 xpad->udev = udev;
Greg Kroah-Hartman8818e412012-05-04 15:32:53 -0700859 xpad->intf = intf;
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800860 xpad->mapping = xpad_device[i].mapping;
Jan Kratochvilc7d9f7e2007-05-09 00:27:37 -0400861 xpad->xtype = xpad_device[i].xtype;
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800862
Brian Magnuson99de0912008-04-03 16:19:23 -0400863 if (xpad->xtype == XTYPE_UNKNOWN) {
864 if (intf->cur_altsetting->desc.bInterfaceClass == USB_CLASS_VENDOR_SPEC) {
865 if (intf->cur_altsetting->desc.bInterfaceProtocol == 129)
866 xpad->xtype = XTYPE_XBOX360W;
867 else
868 xpad->xtype = XTYPE_XBOX360;
869 } else
870 xpad->xtype = XTYPE_XBOX;
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800871
872 if (dpad_to_buttons)
873 xpad->mapping |= MAP_DPAD_TO_BUTTONS;
874 if (triggers_to_buttons)
875 xpad->mapping |= MAP_TRIGGERS_TO_BUTTONS;
Christoph Fritz7beae702010-07-13 09:42:33 -0700876 if (sticks_to_null)
877 xpad->mapping |= MAP_STICKS_TO_NULL;
Brian Magnuson99de0912008-04-03 16:19:23 -0400878 }
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800879
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500880 xpad->dev = input_dev;
881 usb_make_path(udev, xpad->phys, sizeof(xpad->phys));
882 strlcat(xpad->phys, "/input0", sizeof(xpad->phys));
883
884 input_dev->name = xpad_device[i].name;
885 input_dev->phys = xpad->phys;
886 usb_to_input_id(udev, &input_dev->id);
Dmitry Torokhovc0f82d52007-04-12 01:35:03 -0400887 input_dev->dev.parent = &intf->dev;
Dmitry Torokhov7791bda2007-04-12 01:34:39 -0400888
889 input_set_drvdata(input_dev, xpad);
890
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500891 input_dev->open = xpad_open;
892 input_dev->close = xpad_close;
893
Christoph Fritz7beae702010-07-13 09:42:33 -0700894 input_dev->evbit[0] = BIT_MASK(EV_KEY);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500895
Christoph Fritz7beae702010-07-13 09:42:33 -0700896 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) {
897 input_dev->evbit[0] |= BIT_MASK(EV_ABS);
898 /* set up axes */
899 for (i = 0; xpad_abs[i] >= 0; i++)
900 xpad_set_up_abs(input_dev, xpad_abs[i]);
901 }
902
903 /* set up standard buttons */
Anssi Hannulafc55e952008-04-03 16:18:44 -0400904 for (i = 0; xpad_common_btn[i] >= 0; i++)
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800905 __set_bit(xpad_common_btn[i], input_dev->keybit);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -0500906
Christoph Fritz7beae702010-07-13 09:42:33 -0700907 /* set up model-specific ones */
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800908 if (xpad->xtype == XTYPE_XBOX360 || xpad->xtype == XTYPE_XBOX360W) {
909 for (i = 0; xpad360_btn[i] >= 0; i++)
910 __set_bit(xpad360_btn[i], input_dev->keybit);
911 } else {
912 for (i = 0; xpad_btn[i] >= 0; i++)
913 __set_bit(xpad_btn[i], input_dev->keybit);
914 }
915
916 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) {
917 for (i = 0; xpad_btn_pad[i] >= 0; i++)
918 __set_bit(xpad_btn_pad[i], input_dev->keybit);
919 } else {
Dominic Cerquettideb8ee42006-10-10 14:42:48 -0700920 for (i = 0; xpad_abs_pad[i] >= 0; i++)
921 xpad_set_up_abs(input_dev, xpad_abs_pad[i]);
Nicolas Léveilléb45d44e2009-12-29 20:39:05 -0800922 }
923
924 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) {
925 for (i = 0; xpad_btn_triggers[i] >= 0; i++)
926 __set_bit(xpad_btn_triggers[i], input_dev->keybit);
927 } else {
928 for (i = 0; xpad_abs_triggers[i] >= 0; i++)
929 xpad_set_up_abs(input_dev, xpad_abs_triggers[i]);
930 }
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500931
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400932 error = xpad_init_output(intf, xpad);
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400933 if (error)
Axel Lin161feb22010-11-11 21:47:42 -0800934 goto fail3;
Jan Kratochvile01a06e2007-05-09 00:27:51 -0400935
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400936 error = xpad_init_ff(xpad);
937 if (error)
Axel Lin161feb22010-11-11 21:47:42 -0800938 goto fail4;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400939
940 error = xpad_led_probe(xpad);
941 if (error)
Axel Lin161feb22010-11-11 21:47:42 -0800942 goto fail5;
Jan Kratochvil4994cd82007-07-18 00:35:40 -0400943
Linus Torvalds1da177e2005-04-16 15:20:36 -0700944 ep_irq_in = &intf->cur_altsetting->endpoint[0].desc;
Linus Torvalds1da177e2005-04-16 15:20:36 -0700945 usb_fill_int_urb(xpad->irq_in, udev,
946 usb_rcvintpipe(udev, ep_irq_in->bEndpointAddress),
947 xpad->idata, XPAD_PKT_LEN, xpad_irq_in,
948 xpad, ep_irq_in->bInterval);
949 xpad->irq_in->transfer_dma = xpad->idata_dma;
950 xpad->irq_in->transfer_flags |= URB_NO_TRANSFER_DMA_MAP;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500951
Dmitry Torokhov50141862007-04-12 01:33:39 -0400952 error = input_register_device(xpad->dev);
953 if (error)
Axel Lin161feb22010-11-11 21:47:42 -0800954 goto fail6;
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -0500955
Linus Torvalds1da177e2005-04-16 15:20:36 -0700956 usb_set_intfdata(intf, xpad);
Brian Magnuson99de0912008-04-03 16:19:23 -0400957
Brian Magnuson99de0912008-04-03 16:19:23 -0400958 if (xpad->xtype == XTYPE_XBOX360W) {
Brian Magnuson99de0912008-04-03 16:19:23 -0400959 /*
960 * Setup the message to set the LEDs on the
961 * controller when it shows up
962 */
963 xpad->bulk_out = usb_alloc_urb(0, GFP_KERNEL);
Axel Lin49cc69b2010-11-11 21:39:11 -0800964 if (!xpad->bulk_out) {
965 error = -ENOMEM;
Axel Line3f0f0a2010-11-17 23:59:34 -0800966 goto fail7;
Axel Lin49cc69b2010-11-11 21:39:11 -0800967 }
Brian Magnuson99de0912008-04-03 16:19:23 -0400968
969 xpad->bdata = kzalloc(XPAD_PKT_LEN, GFP_KERNEL);
Axel Lin49cc69b2010-11-11 21:39:11 -0800970 if (!xpad->bdata) {
971 error = -ENOMEM;
Axel Line3f0f0a2010-11-17 23:59:34 -0800972 goto fail8;
Axel Lin49cc69b2010-11-11 21:39:11 -0800973 }
Brian Magnuson99de0912008-04-03 16:19:23 -0400974
975 xpad->bdata[2] = 0x08;
976 switch (intf->cur_altsetting->desc.bInterfaceNumber) {
977 case 0:
978 xpad->bdata[3] = 0x42;
979 break;
980 case 2:
981 xpad->bdata[3] = 0x43;
982 break;
983 case 4:
984 xpad->bdata[3] = 0x44;
985 break;
986 case 6:
987 xpad->bdata[3] = 0x45;
988 }
989
990 ep_irq_in = &intf->cur_altsetting->endpoint[1].desc;
991 usb_fill_bulk_urb(xpad->bulk_out, udev,
992 usb_sndbulkpipe(udev, ep_irq_in->bEndpointAddress),
993 xpad->bdata, XPAD_PKT_LEN, xpad_bulk_out, xpad);
Axel Line3f0f0a2010-11-17 23:59:34 -0800994
995 /*
996 * Submit the int URB immediately rather than waiting for open
997 * because we get status messages from the device whether
998 * or not any controllers are attached. In fact, it's
999 * exactly the message that a controller has arrived that
1000 * we're waiting for.
1001 */
1002 xpad->irq_in->dev = xpad->udev;
1003 error = usb_submit_urb(xpad->irq_in, GFP_KERNEL);
1004 if (error)
1005 goto fail9;
Brian Magnuson99de0912008-04-03 16:19:23 -04001006 }
1007
Linus Torvalds1da177e2005-04-16 15:20:36 -07001008 return 0;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -05001009
Axel Line3f0f0a2010-11-17 23:59:34 -08001010 fail9: kfree(xpad->bdata);
1011 fail8: usb_free_urb(xpad->bulk_out);
Axel Lin161feb22010-11-11 21:47:42 -08001012 fail7: input_unregister_device(input_dev);
1013 input_dev = NULL;
1014 fail6: xpad_led_disconnect(xpad);
1015 fail5: if (input_dev)
1016 input_ff_destroy(input_dev);
1017 fail4: xpad_deinit_output(xpad);
1018 fail3: usb_free_urb(xpad->irq_in);
Daniel Mack997ea582010-04-12 13:17:25 +02001019 fail2: usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma);
Dmitry Torokhov50141862007-04-12 01:33:39 -04001020 fail1: input_free_device(input_dev);
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -05001021 kfree(xpad);
Dmitry Torokhov50141862007-04-12 01:33:39 -04001022 return error;
Dmitry Torokhovc5b7c7c2005-09-15 02:01:47 -05001023
Linus Torvalds1da177e2005-04-16 15:20:36 -07001024}
1025
1026static void xpad_disconnect(struct usb_interface *intf)
1027{
1028 struct usb_xpad *xpad = usb_get_intfdata (intf);
Dmitry Torokhov05f091ab2005-05-29 02:29:01 -05001029
Dmitry Torokhov2a059152010-11-11 21:52:18 -08001030 xpad_led_disconnect(xpad);
1031 input_unregister_device(xpad->dev);
1032 xpad_deinit_output(xpad);
1033
1034 if (xpad->xtype == XTYPE_XBOX360W) {
1035 usb_kill_urb(xpad->bulk_out);
1036 usb_free_urb(xpad->bulk_out);
1037 usb_kill_urb(xpad->irq_in);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001038 }
Dmitry Torokhov2a059152010-11-11 21:52:18 -08001039
1040 usb_free_urb(xpad->irq_in);
1041 usb_free_coherent(xpad->udev, XPAD_PKT_LEN,
1042 xpad->idata, xpad->idata_dma);
1043
1044 kfree(xpad->bdata);
1045 kfree(xpad);
1046
1047 usb_set_intfdata(intf, NULL);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001048}
1049
1050static struct usb_driver xpad_driver = {
Linus Torvalds1da177e2005-04-16 15:20:36 -07001051 .name = "xpad",
1052 .probe = xpad_probe,
1053 .disconnect = xpad_disconnect,
1054 .id_table = xpad_table,
1055};
1056
Greg Kroah-Hartman08642e72011-11-18 09:48:31 -08001057module_usb_driver(xpad_driver);
Linus Torvalds1da177e2005-04-16 15:20:36 -07001058
1059MODULE_AUTHOR(DRIVER_AUTHOR);
1060MODULE_DESCRIPTION(DRIVER_DESC);
1061MODULE_LICENSE("GPL");