[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20090220141505.d1d53e4b.akpm@linux-foundation.org>
Date: Fri, 20 Feb 2009 14:15:05 -0800
From: Andrew Morton <akpm@...ux-foundation.org>
To: Felipe Balbi <me@...ipebalbi.com>
Cc: linux-kernel@...r.kernel.org, linux-input@...r.kernel.org,
dmitry.torokhov@...il.com, felipe.balbi@...ia.com
Subject: Re: [PATCH] input: keyboard: introduce lm8323 driver
On Thu, 19 Feb 2009 14:31:17 +0200
Felipe Balbi <me@...ipebalbi.com> wrote:
> +struct lm8323_platform_data {
> + int debounce_time; /* Time to watch for key bouncing, in ms. */
> + int active_time; /* Idle time until sleep, in ms. */
> +
> + int size_x;
> + int size_y;
> + int repeat : 1;
lm8323_platform_data.repeat appears to be never-written-to?
--
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