Home
last modified time | relevance | path

Searched refs:dpad_to_buttons (Results 1 – 1 of 1) sorted by relevance

/drivers/input/joystick/
Dxpad.c92 static bool dpad_to_buttons; variable
93 module_param(dpad_to_buttons, bool, S_IRUGO);
94 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
1825 if (dpad_to_buttons) in xpad_probe()