Home
last modified time | relevance | path

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

/linux-4.4.14/Documentation/input/
Dxpad.txt25 pads" (module option dpad_to_buttons)
27 If you set dpad_to_buttons to N and you are using an unknown device
32 dpad_to_buttons has no effect for known pads. A erroneous commit message
33 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 affect
82 work UNLESS you set "dpad_to_buttons" to 1 in the module configuration.
150 the module option 'dpad_to_buttons'.
/linux-4.4.14/drivers/input/joystick/
Dxpad.c103 static bool dpad_to_buttons; variable
104 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()