Home
last modified time | relevance | path

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

/linux-6.15/drivers/input/joystick/
H A Dxpad.c116 static bool sticks_to_null; variable
117 module_param(sticks_to_null, bool, S_IRUGO);
118 MODULE_PARM_DESC(sticks_to_null, "Do not map sticks at all for unknown pads");
2091 if (sticks_to_null) in xpad_probe()