Lines Matching +full:10 +full:base +full:- +full:te
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 },
146 { 0x045e, 0x0202, "Microsoft X-Box pad v1 (US)", 0, XTYPE_XBOX },
147 { 0x045e, 0x0285, "Microsoft X-Box pad (Japan)", 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 },
171 { 0x056e, 0x2004, "Elecom JC-U3613M", 0, XTYPE_XBOX360 },
173 { 0x05fd, 0x107a, "InterAct 'PowerPad Pro' X-Box pad (Germany)", 0, XTYPE_XBOX },
203 { 0x0738, 0x4a01, "Mad Catz FightStick TE 2", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOXONE },
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 },
212 { 0x0738, 0xf738, "Super SFIV FightStick TE S", 0, XTYPE_XBOX360 },
220 { 0x0c12, 0x880a, "Pelican Eclipse PL-2023", 0, XTYPE_XBOX },
222 { 0x0c12, 0x9902, "HAMA VibraX - *FAULTY HARDWARE*", 0, XTYPE_XBOX },
249 { 0x0e6f, 0x0201, "Pelican PL-3601 'TSZ' Wired Xbox 360 Controller", 0, XTYPE_XBOX360 },
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 },
261 { 0x0e6f, 0x02ad, "PDP Wired Controller for Xbox One - Stealth Series", 0, XTYPE_XBOXONE },
291 { 0x11c9, 0x55f0, "Nacon GC-100XF", 0, XTYPE_XBOX360 },
298 { 0x1430, 0x4748, "RedOctane Guitar Hero X-plorer", 0, XTYPE_XBOX360 },
309 { 0x162e, 0xbeef, "Joytech Neo-Se Take2", 0, XTYPE_XBOX360 },
330 { 0x1bad, 0xf038, "Street Fighter IV FightStick TE", 0, XTYPE_XBOX360 },
331 { 0x1bad, 0xf039, "Mad Catz MvC2 TE", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
333 …{ 0x1bad, 0xf03d, "Street Fighter IV Arcade Stick TE - Chun Li", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XB…
334 { 0x1bad, 0xf03e, "Mad Catz MLG FightStick TE", MAP_TRIGGERS_TO_BUTTONS, XTYPE_XBOX360 },
350 { 0x1bad, 0xfd00, "Razer Onza TE", 0, XTYPE_XBOX360 },
367 { 0x24c6, 0x5501, "Hori Real Arcade Pro VX-SA", 0, XTYPE_XBOX360 },
383 { 0x294b, 0x3303, "Snakebyte GAMEPAD BASE X", 0, XTYPE_XBOXONE },
391 { 0x2e24, 0x0652, "Hyperkin Duke X-Box One pad", 0, XTYPE_XBOXONE },
392 { 0x2e24, 0x1688, "Hyperkin X91 X-Box One pad", 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
444 -1
450 -1 /* terminating entry */
455 ABS_HAT0X, ABS_HAT0Y, /* d-pad axes */
456 -1 /* terminating entry */
462 -1
469 -1 /* terminating entry */
473 * Xbox 360 has a vendor-specific class, so we cannot match it with only
501 * macros - XPAD_XBOX360_VENDOR and XPAD_XBOXONE_VENDOR.
503 { USB_INTERFACE_INFO('X', 'B', 0) }, /* Xbox USB-IF not-approved class */
512 XPAD_XBOX360_VENDOR(0x046d), /* Logitech Xbox 360-style controllers */
513 XPAD_XBOX360_VENDOR(0x056e), /* Elecom JC-U3613M */
517 XPAD_XBOXONE_VENDOR(0x0738), /* Mad Catz FightStick TE 2 */
520 XPAD_XBOX360_VENDOR(0x0c12), /* Zeroplus X-Box 360 controllers */
521 XPAD_XBOX360_VENDOR(0x0db0), /* Micro Star International X-Box 360 controllers */
560 XPAD_XBOX360_VENDOR(0x3285), /* Nacon GC-100 */
561 XPAD_XBOXONE_VENDOR(0x3285), /* Nacon Evol-X */
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
772 int mapping; /* map d-pad to buttons or to axes */
793 * http://euc.jp/periphs/xbox-controller.ja.html
797 struct input_dev *dev = xpad->dev; in xpad_process_packet()
799 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { 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()
818 input_report_abs(dev, ABS_Z, data[10]); in xpad_process_packet()
823 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { 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()
874 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { 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()
913 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpad360_process_packet()
922 (__s16) le16_to_cpup((__le16 *)(data + 10))); in xpad360_process_packet()
928 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { 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()
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()
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
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()
1015 dev = rcu_dereference(xpad->x360w_dev); in xpad360w_process_packet()
1032 struct input_dev *dev = xpad->dev; in xpadone_process_packet()
1051 if (xpad->packet_type == PKT_XBE2_FW_5_11) { in xpadone_process_packet()
1071 if (xpad->mapping & MAP_SELECT_BUTTON) in xpadone_process_packet()
1081 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { 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()
1102 if (!(xpad->mapping & MAP_STICKS_TO_NULL)) { in xpadone_process_packet()
1105 (__s16) le16_to_cpup((__le16 *)(data + 10))); in xpadone_process_packet()
1117 if (xpad->mapping & MAP_TRIGGERS_TO_BUTTONS) { 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()
1135 if (xpad->mapping & MAP_PADDLES) { in xpadone_process_packet()
1136 if (xpad->packet_type == PKT_XBE1) { in xpadone_process_packet()
1149 } else if (xpad->packet_type == PKT_XBE2_FW_OLD) { in xpadone_process_packet()
1162 } else if (xpad->packet_type == PKT_XBE2_FW_5_EARLY) { 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()
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()
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
1625 * 10: rotate
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()
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()
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()
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()
2128 xpad->packet_type = PKT_XBE1; in xpad_probe()
2129 } else if (le16_to_cpu(udev->descriptor.idProduct) == 0x0b00) { 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()
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()
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>");