Lines Matching refs:MAP_DPAD_TO_BUTTONS

93 #define MAP_DPAD_TO_BUTTONS		(1 << 0)  macro
96 #define DANCEPAD_MAP_CONFIG (MAP_DPAD_TO_BUTTONS | \
141 { 0x045e, 0x0291, "Xbox 360 Wireless Receiver (XBOX)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
146 { 0x045e, 0x0719, "Xbox 360 Wireless Receiver", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360W },
172 { 0x0738, 0x4540, "Mad Catz Beat Pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
176 { 0x0738, 0x45ff, "Mad Catz Beat Pad (w/ Handle)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
184 { 0x0738, 0x4743, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
187 { 0x0738, 0x6040, "Mad Catz Beat Pad Pro", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
204 { 0x0d2f, 0x0002, "Andamiro Pump It Up pad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
213 { 0x0e6f, 0x0105, "HSM3 Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
256 { 0x12ab, 0x0004, "Honey Bee Xbox360 dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
259 { 0x12ab, 0x8809, "Xbox DDR dancepad", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
261 { 0x1430, 0x8888, "TX6500+ Dance Pad (first generation)", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX },
275 { 0x1bad, 0x0003, "Harmonix Rock Band Drumkit", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
276 { 0x1bad, 0x0130, "Ion Drum Rocker", MAP_DPAD_TO_BUTTONS, XTYPE_XBOX360 },
636 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_process_packet()
686 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad360_process_packet()
700 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad360_process_packet()
858 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpadone_process_packet()
1665 if (xpad->mapping & MAP_DPAD_TO_BUTTONS) { in xpad_init_input()
1677 if (!(xpad->mapping & MAP_DPAD_TO_BUTTONS) || in xpad_init_input()
1772 xpad->mapping |= MAP_DPAD_TO_BUTTONS; in xpad_probe()