lkml.org 
[lkml]   [2005]   [Sep]   [16]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
FromDmitry Torokhov <>
SubjectRe: [patch 16/28] drivers/usb/input: convert to dynamic input_dev allocation
DateThu, 15 Sep 2005 23:30:25 -0500
On Thursday 15 September 2005 23:18, Andrew Morton wrote:
> Dmitry Torokhov <dtor_core@ameritech.net> wrote:
> >
> > On Thursday 15 September 2005 22:53, Andrew Morton wrote:
> > > Dmitry Torokhov <dtor_core@ameritech.net> wrote:
> > > >
> > > >  Input: convert drivers/iusb/input to dynamic input_dev allocation
> > > 
> > > The absfuzz initialisation in kbtab_probe() got lost.
> > > 
> > 
> > Looks fine here:
> > 
> > +       input_set_abs_params(input_dev, ABS_X, 0, 0x2000, 4, 0);
> > +       input_set_abs_params(input_dev, ABS_X, 0, 0x1750, 4, 0);
> >                                                          ^^^
> 
> Oh.  You mean they replace these?
> 
> -	kbtab->dev.absfuzz[ABS_X] = 4;
> -	kbtab->dev.absfuzz[ABS_Y] = 4;
> 
> Not a step forward in readability?
>

Depends... It's much more compact so quite often you can see entire
device specification on one screen which is nice IMHO. Just remeber
"min, max, fuzz, flat" ;)

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

\
 
 \ /
  Last update: 2005-09-16 06:33    [from the cache]
©2003-2008