Home
last modified time | relevance | path

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

/openbmc/linux/Documentation/input/devices/
H A Dxpad.rst29 pads" (module option dpad_to_buttons)
31 If you set dpad_to_buttons to N and you are using an unknown device
36 dpad_to_buttons has no effect for known pads. A erroneous commit message
37 claimed dpad_to_buttons could be used to force behavior on known devices.
38 This is not true. Both dpad_to_buttons and triggers_to_buttons only affect
89 work UNLESS you set "dpad_to_buttons" to 1 in the module configuration.
178 the module option 'dpad_to_buttons'.
/openbmc/linux/drivers/input/joystick/
H A Dxpad.c107 static bool dpad_to_buttons; variable
108 module_param(dpad_to_buttons, bool, S_IRUGO);
109 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
2058 if (dpad_to_buttons) in xpad_probe()