Re: [patch 16/28] drivers/usb/input: convert to dynamic input_dev allocation

From: Dmitry Torokhov
Date: Thu Sep 15 2005 - 23:00:05 EST


On Thursday 15 September 2005 22:53, Andrew Morton wrote:
> Dmitry Torokhov <dtor_core@xxxxxxxxxxxxx> 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);
^^^

Is there something in your tree that not in Linus's yet?

--
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/