Home
last modified time | relevance | path

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

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