Re: after latest input updates, locomo keyboard kills boot

From: Dmitry Torokhov
Date: Tue Nov 01 2005 - 15:50:58 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?
>
> Yes, that helped, thanks a lot. Will you take care of merging, or
> should I push it through akpm?

I have couple more patches that I am going to ask Linus to pull (if
Vojtech blesses them).

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