after latest input updates, locomo keyboard kills boot

From: Pavel Machek
Date: Tue Nov 01 2005 - 04:51:01 EST


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 *?

Pavel
--
Thanks, Sharp!
-
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/