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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/input/joystick/
H A Dxpad.c67 * - pass the module paramater 'dpad_to_buttons' to force
91 static int dpad_to_buttons; variable
92 module_param(dpad_to_buttons, bool, S_IRUGO);
93 MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");
339 xpad->dpad_mapping = dpad_to_buttons;

Completed in 88 milliseconds