Re: [linux-usb-devel] [PATCH 2.6.17.11] xpad: dance pad support

From: Dmitry Torokhov
Date: Thu Sep 21 2006 - 11:41:00 EST


On 9/21/06, Adam Buchbinder <adam.buchbinder@xxxxxxxxx> wrote:
+
+static int dpad_to_buttons = 0;
+module_param(dpad_to_buttons, bool, S_IRUGO);
+MODULE_PARM_DESC(dpad_to_buttons, "Map D-PAD to buttons rather than axes for unknown pads");

There is no need to initialize dpad_to_buttons to 0, it already is.
Oherwise you may add:

Acked-by: Dmitry Torokhov <dtor@xxxxxxx>

--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/