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

/linux-master/drivers/input/joystick/
H A Dxpad.c111 static bool triggers_to_buttons; variable
112 module_param(triggers_to_buttons, bool, S_IRUGO);
113 MODULE_PARM_DESC(triggers_to_buttons, "Map triggers to buttons rather than axes for unknown pads");
2065 if (triggers_to_buttons)

Completed in 318 milliseconds