Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/input/joystick/
Dxpad.c99 static bool sticks_to_null; variable
100 module_param(sticks_to_null, bool, S_IRUGO);
101 MODULE_PARM_DESC(sticks_to_null, "Do not map sticks at all for unknown pads");
1774 if (sticks_to_null) in xpad_probe()