Re: after latest input updates, locomo keyboard kills boot

From: Dmitry Torokhov
Date: Tue Nov 01 2005 - 10:12:51 EST


On 11/1/05, Pavel Machek <pavel@xxxxxxx> wrote:
> Hi!
>
> drivers/input/keyboard/locomokbd.c:
>
> struct locomokbd {
> unsigned char keycode[LOCOMOKBD_NUMKEYS];
> struct input_dev input;
> ~~~~~~~~~~~~~~~~~~~~~~~
>
> ...and I guess that's the problem. What needs to be done? Just replace
> it with struct input_dev *?
>

Try the attached. BTW, shouldn't input->id.bus be BUS_HOST and not BUS_XTKBD?

--
Dmitry

Attachment: input-dynalloc-locomo.patch
Description: Binary data