lkml.org 
[lkml]   [2009]   [Feb]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] input: keyboard: introduce lm8323 driver
On Fri, Feb 20, 2009 at 02:15:05PM -0800, Andrew Morton wrote:
> On Thu, 19 Feb 2009 14:31:17 +0200
> Felipe Balbi <me@felipebalbi.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?

Nobody is using that yet, still it's used in the driver:
if (pdata->repeat)
__set_bit(EV_REP, idev->evbit);

Also, those spaces around : should vanish. Want me to resend the whole
patch or just a patch on top of it ?

--
balbi


\
 
 \ /
  Last update: 2009-02-20 23:33    [W:0.180 / U:0.104 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site