Lines Matching +full:controller +full:- +full:data
1 // SPDX-License-Identifier: GPL-2.0-or-later
5 * Copyright (c) 2002 Marko Friedemann <mfr@bmx-chemnitz.de>
16 * - information from http://euc.jp/periphs/xbox-controller.ja.html
17 * - the iForce driver drivers/char/joystick/iforce.c
18 * - the skeleton-driver drivers/usb/usb-skeleton.c
19 * - Xbox 360 information http://www.free60.org/wiki/Gamepad
20 * - Xbox One information https://github.com/quantus/xbox-one-controller-protocol
23 * - ITO Takayuki for providing essential xpad information on his website
24 * - Vojtech Pavlik - iforce driver / input subsystem
25 * - Greg Kroah-Hartman - usb-skeleton driver
26 * - Xbox Linux project - extra USB IDs
27 * - Pekka Pöyry (quantus) - Xbox One controller reverse-engineering
30 * - fine tune axes (especially trigger axes)
31 * - fix "analog" buttons (reported as digital now)
32 * - get rumble working
33 * - need USB IDs for other dance pads
37 * 2002-06-27 - 0.0.1 : first version, just said "XBOX HID controller"
39 * 2002-07-02 - 0.0.2 : basic working version
40 * - all axes and 9 of the 10 buttons work (german InterAct device)
41 * - the black button does not work
43 * 2002-07-14 - 0.0.3 : rework by Vojtech Pavlik
44 * - indentation fixes
45 * - usb + input init sequence fixes
47 * 2002-07-16 - 0.0.4 : minor changes, merge with Vojtech's v0.0.3
48 * - verified the lack of HID and report descriptors
49 * - verified that ALL buttons WORK
50 * - fixed d-pad to axes mapping
52 * 2002-07-17 - 0.0.5 : simplified d-pad handling
54 * 2004-10-02 - 0.0.6 : DDR pad support
55 * - borrowed from the Xbox Linux kernel
56 * - USB id's for commonly used dance pads are present
57 * - dance pads will map D-PAD to buttons, not axes
58 * - pass the module paramater 'dpad_to_buttons' to force
59 * the D-PAD to map to buttons if your pad is not detected
77 * xbox d-pads should map to buttons, as is required for DDR pads
96 /* Send power-off packet to xpad360w after holding the mode button for this many
109 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
131 { 0x0079, 0x18d4, "GPD Win 2 X-Box Controller", 0, XTYPE_XBOX360 },
142 { 0x044f, 0x0f07, "Thrustmaster, Inc. Controller", 0, XTYPE_XBOX },
146 { 0x045e, 0x0202, "Microsoft X-Box pad v1 (US)", 0, XTYPE_XBOX },
147 { 0x045e, 0x0285, "Microsoft X-Box pad (Japan)", 0, XTYPE_XBOX },
148 { 0x045e, 0x0287, "Microsoft Xbox Controller S", 0, XTYPE_XBOX },
149 { 0x045e, 0x0288, "Microsoft Xbox Controller S v2", 0, XTYPE_XBOX },
150 { 0x045e, 0x0289, "Microsoft X-Box pad v2 (US)", 0, XTYPE_XBOX },
151 { 0x045e, 0x028e, "Microsoft X-Box 360 pad", 0, XTYPE_XBOX360 },
152 { 0x045e, 0x028f, "Microsoft X-Box 360 pad v2", 0, XTYPE_XBOX360 },
155 { 0x045e, 0x02d1, "Microsoft X-Box One pad", 0, XTYPE_XBOXONE },
156 { 0x045e, 0x02dd, "Microsoft X-Box One pad (Firmware 2015)", 0, XTYPE_XBOXONE },
157 { 0x045e, 0x02e3, "Microsoft X-Box One Elite pad", MAP_PADDLES, XTYPE_XBOXONE },
158 { 0x045e, 0x02ea, "Microsoft X-Box One S pad", 0, XTYPE_XBOXONE },
160 { 0x045e, 0x0b00, "Microsoft X-Box One Elite 2 pad", MAP_PADDLES, XTYPE_XBOXONE },
161 { 0x045e, 0x0b0a, "Microsoft X-Box Adaptive Controller", MAP_PROFILE_BUTTON, XTYPE_XBOXONE },
162 { 0x045e, 0x0b12, "Microsoft Xbox Series S|X Controller", MAP_SELECT_BUTTON, XTYPE_XBOXONE },
166 { 0x046d, 0xc242, "Logitech Chillstream Controller", 0, XTYPE_XBOX360 },
167 { 0x046d, 0xca84, "Logitech Xbox Cordless Controller", 0, XTYPE_XBOX },
168 { 0x046d, 0xca88, "Logitech Compact Controller for Xbox", 0, XTYPE_XBOX },
171 { 0x056e, 0x2004, "Elecom JC-U3613M", 0, XTYPE_XBOX360 },
172 { 0x05fd, 0x1007, "Mad Catz Controller (unverified)", 0, XTYPE_XBOX },
173 { 0x05fd, 0x107a, "InterAct 'PowerPad Pro' X-Box pad (Germany)", 0, XTYPE_XBOX },
174 { 0x05fe, 0x3030, "Chic Controller", 0, XTYPE_XBOX },
175 { 0x05fe, 0x3031, "Chic Controller", 0, XTYPE_XBOX },
182 { 0x0738, 0x4506, "Mad Catz 4506 Wireless Controller", 0, XTYPE_XBOX },
190 { 0x0738, 0x4556, "Mad Catz Lynx Wireless Controller", 0, XTYPE_XBOX },
191 { 0x0738, 0x4586, "Mad Catz MicroCon Wireless Controller", 0, XTYPE_XBOX },
194 { 0x0738, 0x4716, "Mad Catz Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
196 { 0x0738, 0x4726, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 },
199 …{ 0x0738, 0x4738, "Mad Catz Wired Xbox 360 Controller (SFIV)", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX…
206 { 0x0738, 0xb726, "Mad Catz Xbox controller - MW2", 0, XTYPE_XBOX360 },
209 { 0x0738, 0xcb02, "Saitek Cyborg Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
210 { 0x0738, 0xcb03, "Saitek P3200 Rumble Pad - PC/Xbox 360", 0, XTYPE_XBOX360 },
217 { 0x0c12, 0x8801, "Nyko Xbox Controller", 0, XTYPE_XBOX },
218 { 0x0c12, 0x8802, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
220 { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX },
221 { 0x0c12, 0x8810, "Zeroplus Xbox Controller", 0, XTYPE_XBOX },
222 { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", 0, XTYPE_XBOX },
224 { 0x0db0, 0x1901, "Micro Star International Xbox360 Controller for Windows", 0, XTYPE_XBOX360 },
225 { 0x0e4c, 0x1097, "Radica Gamester Controller", 0, XTYPE_XBOX },
227 { 0x0e4c, 0x2390, "Radica Games Jtech Controller", 0, XTYPE_XBOX },
229 { 0x0e6f, 0x0003, "Logic3 Freebird wireless Controller", 0, XTYPE_XBOX },
230 { 0x0e6f, 0x0005, "Eclipse wireless Controller", 0, XTYPE_XBOX },
231 { 0x0e6f, 0x0006, "Edge wireless Controller", 0, XTYPE_XBOX },
232 { 0x0e6f, 0x0008, "After Glow Pro Controller", 0, XTYPE_XBOX },
235 { 0x0e6f, 0x011f, "Rock Candy Gamepad Wired Controller", 0, XTYPE_XBOX360 },
236 { 0x0e6f, 0x0131, "PDP EA Sports Controller", 0, XTYPE_XBOX360 },
237 { 0x0e6f, 0x0133, "Xbox 360 Wired Controller", 0, XTYPE_XBOX360 },
238 { 0x0e6f, 0x0139, "Afterglow Prismatic Wired Controller", 0, XTYPE_XBOXONE },
239 { 0x0e6f, 0x013a, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
240 { 0x0e6f, 0x0146, "Rock Candy Wired Controller for Xbox One", 0, XTYPE_XBOXONE },
241 { 0x0e6f, 0x0147, "PDP Marvel Xbox One Controller", 0, XTYPE_XBOXONE },
243 { 0x0e6f, 0x015d, "PDP Mirror's Edge Official Wired Controller for Xbox One", XTYPE_XBOXONE },
244 { 0x0e6f, 0x0161, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
245 { 0x0e6f, 0x0162, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
246 { 0x0e6f, 0x0163, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
249 { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
253 { 0x0e6f, 0x02a0, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
254 { 0x0e6f, 0x02a1, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
255 { 0x0e6f, 0x02a2, "PDP Wired Controller for Xbox One - Crimson Red", 0, XTYPE_XBOXONE },
256 { 0x0e6f, 0x02a4, "PDP Wired Controller for Xbox One - Stealth Series", 0, XTYPE_XBOXONE },
257 { 0x0e6f, 0x02a6, "PDP Wired Controller for Xbox One - Camo Series", 0, XTYPE_XBOXONE },
258 { 0x0e6f, 0x02a7, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
259 { 0x0e6f, 0x02a8, "PDP Xbox One Controller", 0, XTYPE_XBOXONE },
260 { 0x0e6f, 0x02ab, "PDP Controller for Xbox One", 0, XTYPE_XBOXONE },
261 { 0x0e6f, 0x02ad, "PDP Wired Controller for Xbox One - Stealth Series", 0, XTYPE_XBOXONE },
262 { 0x0e6f, 0x02b3, "Afterglow Prismatic Wired Controller", 0, XTYPE_XBOXONE },
263 { 0x0e6f, 0x02b8, "Afterglow Prismatic Wired Controller", 0, XTYPE_XBOXONE },
264 { 0x0e6f, 0x0301, "Logic3 Controller", 0, XTYPE_XBOX360 },
266 { 0x0e6f, 0x0401, "Logic3 Controller", 0, XTYPE_XBOX360 },
268 { 0x0e6f, 0x0501, "PDP Xbox 360 Controller", 0, XTYPE_XBOX360 },
285 { 0x0f30, 0x0202, "Joytech Advanced Controller", 0, XTYPE_XBOX },
286 { 0x0f30, 0x8888, "BigBen XBMiniPad Controller", 0, XTYPE_XBOX },
287 { 0x102c, 0xff0c, "Joytech Wireless Advanced Controller", 0, XTYPE_XBOX },
290 { 0x10f5, 0x7005, "Turtle Beach Recon Controller", 0, XTYPE_XBOXONE },
291 { 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
293 { 0x1209, 0x2882, "Ardwiino Controller", 0, XTYPE_XBOX360 },
298 { 0x1430, 0x4748, "RedOctane Guitar Hero X-plorer", 0, XTYPE_XBOX360 },
300 { 0x1430, 0xf801, "RedOctane Controller", 0, XTYPE_XBOX360 },
301 { 0x146b, 0x0601, "BigBen Interactive XBOX 360 Controller", 0, XTYPE_XBOX360 },
307 { 0x15e4, 0x3f0a, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 },
308 { 0x15e4, 0x3f10, "Batarang Xbox 360 controller", 0, XTYPE_XBOX360 },
309 { 0x162e, 0xbeef, "Joytech Neo-Se Take2", 0, XTYPE_XBOX360 },
313 { 0x17ef, 0x6182, "Lenovo Legion Controller for Windows", 0, XTYPE_XBOX360 },
314 { 0x1949, 0x041a, "Amazon Game Controller", 0, XTYPE_XBOX360 },
319 { 0x1bad, 0xf016, "Mad Catz Xbox 360 Controller", 0, XTYPE_XBOX360 },
323 { 0x1bad, 0xf023, "MLG Pro Circuit Controller (Xbox)", 0, XTYPE_XBOX360 },
333 …{ 0x1bad, 0xf03d, "Street Fighter IV Arcade Stick TE - Chun Li", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XB…
344 { 0x1bad, 0xf900, "Harmonix Xbox 360 Controller", 0, XTYPE_XBOX360 },
345 { 0x1bad, 0xf901, "Gamestop Xbox 360 Controller", 0, XTYPE_XBOX360 },
346 { 0x1bad, 0xf903, "Tron Xbox 360 controller", 0, XTYPE_XBOX360 },
353 { 0x20d6, 0x2001, "BDA Xbox Series X Wired Controller", 0, XTYPE_XBOXONE },
354 { 0x20d6, 0x2009, "PowerA Enhanced Wired Controller for Xbox Series X|S", 0, XTYPE_XBOXONE },
355 { 0x20d6, 0x281f, "PowerA Wired Controller For Xbox 360", 0, XTYPE_XBOX360 },
356 { 0x2345, 0xe00b, "Machenike G5 Pro Controller", 0, XTYPE_XBOX360 },
358 { 0x24c6, 0x5300, "PowerA MINI PROEX Controller", 0, XTYPE_XBOX360 },
359 { 0x24c6, 0x5303, "Xbox Airflo wired controller", 0, XTYPE_XBOX360 },
360 { 0x24c6, 0x530a, "Xbox 360 Pro EX Controller", 0, XTYPE_XBOX360 },
362 { 0x24c6, 0x5397, "FUS1ON Tournament Controller", 0, XTYPE_XBOX360 },
363 { 0x24c6, 0x541a, "PowerA Xbox One Mini Wired Controller", 0, XTYPE_XBOXONE },
365 { 0x24c6, 0x543a, "PowerA Xbox One wired controller", 0, XTYPE_XBOXONE },
367 { 0x24c6, 0x5501, "Hori Real Arcade Pro VX-SA", 0, XTYPE_XBOX360 },
371 { 0x24c6, 0x550d, "Hori GEM Xbox controller", 0, XTYPE_XBOX360 },
374 { 0x24c6, 0x551a, "PowerA FUSION Pro Controller", 0, XTYPE_XBOXONE },
375 { 0x24c6, 0x561a, "PowerA FUSION Controller", 0, XTYPE_XBOXONE },
376 { 0x24c6, 0x581a, "ThrustMaster XB1 Classic Controller", 0, XTYPE_XBOXONE },
378 { 0x24c6, 0x5b02, "Thrustmaster, Inc. GPX Controller", 0, XTYPE_XBOX360 },
386 { 0x2dc8, 0x2000, "8BitDo Pro 2 Wired Controller fox Xbox", 0, XTYPE_XBOXONE },
387 { 0x2dc8, 0x3106, "8BitDo Ultimate Wireless / Pro 2 Wired Controller", 0, XTYPE_XBOX360 },
389 { 0x2dc8, 0x310a, "8BitDo Ultimate 2C Wireless Controller", 0, XTYPE_XBOX360 },
391 { 0x2e24, 0x0652, "Hyperkin Duke X-Box One pad", 0, XTYPE_XBOXONE },
392 { 0x2e24, 0x1688, "Hyperkin X91 X-Box One pad", 0, XTYPE_XBOXONE },
393 { 0x2e95, 0x0504, "SCUF Gaming Controller", MAP_SELECT_BUTTON, XTYPE_XBOXONE },
401 { 0x3285, 0x0603, "Nacon Pro Compact controller for Xbox", 0, XTYPE_XBOXONE },
402 { 0x3285, 0x0607, "Nacon GC-100", 0, XTYPE_XBOX360 },
406 { 0x3285, 0x0663, "Nacon Evol-X", 0, XTYPE_XBOXONE },
411 { 0xffff, 0xffff, "Chinese-made Xbox Controller", 0, XTYPE_XBOX },
412 { 0x0000, 0x0000, "Generic X-Box pad", 0, XTYPE_UNKNOWN }
419 -1 /* terminating entry */
425 -1 /* terminating entry */
430 BTN_TRIGGER_HAPPY1, BTN_TRIGGER_HAPPY2, /* d-pad left, right */
431 BTN_TRIGGER_HAPPY3, BTN_TRIGGER_HAPPY4, /* d-pad up, down */
432 -1 /* terminating entry */
438 -1
441 static const signed short xpad360_btn[] = { /* buttons for x360 controller */
444 -1
450 -1 /* terminating entry */
455 ABS_HAT0X, ABS_HAT0Y, /* d-pad axes */
456 -1 /* terminating entry */
462 -1
465 /* used when the controller has extra paddle buttons */
469 -1 /* terminating entry */
473 * Xbox 360 has a vendor-specific class, so we cannot match it with only
488 /* The Xbox One controller uses subclass 71 and protocol 208. */
501 * macros - XPAD_XBOX360_VENDOR and XPAD_XBOXONE_VENDOR.
503 { USB_INTERFACE_INFO('X', 'B', 0) }, /* Xbox USB-IF not-approved class */
504 XPAD_XBOX360_VENDOR(0x0079), /* GPD Win 2 controller */
512 XPAD_XBOX360_VENDOR(0x046d), /* Logitech Xbox 360-style controllers */
513 XPAD_XBOX360_VENDOR(0x056e), /* Elecom JC-U3613M */
520 XPAD_XBOX360_VENDOR(0x0c12), /* Zeroplus X-Box 360 controllers */
521 XPAD_XBOX360_VENDOR(0x0db0), /* Micro Star International X-Box 360 controllers */
558 XPAD_XBOXONE_VENDOR(0x2e95), /* SCUF Gaming Controller */
560 XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
561 XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
564 XPAD_XBOX360_VENDOR(0x413d), /* Black Shark Green Ghost Controller */
573 const u8 *data; member
581 .data = (_data), \
588 * - https://github.com/xpadneo/gip-dissector/blob/main/src/gip-dissector.lua
589 * - https://github.com/medusalix/xone/blob/master/bus/protocol.c
609 * which is a no-op for N < 128
639 * initialize the controller that was previously used in
647 * This packet is required to get additional input data
649 * We mostly do this right now to get paddle data
729 u8 data[XPAD_PKT_LEN]; member
751 unsigned char *idata; /* input data */
758 unsigned char *odata; /* output data */
772 int mapping; /* map d-pad to buttons or to axes */
789 * Completes a request by converting the data into events for the
793 * http://euc.jp/periphs/xbox-controller.ja.html
795 static void xpad_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad_process_packet() argument
797 struct input_dev *dev = xpad->dev; in xpad_process_packet()
799 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad_process_packet()
802 (__s16) le16_to_cpup((__le16 *)(data + 12))); in xpad_process_packet()
804 ~(__s16) le16_to_cpup((__le16 *)(data + 14))); in xpad_process_packet()
808 (__s16) le16_to_cpup((__le16 *)(data + 16))); in xpad_process_packet()
810 ~(__s16) le16_to_cpup((__le16 *)(data + 18))); in xpad_process_packet()
814 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad_process_packet()
815 input_report_key(dev, BTN_TL2, data[10]); in xpad_process_packet()
816 input_report_key(dev, BTN_TR2, data[11]); in xpad_process_packet()
818 input_report_abs(dev, ABS_Z, data[10]); in xpad_process_packet()
819 input_report_abs(dev, ABS_RZ, data[11]); in xpad_process_packet()
823 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
825 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & BIT(2)); in xpad_process_packet()
826 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & BIT(3)); in xpad_process_packet()
827 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0)); in xpad_process_packet()
828 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1)); in xpad_process_packet()
831 !!(data[2] & 0x08) - !!(data[2] & 0x04)); in xpad_process_packet()
833 !!(data[2] & 0x02) - !!(data[2] & 0x01)); in xpad_process_packet()
837 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad_process_packet()
838 input_report_key(dev, BTN_SELECT, data[2] & BIT(5)); in xpad_process_packet()
839 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad_process_packet()
840 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad_process_packet()
843 input_report_key(dev, BTN_A, data[4]); in xpad_process_packet()
844 input_report_key(dev, BTN_B, data[5]); in xpad_process_packet()
845 input_report_key(dev, BTN_X, data[6]); in xpad_process_packet()
846 input_report_key(dev, BTN_Y, data[7]); in xpad_process_packet()
849 input_report_key(dev, BTN_C, data[8]); in xpad_process_packet()
850 input_report_key(dev, BTN_Z, data[9]); in xpad_process_packet()
859 * Completes a request by converting the data into events for the
860 * input subsystem. It is version for xbox 360 controller
867 u16 cmd, unsigned char *data) in xpad360_process_packet() argument
869 /* valid pad data */ in xpad360_process_packet()
870 if (data[0] != 0x00) in xpad360_process_packet()
874 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
876 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[2] & BIT(2)); in xpad360_process_packet()
877 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[2] & BIT(3)); in xpad360_process_packet()
878 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[2] & BIT(0)); in xpad360_process_packet()
879 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[2] & BIT(1)); in xpad360_process_packet()
888 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad360_process_packet()
889 xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
891 !!(data[2] & 0x08) - !!(data[2] & 0x04)); in xpad360_process_packet()
893 !!(data[2] & 0x02) - !!(data[2] & 0x01)); in xpad360_process_packet()
897 input_report_key(dev, BTN_START, data[2] & BIT(4)); in xpad360_process_packet()
898 input_report_key(dev, BTN_SELECT, data[2] & BIT(5)); in xpad360_process_packet()
901 input_report_key(dev, BTN_THUMBL, data[2] & BIT(6)); in xpad360_process_packet()
902 input_report_key(dev, BTN_THUMBR, data[2] & BIT(7)); in xpad360_process_packet()
905 input_report_key(dev, BTN_A, data[3] & BIT(4)); in xpad360_process_packet()
906 input_report_key(dev, BTN_B, data[3] & BIT(5)); in xpad360_process_packet()
907 input_report_key(dev, BTN_X, data[3] & BIT(6)); in xpad360_process_packet()
908 input_report_key(dev, BTN_Y, data[3] & BIT(7)); in xpad360_process_packet()
909 input_report_key(dev, BTN_TL, data[3] & BIT(0)); in xpad360_process_packet()
910 input_report_key(dev, BTN_TR, data[3] & BIT(1)); in xpad360_process_packet()
911 input_report_key(dev, BTN_MODE, data[3] & BIT(2)); in xpad360_process_packet()
913 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad360_process_packet()
916 (__s16) le16_to_cpup((__le16 *)(data + 6))); in xpad360_process_packet()
918 ~(__s16) le16_to_cpup((__le16 *)(data + 8))); in xpad360_process_packet()
922 (__s16) le16_to_cpup((__le16 *)(data + 10))); in xpad360_process_packet()
924 ~(__s16) le16_to_cpup((__le16 *)(data + 12))); in xpad360_process_packet()
928 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad360_process_packet()
929 input_report_key(dev, BTN_TL2, data[4]); in xpad360_process_packet()
930 input_report_key(dev, BTN_TR2, data[5]); in xpad360_process_packet()
932 input_report_abs(dev, ABS_Z, data[4]); in xpad360_process_packet()
933 input_report_abs(dev, ABS_RZ, data[5]); in xpad360_process_packet()
939 if (xpad->xtype == XTYPE_XBOX360W) { in xpad360_process_packet()
940 if (xpad->mode_btn_down_ts > 0 && xpad->pad_present && in xpad360_process_packet()
941 ((ktime_get_seconds() - xpad->mode_btn_down_ts) >= in xpad360_process_packet()
944 xpad->mode_btn_down_ts = 0; in xpad360_process_packet()
949 if (data[3] & BIT(2)) in xpad360_process_packet()
950 xpad->mode_btn_down_ts = ktime_get_seconds(); in xpad360_process_packet()
952 xpad->mode_btn_down_ts = 0; in xpad360_process_packet()
961 if (xpad->pad_present) { in xpad_presence_work()
965 dev_err(&xpad->dev->dev, in xpad_presence_work()
968 rcu_assign_pointer(xpad->x360w_dev, xpad->dev); in xpad_presence_work()
971 RCU_INIT_POINTER(xpad->x360w_dev, NULL); in xpad_presence_work()
984 * Completes a request by converting the data into events for the
985 * input subsystem. It is version for xbox 360 wireless controller.
988 * 00.1 - Status change: The controller or headset has connected/disconnected
990 * 01.7 - Controller present
991 * 01.6 - Headset present
992 * 01.1 - Pad state (Bytes 4+) valid
995 static void xpad360w_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpad360w_process_packet() argument
1001 if (data[0] & 0x08) { in xpad360w_process_packet()
1002 present = (data[1] & 0x80) != 0; in xpad360w_process_packet()
1004 if (xpad->pad_present != present) { in xpad360w_process_packet()
1005 xpad->pad_present = present; in xpad360w_process_packet()
1006 schedule_work(&xpad->work); in xpad360w_process_packet()
1010 /* Valid pad data */ in xpad360w_process_packet()
1011 if (data[1] != 0x1) in xpad360w_process_packet()
1015 dev = rcu_dereference(xpad->x360w_dev); in xpad360w_process_packet()
1017 xpad360_process_packet(xpad, dev, cmd, &data[4]); in xpad360w_process_packet()
1024 * Completes a request by converting the data into events for the
1025 * input subsystem. This version is for the Xbox One controller.
1030 static void xpadone_process_packet(struct usb_xpad *xpad, u16 cmd, unsigned char *data) in xpadone_process_packet() argument
1032 struct input_dev *dev = xpad->dev; in xpadone_process_packet()
1036 if (data[0] == GIP_CMD_VIRTUAL_KEY) { in xpadone_process_packet()
1038 * The Xbox One S controller requires these reports to be in xpadone_process_packet()
1042 if (data[1] == (GIP_OPT_ACK | GIP_OPT_INTERNAL)) in xpadone_process_packet()
1043 xpadone_ack_mode_report(xpad, data[2]); in xpadone_process_packet()
1045 input_report_key(dev, BTN_MODE, data[4] & GENMASK(1, 0)); in xpadone_process_packet()
1049 } else if (data[0] == GIP_CMD_FIRMWARE) { in xpadone_process_packet()
1051 if (xpad->packet_type == PKT_XBE2_FW_5_11) { in xpadone_process_packet()
1052 /* Mute paddles if controller is in a custom profile slot in xpadone_process_packet()
1056 if (data[19] != 0) in xpadone_process_packet()
1057 data[18] = 0; in xpadone_process_packet()
1060 input_report_key(dev, BTN_TRIGGER_HAPPY5, data[18] & BIT(0)); in xpadone_process_packet()
1061 input_report_key(dev, BTN_TRIGGER_HAPPY6, data[18] & BIT(1)); in xpadone_process_packet()
1062 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[18] & BIT(2)); in xpadone_process_packet()
1063 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[18] & BIT(3)); in xpadone_process_packet()
1067 } else if (data[0] == GIP_CMD_INPUT) { /* The main valid packet type for inputs */ in xpadone_process_packet()
1069 input_report_key(dev, BTN_START, data[4] & BIT(2)); in xpadone_process_packet()
1070 input_report_key(dev, BTN_SELECT, data[4] & BIT(3)); in xpadone_process_packet()
1071 if (xpad->mapping & MAP_SELECT_BUTTON) in xpadone_process_packet()
1072 input_report_key(dev, KEY_RECORD, data[22] & BIT(0)); in xpadone_process_packet()
1075 input_report_key(dev, BTN_A, data[4] & BIT(4)); in xpadone_process_packet()
1076 input_report_key(dev, BTN_B, data[4] & BIT(5)); in xpadone_process_packet()
1077 input_report_key(dev, BTN_X, data[4] & BIT(6)); in xpadone_process_packet()
1078 input_report_key(dev, BTN_Y, data[4] & BIT(7)); in xpadone_process_packet()
1081 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpadone_process_packet()
1083 input_report_key(dev, BTN_TRIGGER_HAPPY1, data[5] & BIT(2)); in xpadone_process_packet()
1084 input_report_key(dev, BTN_TRIGGER_HAPPY2, data[5] & BIT(3)); in xpadone_process_packet()
1085 input_report_key(dev, BTN_TRIGGER_HAPPY3, data[5] & BIT(0)); in xpadone_process_packet()
1086 input_report_key(dev, BTN_TRIGGER_HAPPY4, data[5] & BIT(1)); in xpadone_process_packet()
1089 !!(data[5] & 0x08) - !!(data[5] & 0x04)); in xpadone_process_packet()
1091 !!(data[5] & 0x02) - !!(data[5] & 0x01)); in xpadone_process_packet()
1095 input_report_key(dev, BTN_TL, data[5] & BIT(4)); in xpadone_process_packet()
1096 input_report_key(dev, BTN_TR, data[5] & BIT(5)); in xpadone_process_packet()
1099 input_report_key(dev, BTN_THUMBL, data[5] & BIT(6)); in xpadone_process_packet()
1100 input_report_key(dev, BTN_THUMBR, data[5] & BIT(7)); in xpadone_process_packet()
1102 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpadone_process_packet()
1105 (__s16) le16_to_cpup((__le16 *)(data + 10))); in xpadone_process_packet()
1107 ~(__s16) le16_to_cpup((__le16 *)(data + 12))); in xpadone_process_packet()
1111 (__s16) le16_to_cpup((__le16 *)(data + 14))); in xpadone_process_packet()
1113 ~(__s16) le16_to_cpup((__le16 *)(data + 16))); in xpadone_process_packet()
1117 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpadone_process_packet()
1119 (__u16) le16_to_cpup((__le16 *)(data + 6))); in xpadone_process_packet()
1121 (__u16) le16_to_cpup((__le16 *)(data + 8))); in xpadone_process_packet()
1124 (__u16) le16_to_cpup((__le16 *)(data + 6))); in xpadone_process_packet()
1126 (__u16) le16_to_cpup((__le16 *)(data + 8))); in xpadone_process_packet()
1129 /* Profile button has a value of 0-3, so it is reported as an axis */ in xpadone_process_packet()
1130 if (xpad->mapping & MAP_PROFILE_BUTTON) in xpadone_process_packet()
1131 input_report_abs(dev, ABS_PROFILE, data[34]); in xpadone_process_packet()
1135 if (xpad->mapping & MAP_PADDLES) { in xpadone_process_packet()
1136 if (xpad->packet_type == PKT_XBE1) { in xpadone_process_packet()
1137 /* Mute paddles if controller has a custom mapping applied. in xpadone_process_packet()
1141 if (memcmp(&data[4], &data[18], 2) != 0) in xpadone_process_packet()
1142 data[32] = 0; in xpadone_process_packet()
1144 /* OG Elite Series Controller paddle bits */ in xpadone_process_packet()
1145 input_report_key(dev, BTN_TRIGGER_HAPPY5, data[32] & BIT(1)); in xpadone_process_packet()
1146 input_report_key(dev, BTN_TRIGGER_HAPPY6, data[32] & BIT(3)); in xpadone_process_packet()
1147 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[32] & BIT(0)); in xpadone_process_packet()
1148 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[32] & BIT(2)); in xpadone_process_packet()
1149 } else if (xpad->packet_type == PKT_XBE2_FW_OLD) { in xpadone_process_packet()
1150 /* Mute paddles if controller has a custom mapping applied. in xpadone_process_packet()
1154 if (data[19] != 0) in xpadone_process_packet()
1155 data[18] = 0; in xpadone_process_packet()
1158 input_report_key(dev, BTN_TRIGGER_HAPPY5, data[18] & BIT(0)); in xpadone_process_packet()
1159 input_report_key(dev, BTN_TRIGGER_HAPPY6, data[18] & BIT(1)); in xpadone_process_packet()
1160 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[18] & BIT(2)); in xpadone_process_packet()
1161 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[18] & BIT(3)); in xpadone_process_packet()
1162 } else if (xpad->packet_type == PKT_XBE2_FW_5_EARLY) { in xpadone_process_packet()
1163 /* Mute paddles if controller has a custom mapping applied. in xpadone_process_packet()
1167 if (data[23] != 0) in xpadone_process_packet()
1168 data[22] = 0; in xpadone_process_packet()
1173 input_report_key(dev, BTN_TRIGGER_HAPPY5, data[22] & BIT(0)); in xpadone_process_packet()
1174 input_report_key(dev, BTN_TRIGGER_HAPPY6, data[22] & BIT(1)); in xpadone_process_packet()
1175 input_report_key(dev, BTN_TRIGGER_HAPPY7, data[22] & BIT(2)); in xpadone_process_packet()
1176 input_report_key(dev, BTN_TRIGGER_HAPPY8, data[22] & BIT(3)); in xpadone_process_packet()
1189 struct usb_xpad *xpad = urb->context; in xpad_irq_in()
1190 struct device *dev = &xpad->intf->dev; in xpad_irq_in()
1193 status = urb->status; in xpad_irq_in()
1199 case -ECONNRESET: in xpad_irq_in()
1200 case -ENOENT: in xpad_irq_in()
1201 case -ESHUTDOWN: in xpad_irq_in()
1203 dev_dbg(dev, "%s - urb shutting down with status: %d\n", in xpad_irq_in()
1207 dev_dbg(dev, "%s - nonzero urb status received: %d\n", in xpad_irq_in()
1212 switch (xpad->xtype) { in xpad_irq_in()
1214 xpad360_process_packet(xpad, xpad->dev, 0, xpad->idata); in xpad_irq_in()
1217 xpad360w_process_packet(xpad, 0, xpad->idata); in xpad_irq_in()
1220 xpadone_process_packet(xpad, 0, xpad->idata); in xpad_irq_in()
1223 xpad_process_packet(xpad, 0, xpad->idata); in xpad_irq_in()
1229 dev_err(dev, "%s - usb_submit_urb failed with result %d\n", in xpad_irq_in()
1233 /* Callers must hold xpad->odata_lock spinlock */
1238 if (xpad->xtype != XTYPE_XBOXONE) in xpad_prepare_next_init_packet()
1242 while (xpad->init_seq < ARRAY_SIZE(xboxone_init_packets)) { in xpad_prepare_next_init_packet()
1243 init_packet = &xboxone_init_packets[xpad->init_seq++]; in xpad_prepare_next_init_packet()
1245 if (init_packet->idVendor != 0 && in xpad_prepare_next_init_packet()
1246 init_packet->idVendor != xpad->dev->id.vendor) in xpad_prepare_next_init_packet()
1249 if (init_packet->idProduct != 0 && in xpad_prepare_next_init_packet()
1250 init_packet->idProduct != xpad->dev->id.product) in xpad_prepare_next_init_packet()
1254 memcpy(xpad->odata, init_packet->data, init_packet->len); in xpad_prepare_next_init_packet()
1255 xpad->irq_out->transfer_buffer_length = init_packet->len; in xpad_prepare_next_init_packet()
1258 xpad->odata[2] = xpad->odata_serial++; in xpad_prepare_next_init_packet()
1265 /* Callers must hold xpad->odata_lock spinlock */
1276 if (++xpad->last_out_packet >= XPAD_NUM_OUT_PACKETS) in xpad_prepare_next_out_packet()
1277 xpad->last_out_packet = 0; in xpad_prepare_next_out_packet()
1279 pkt = &xpad->out_packets[xpad->last_out_packet]; in xpad_prepare_next_out_packet()
1280 if (pkt->pending) { in xpad_prepare_next_out_packet()
1281 dev_dbg(&xpad->intf->dev, in xpad_prepare_next_out_packet()
1282 "%s - found pending output packet %d\n", in xpad_prepare_next_out_packet()
1283 __func__, xpad->last_out_packet); in xpad_prepare_next_out_packet()
1290 memcpy(xpad->odata, packet->data, packet->len); in xpad_prepare_next_out_packet()
1291 xpad->irq_out->transfer_buffer_length = packet->len; in xpad_prepare_next_out_packet()
1292 packet->pending = false; in xpad_prepare_next_out_packet()
1299 /* Callers must hold xpad->odata_lock spinlock */
1304 if (!xpad->irq_out_active && xpad_prepare_next_out_packet(xpad)) { in xpad_try_sending_next_out_packet()
1305 usb_anchor_urb(xpad->irq_out, &xpad->irq_out_anchor); in xpad_try_sending_next_out_packet()
1306 error = usb_submit_urb(xpad->irq_out, GFP_ATOMIC); in xpad_try_sending_next_out_packet()
1308 dev_err(&xpad->intf->dev, in xpad_try_sending_next_out_packet()
1309 "%s - usb_submit_urb failed with result %d\n", in xpad_try_sending_next_out_packet()
1311 usb_unanchor_urb(xpad->irq_out); in xpad_try_sending_next_out_packet()
1312 return -EIO; in xpad_try_sending_next_out_packet()
1315 xpad->irq_out_active = true; in xpad_try_sending_next_out_packet()
1323 struct usb_xpad *xpad = urb->context; in xpad_irq_out()
1324 struct device *dev = &xpad->intf->dev; in xpad_irq_out()
1325 int status = urb->status; in xpad_irq_out()
1328 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad_irq_out()
1333 xpad->irq_out_active = xpad_prepare_next_out_packet(xpad); in xpad_irq_out()
1336 case -ECONNRESET: in xpad_irq_out()
1337 case -ENOENT: in xpad_irq_out()
1338 case -ESHUTDOWN: in xpad_irq_out()
1340 dev_dbg(dev, "%s - urb shutting down with status: %d\n", in xpad_irq_out()
1342 xpad->irq_out_active = false; in xpad_irq_out()
1346 dev_dbg(dev, "%s - nonzero urb status received: %d\n", in xpad_irq_out()
1351 if (xpad->irq_out_active) { in xpad_irq_out()
1352 usb_anchor_urb(urb, &xpad->irq_out_anchor); in xpad_irq_out()
1356 "%s - usb_submit_urb failed with result %d\n", in xpad_irq_out()
1359 xpad->irq_out_active = false; in xpad_irq_out()
1369 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_output()
1372 init_usb_anchor(&xpad->irq_out_anchor); in xpad_init_output()
1374 xpad->odata = usb_alloc_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_init_output()
1375 GFP_KERNEL, &xpad->odata_dma); in xpad_init_output()
1376 if (!xpad->odata) in xpad_init_output()
1377 return -ENOMEM; in xpad_init_output()
1379 spin_lock_init(&xpad->odata_lock); in xpad_init_output()
1381 xpad->irq_out = usb_alloc_urb(0, GFP_KERNEL); in xpad_init_output()
1382 if (!xpad->irq_out) { in xpad_init_output()
1383 error = -ENOMEM; in xpad_init_output()
1387 usb_fill_int_urb(xpad->irq_out, xpad->udev, in xpad_init_output()
1388 usb_sndintpipe(xpad->udev, ep_irq_out->bEndpointAddress), in xpad_init_output()
1389 xpad->odata, XPAD_PKT_LEN, in xpad_init_output()
1390 xpad_irq_out, xpad, ep_irq_out->bInterval); in xpad_init_output()
1391 xpad->irq_out->transfer_dma = xpad->odata_dma; in xpad_init_output()
1392 xpad->irq_out->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; in xpad_init_output()
1397 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, xpad->odata, xpad->odata_dma); in xpad_init_output()
1403 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_stop_output()
1404 if (!usb_wait_anchor_empty_timeout(&xpad->irq_out_anchor, in xpad_stop_output()
1406 dev_warn(&xpad->intf->dev, in xpad_stop_output()
1408 usb_kill_anchored_urbs(&xpad->irq_out_anchor); in xpad_stop_output()
1415 if (xpad->xtype != XTYPE_UNKNOWN) { in xpad_deinit_output()
1416 usb_free_urb(xpad->irq_out); in xpad_deinit_output()
1417 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_deinit_output()
1418 xpad->odata, xpad->odata_dma); in xpad_deinit_output()
1425 &xpad->out_packets[XPAD_OUT_CMD_IDX]; in xpad_inquiry_pad_presence()
1427 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad_inquiry_pad_presence()
1429 packet->data[0] = 0x08; in xpad_inquiry_pad_presence()
1430 packet->data[1] = 0x00; in xpad_inquiry_pad_presence()
1431 packet->data[2] = 0x0F; in xpad_inquiry_pad_presence()
1432 packet->data[3] = 0xC0; in xpad_inquiry_pad_presence()
1433 packet->data[4] = 0x00; in xpad_inquiry_pad_presence()
1434 packet->data[5] = 0x00; in xpad_inquiry_pad_presence()
1435 packet->data[6] = 0x00; in xpad_inquiry_pad_presence()
1436 packet->data[7] = 0x00; in xpad_inquiry_pad_presence()
1437 packet->data[8] = 0x00; in xpad_inquiry_pad_presence()
1438 packet->data[9] = 0x00; in xpad_inquiry_pad_presence()
1439 packet->data[10] = 0x00; in xpad_inquiry_pad_presence()
1440 packet->data[11] = 0x00; in xpad_inquiry_pad_presence()
1441 packet->len = 12; in xpad_inquiry_pad_presence()
1442 packet->pending = true; in xpad_inquiry_pad_presence()
1445 xpad->last_out_packet = -1; in xpad_inquiry_pad_presence()
1453 if (usb_ifnum_to_if(xpad->udev, GIP_WIRED_INTF_AUDIO)) { in xpad_start_xbox_one()
1457 * Controller for Series X|S (0x20d6:0x200e) to report the in xpad_start_xbox_one()
1460 error = usb_set_interface(xpad->udev, in xpad_start_xbox_one()
1463 dev_warn(&xpad->dev->dev, in xpad_start_xbox_one()
1468 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad_start_xbox_one()
1475 xpad->init_seq = 0; in xpad_start_xbox_one()
1482 &xpad->out_packets[XPAD_OUT_CMD_IDX]; in xpadone_ack_mode_report()
1488 guard(spinlock_irqsave)(&xpad->odata_lock); in xpadone_ack_mode_report()
1490 packet->len = sizeof(mode_report_ack); in xpadone_ack_mode_report()
1491 memcpy(packet->data, mode_report_ack, packet->len); in xpadone_ack_mode_report()
1492 packet->data[2] = seq_num; in xpadone_ack_mode_report()
1493 packet->pending = true; in xpadone_ack_mode_report()
1496 xpad->last_out_packet = -1; in xpadone_ack_mode_report()
1501 static int xpad_play_effect(struct input_dev *dev, void *data, struct ff_effect *effect) in xpad_play_effect() argument
1504 struct xpad_output_packet *packet = &xpad->out_packets[XPAD_OUT_FF_IDX]; in xpad_play_effect()
1508 if (effect->type != FF_RUMBLE) in xpad_play_effect()
1511 strong = effect->u.rumble.strong_magnitude; in xpad_play_effect()
1512 weak = effect->u.rumble.weak_magnitude; in xpad_play_effect()
1514 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad_play_effect()
1516 switch (xpad->xtype) { in xpad_play_effect()
1518 packet->data[0] = 0x00; in xpad_play_effect()
1519 packet->data[1] = 0x06; in xpad_play_effect()
1520 packet->data[2] = 0x00; in xpad_play_effect()
1521 packet->data[3] = strong / 256; /* left actuator */ in xpad_play_effect()
1522 packet->data[4] = 0x00; in xpad_play_effect()
1523 packet->data[5] = weak / 256; /* right actuator */ in xpad_play_effect()
1524 packet->len = 6; in xpad_play_effect()
1525 packet->pending = true; in xpad_play_effect()
1529 packet->data[0] = 0x00; in xpad_play_effect()
1530 packet->data[1] = 0x08; in xpad_play_effect()
1531 packet->data[2] = 0x00; in xpad_play_effect()
1532 packet->data[3] = strong / 256; /* left actuator? */ in xpad_play_effect()
1533 packet->data[4] = weak / 256; /* right actuator? */ in xpad_play_effect()
1534 packet->data[5] = 0x00; in xpad_play_effect()
1535 packet->data[6] = 0x00; in xpad_play_effect()
1536 packet->data[7] = 0x00; in xpad_play_effect()
1537 packet->len = 8; in xpad_play_effect()
1538 packet->pending = true; in xpad_play_effect()
1542 packet->data[0] = 0x00; in xpad_play_effect()
1543 packet->data[1] = 0x01; in xpad_play_effect()
1544 packet->data[2] = 0x0F; in xpad_play_effect()
1545 packet->data[3] = 0xC0; in xpad_play_effect()
1546 packet->data[4] = 0x00; in xpad_play_effect()
1547 packet->data[5] = strong / 256; in xpad_play_effect()
1548 packet->data[6] = weak / 256; in xpad_play_effect()
1549 packet->data[7] = 0x00; in xpad_play_effect()
1550 packet->data[8] = 0x00; in xpad_play_effect()
1551 packet->data[9] = 0x00; in xpad_play_effect()
1552 packet->data[10] = 0x00; in xpad_play_effect()
1553 packet->data[11] = 0x00; in xpad_play_effect()
1554 packet->len = 12; in xpad_play_effect()
1555 packet->pending = true; in xpad_play_effect()
1559 packet->data[0] = GIP_CMD_RUMBLE; /* activate rumble */ in xpad_play_effect()
1560 packet->data[1] = 0x00; in xpad_play_effect()
1561 packet->data[2] = xpad->odata_serial++; in xpad_play_effect()
1562 packet->data[3] = GIP_PL_LEN(9); in xpad_play_effect()
1563 packet->data[4] = 0x00; in xpad_play_effect()
1564 packet->data[5] = GIP_MOTOR_ALL; in xpad_play_effect()
1565 packet->data[6] = 0x00; /* left trigger */ in xpad_play_effect()
1566 packet->data[7] = 0x00; /* right trigger */ in xpad_play_effect()
1567 packet->data[8] = strong / 512; /* left actuator */ in xpad_play_effect()
1568 packet->data[9] = weak / 512; /* right actuator */ in xpad_play_effect()
1569 packet->data[10] = 0xFF; /* on period */ in xpad_play_effect()
1570 packet->data[11] = 0x00; /* off period */ in xpad_play_effect()
1571 packet->data[12] = 0xFF; /* repeat count */ in xpad_play_effect()
1572 packet->len = 13; in xpad_play_effect()
1573 packet->pending = true; in xpad_play_effect()
1577 dev_dbg(&xpad->dev->dev, in xpad_play_effect()
1578 "%s - rumble command sent to unsupported xpad type: %d\n", in xpad_play_effect()
1579 __func__, xpad->xtype); in xpad_play_effect()
1580 return -EINVAL; in xpad_play_effect()
1588 if (xpad->xtype == XTYPE_UNKNOWN) in xpad_init_ff()
1591 input_set_capability(xpad->dev, EV_FF, FF_RUMBLE); in xpad_init_ff()
1593 return input_ff_create_memless(xpad->dev, NULL, xpad_play_effect); in xpad_init_ff()
1617 * 2: 1/top-left blink, then on
1618 * 3: 2/top-right blink, then on
1619 * 4: 3/bottom-left blink, then on
1620 * 5: 4/bottom-right blink, then on
1621 * 6: 1/top-left on
1622 * 7: 2/top-right on
1623 * 8: 3/bottom-left on
1624 * 9: 4/bottom-right on
1635 &xpad->out_packets[XPAD_OUT_LED_IDX]; in xpad_send_led_command()
1639 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad_send_led_command()
1641 switch (xpad->xtype) { in xpad_send_led_command()
1643 packet->data[0] = 0x01; in xpad_send_led_command()
1644 packet->data[1] = 0x03; in xpad_send_led_command()
1645 packet->data[2] = command; in xpad_send_led_command()
1646 packet->len = 3; in xpad_send_led_command()
1647 packet->pending = true; in xpad_send_led_command()
1651 packet->data[0] = 0x00; in xpad_send_led_command()
1652 packet->data[1] = 0x00; in xpad_send_led_command()
1653 packet->data[2] = 0x08; in xpad_send_led_command()
1654 packet->data[3] = 0x40 + command; in xpad_send_led_command()
1655 packet->data[4] = 0x00; in xpad_send_led_command()
1656 packet->data[5] = 0x00; in xpad_send_led_command()
1657 packet->data[6] = 0x00; in xpad_send_led_command()
1658 packet->data[7] = 0x00; in xpad_send_led_command()
1659 packet->data[8] = 0x00; in xpad_send_led_command()
1660 packet->data[9] = 0x00; in xpad_send_led_command()
1661 packet->data[10] = 0x00; in xpad_send_led_command()
1662 packet->data[11] = 0x00; in xpad_send_led_command()
1663 packet->len = 12; in xpad_send_led_command()
1664 packet->pending = true; in xpad_send_led_command()
1677 led_set_brightness(&xpad->led->led_cdev, (xpad->pad_nr % 4) + 2); in xpad_identify_controller()
1686 xpad_send_led_command(xpad_led->xpad, value); in xpad_led_set()
1695 if (xpad->xtype != XTYPE_XBOX360 && xpad->xtype != XTYPE_XBOX360W) in xpad_led_probe()
1698 xpad->led = led = kzalloc(sizeof(*led), GFP_KERNEL); in xpad_led_probe()
1700 return -ENOMEM; in xpad_led_probe()
1702 xpad->pad_nr = ida_alloc(&xpad_pad_seq, GFP_KERNEL); in xpad_led_probe()
1703 if (xpad->pad_nr < 0) { in xpad_led_probe()
1704 error = xpad->pad_nr; in xpad_led_probe()
1708 snprintf(led->name, sizeof(led->name), "xpad%d", xpad->pad_nr); in xpad_led_probe()
1709 led->xpad = xpad; in xpad_led_probe()
1711 led_cdev = &led->led_cdev; in xpad_led_probe()
1712 led_cdev->name = led->name; in xpad_led_probe()
1713 led_cdev->brightness_set = xpad_led_set; in xpad_led_probe()
1714 led_cdev->flags = LED_CORE_SUSPENDRESUME; in xpad_led_probe()
1716 error = led_classdev_register(&xpad->udev->dev, led_cdev); in xpad_led_probe()
1725 ida_free(&xpad_pad_seq, xpad->pad_nr); in xpad_led_probe()
1728 xpad->led = NULL; in xpad_led_probe()
1734 struct xpad_led *xpad_led = xpad->led; in xpad_led_disconnect()
1737 led_classdev_unregister(&xpad_led->led_cdev); in xpad_led_disconnect()
1738 ida_free(&xpad_pad_seq, xpad->pad_nr); in xpad_led_disconnect()
1751 if (usb_submit_urb(xpad->irq_in, GFP_KERNEL)) in xpad_start_input()
1752 return -EIO; in xpad_start_input()
1754 if (xpad->xtype == XTYPE_XBOXONE) { in xpad_start_input()
1757 usb_kill_urb(xpad->irq_in); in xpad_start_input()
1761 if (xpad->xtype == XTYPE_XBOX360) { in xpad_start_input()
1763 * Some third-party controllers Xbox 360-style controllers in xpad_start_input()
1768 error = usb_control_msg_recv(xpad->udev, 0, in xpad_start_input()
1778 dev_warn(&xpad->dev->dev, in xpad_start_input()
1788 usb_kill_urb(xpad->irq_in); in xpad_stop_input()
1794 &xpad->out_packets[XPAD_OUT_CMD_IDX]; in xpad360w_poweroff_controller()
1796 guard(spinlock_irqsave)(&xpad->odata_lock); in xpad360w_poweroff_controller()
1798 packet->data[0] = 0x00; in xpad360w_poweroff_controller()
1799 packet->data[1] = 0x00; in xpad360w_poweroff_controller()
1800 packet->data[2] = 0x08; in xpad360w_poweroff_controller()
1801 packet->data[3] = 0xC0; in xpad360w_poweroff_controller()
1802 packet->data[4] = 0x00; in xpad360w_poweroff_controller()
1803 packet->data[5] = 0x00; in xpad360w_poweroff_controller()
1804 packet->data[6] = 0x00; in xpad360w_poweroff_controller()
1805 packet->data[7] = 0x00; in xpad360w_poweroff_controller()
1806 packet->data[8] = 0x00; in xpad360w_poweroff_controller()
1807 packet->data[9] = 0x00; in xpad360w_poweroff_controller()
1808 packet->data[10] = 0x00; in xpad360w_poweroff_controller()
1809 packet->data[11] = 0x00; in xpad360w_poweroff_controller()
1810 packet->len = 12; in xpad360w_poweroff_controller()
1811 packet->pending = true; in xpad360w_poweroff_controller()
1814 xpad->last_out_packet = -1; in xpad360w_poweroff_controller()
1822 error = usb_submit_urb(xpad->irq_in, GFP_KERNEL); in xpad360w_start_input()
1824 return -EIO; in xpad360w_start_input()
1828 * This will force the controller to resend connection packets. in xpad360w_start_input()
1835 usb_kill_urb(xpad->irq_in); in xpad360w_start_input()
1844 usb_kill_urb(xpad->irq_in); in xpad360w_stop_input()
1847 flush_work(&xpad->work); in xpad360w_stop_input()
1873 input_set_abs_params(input_dev, abs, -32768, 32767, 16, 128); in xpad_set_up_abs()
1877 if (xpad->xtype == XTYPE_XBOXONE) in xpad_set_up_abs()
1883 case ABS_HAT0Y: /* the d-pad (only if dpad is mapped to axes */ in xpad_set_up_abs()
1884 input_set_abs_params(input_dev, abs, -1, 1, 0, 0); in xpad_set_up_abs()
1897 if (xpad->input_created) { in xpad_deinit_input()
1898 xpad->input_created = false; in xpad_deinit_input()
1900 input_unregister_device(xpad->dev); in xpad_deinit_input()
1911 return -ENOMEM; in xpad_init_input()
1913 xpad->dev = input_dev; in xpad_init_input()
1914 input_dev->name = xpad->name; in xpad_init_input()
1915 input_dev->phys = xpad->phys; in xpad_init_input()
1916 usb_to_input_id(xpad->udev, &input_dev->id); in xpad_init_input()
1918 if (xpad->xtype == XTYPE_XBOX360W) { in xpad_init_input()
1920 input_dev->id.product = 0x02a1; in xpad_init_input()
1923 input_dev->dev.parent = &xpad->intf->dev; in xpad_init_input()
1927 if (xpad->xtype != XTYPE_XBOX360W) { in xpad_init_input()
1928 input_dev->open = xpad_open; in xpad_init_input()
1929 input_dev->close = xpad_close; in xpad_init_input()
1932 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad_init_input()
1942 /* set up model-specific ones */ in xpad_init_input()
1943 if (xpad->xtype == XTYPE_XBOX360 || xpad->xtype == XTYPE_XBOX360W || in xpad_init_input()
1944 xpad->xtype == XTYPE_XBOXONE) { in xpad_init_input()
1947 if (xpad->mapping & MAP_SELECT_BUTTON) in xpad_init_input()
1954 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_init_input()
1960 /* set up paddles if the controller has them */ in xpad_init_input()
1961 if (xpad->mapping & MAP_PADDLES) { in xpad_init_input()
1972 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad_init_input()
1973 xpad->xtype == XTYPE_XBOX360W) { in xpad_init_input()
1978 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { in xpad_init_input()
1988 if (xpad->mapping & MAP_PROFILE_BUTTON) in xpad_init_input()
1999 error = input_register_device(xpad->dev); in xpad_init_input()
2003 xpad->input_created = true; in xpad_init_input()
2022 if (intf->cur_altsetting->desc.bNumEndpoints != 2) in xpad_probe()
2023 return -ENODEV; in xpad_probe()
2026 if ((le16_to_cpu(udev->descriptor.idVendor) == xpad_device[i].idVendor) && in xpad_probe()
2027 (le16_to_cpu(udev->descriptor.idProduct) == xpad_device[i].idProduct)) in xpad_probe()
2033 return -ENOMEM; in xpad_probe()
2035 usb_make_path(udev, xpad->phys, sizeof(xpad->phys)); in xpad_probe()
2036 strlcat(xpad->phys, "/input0", sizeof(xpad->phys)); in xpad_probe()
2038 xpad->idata = usb_alloc_coherent(udev, XPAD_PKT_LEN, in xpad_probe()
2039 GFP_KERNEL, &xpad->idata_dma); in xpad_probe()
2040 if (!xpad->idata) { in xpad_probe()
2041 error = -ENOMEM; in xpad_probe()
2045 xpad->irq_in = usb_alloc_urb(0, GFP_KERNEL); in xpad_probe()
2046 if (!xpad->irq_in) { in xpad_probe()
2047 error = -ENOMEM; in xpad_probe()
2051 xpad->udev = udev; in xpad_probe()
2052 xpad->intf = intf; in xpad_probe()
2053 xpad->mapping = xpad_device[i].mapping; in xpad_probe()
2054 xpad->xtype = xpad_device[i].xtype; in xpad_probe()
2055 xpad->name = xpad_device[i].name; in xpad_probe()
2056 xpad->packet_type = PKT_XB; in xpad_probe()
2057 INIT_WORK(&xpad->work, xpad_presence_work); in xpad_probe()
2059 if (xpad->xtype == XTYPE_UNKNOWN) { in xpad_probe()
2060 if (intf->cur_altsetting->desc.bInterfaceClass == USB_CLASS_VENDOR_SPEC) { in xpad_probe()
2061 if (intf->cur_altsetting->desc.bInterfaceProtocol == 129) in xpad_probe()
2062 xpad->xtype = XTYPE_XBOX360W; in xpad_probe()
2063 else if (intf->cur_altsetting->desc.bInterfaceProtocol == 208) in xpad_probe()
2064 xpad->xtype = XTYPE_XBOXONE; in xpad_probe()
2066 xpad->xtype = XTYPE_XBOX360; in xpad_probe()
2068 xpad->xtype = XTYPE_XBOX; in xpad_probe()
2072 xpad->mapping |= MAP_DPAD_TO_BUTTONS; in xpad_probe()
2074 xpad->mapping |= MAP_TRIGGERS_TO_BUTTONS; in xpad_probe()
2076 xpad->mapping |= MAP_STICKS_TO_NULL; in xpad_probe()
2079 if (xpad->xtype == XTYPE_XBOXONE && in xpad_probe()
2080 intf->cur_altsetting->desc.bInterfaceNumber != GIP_WIRED_INTF_DATA) { in xpad_probe()
2082 * The Xbox One controller lists three interfaces all with the in xpad_probe()
2086 error = -ENODEV; in xpad_probe()
2094 &intf->cur_altsetting->endpoint[i].desc; in xpad_probe()
2105 error = -ENODEV; in xpad_probe()
2113 usb_fill_int_urb(xpad->irq_in, udev, in xpad_probe()
2114 usb_rcvintpipe(udev, ep_irq_in->bEndpointAddress), in xpad_probe()
2115 xpad->idata, XPAD_PKT_LEN, xpad_irq_in, in xpad_probe()
2116 xpad, ep_irq_in->bInterval); in xpad_probe()
2117 xpad->irq_in->transfer_dma = xpad->idata_dma; in xpad_probe()
2118 xpad->irq_in->transfer_flags |= URB_NO_TRANSFER_DMA_MAP; in xpad_probe()
2123 if (le16_to_cpu(udev->descriptor.idVendor) == 0x045e) { /* Microsoft controllers */ in xpad_probe()
2124 if (le16_to_cpu(udev->descriptor.idProduct) == 0x02e3) { in xpad_probe()
2125 /* The original elite controller always uses the oldest in xpad_probe()
2128 xpad->packet_type = PKT_XBE1; in xpad_probe()
2129 } else if (le16_to_cpu(udev->descriptor.idProduct) == 0x0b00) { in xpad_probe()
2130 /* The elite 2 controller has seen multiple packet in xpad_probe()
2134 if (le16_to_cpu(udev->descriptor.bcdDevice) < 0x0500) { in xpad_probe()
2138 xpad->packet_type = PKT_XBE2_FW_OLD; in xpad_probe()
2139 } else if (le16_to_cpu(udev->descriptor.bcdDevice) < in xpad_probe()
2144 xpad->packet_type = PKT_XBE2_FW_5_EARLY; in xpad_probe()
2149 xpad->packet_type = PKT_XBE2_FW_5_11; in xpad_probe()
2154 if (xpad->xtype == XTYPE_XBOX360W) { in xpad_probe()
2159 * exactly the message that a controller has arrived that in xpad_probe()
2172 udev->quirks |= USB_QUIRK_RESET_RESUME; in xpad_probe()
2183 usb_free_urb(xpad->irq_in); in xpad_probe()
2185 usb_free_coherent(udev, XPAD_PKT_LEN, xpad->idata, xpad->idata_dma); in xpad_probe()
2195 if (xpad->xtype == XTYPE_XBOX360W) in xpad_disconnect()
2208 usb_free_urb(xpad->irq_in); in xpad_disconnect()
2209 usb_free_coherent(xpad->udev, XPAD_PKT_LEN, in xpad_disconnect()
2210 xpad->idata, xpad->idata_dma); in xpad_disconnect()
2220 struct input_dev *input = xpad->dev; in xpad_suspend()
2222 if (xpad->xtype == XTYPE_XBOX360W) { in xpad_suspend()
2225 * they are notified when controller shows up in xpad_suspend()
2236 if (auto_poweroff && xpad->pad_present) in xpad_suspend()
2239 guard(mutex)(&input->mutex); in xpad_suspend()
2253 struct input_dev *input = xpad->dev; in xpad_resume()
2255 if (xpad->xtype == XTYPE_XBOX360W) in xpad_resume()
2258 guard(mutex)(&input->mutex); in xpad_resume()
2263 if (xpad->xtype == XTYPE_XBOXONE) { in xpad_resume()
2286 MODULE_AUTHOR("Marko Friedemann <mfr@bmx-chemnitz.de>");