Searched refs:dpad_to_buttons (Results 1 – 2 of 2) sorted by relevance
25 pads" (module option dpad_to_buttons)27 If you set dpad_to_buttons to N and you are using an unknown device32 dpad_to_buttons has no effect for known pads. A erroneous commit message33 claimed dpad_to_buttons could be used to force behavior on known devices.34 This is not true. Both dpad_to_buttons and triggers_to_buttons only affect82 work UNLESS you set "dpad_to_buttons" to 1 in the module configuration.150 the module option 'dpad_to_buttons'.
103 static bool dpad_to_buttons; variable104 module_param(dpad_to_buttons, bool, S_IRUGO);105 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");1255 if (dpad_to_buttons) in xpad_probe()