Home
last modified time | relevance | path

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

/drivers/input/joystick/
Dxpad.c95 static bool triggers_to_buttons; variable
96 module_param(triggers_to_buttons, bool, S_IRUGO);
97 MODULE_PARM_DESC(triggers_to_buttons, "Map triggers to buttons rather than axes for unknown pads");
1758 if (triggers_to_buttons) in xpad_probe()