Searched refs:dpad_to_buttons (Results 1 – 2 of 2) sorted by relevance
29 pads" (module option dpad_to_buttons)31 If you set dpad_to_buttons to N and you are using an unknown device36 dpad_to_buttons has no effect for known pads. A erroneous commit message37 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 affect89 work UNLESS you set "dpad_to_buttons" to 1 in the module configuration.178 the module option 'dpad_to_buttons'.
107 static bool dpad_to_buttons; variable108 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");2047 if (dpad_to_buttons) in xpad_probe()