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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/joystick/
H A Dxpad.c70 * - pass the module paramater 'dpad_to_buttons' to force
101 static int dpad_to_buttons; variable
102 module_param(dpad_to_buttons, bool, S_IRUGO);
103 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
828 if (dpad_to_buttons)

Completed in 89 milliseconds