[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <d120d5000609210840v3bbc2758t66cef4ff7b499089@mail.gmail.com>
Date: Thu, 21 Sep 2006 11:40:40 -0400
From: "Dmitry Torokhov" <dtor@...ightbb.com>
To: "Adam Buchbinder" <adam.buchbinder@...il.com>
Cc: greg@...ah.com, linux-input@...ey.karlin.mff.cuni.cz,
linux-kernel@...r.kernel.org, linux-usb-devel@...ts.sourceforge.net
Subject: Re: [linux-usb-devel] [PATCH 2.6.17.11] xpad: dance pad support
On 9/21/06, Adam Buchbinder <adam.buchbinder@...il.com> 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@...l.ru>
--
Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists