Re: 2.6.9-rc1-mm3

From: Andrew Morton
Date: Fri Sep 03 2004 - 15:53:25 EST


Andre Eisenbach <int2str@xxxxxxxxx> wrote:
>
> I get the following error during compilation. .config available upon request.
>
> CC drivers/input/serio/i8042.o
> drivers/input/serio/i8042.c: In function `acpi_i8042_kbd_add':
> drivers/input/serio/i8042.c:1133: error: `i8042_data_reg' undeclared
> (first use in thisfunction)

Yeah. You'll need to do:

wget ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.9-rc1/2.6.9-rc1-mm3/broken-out/acpi-based-i8042-keyboard-aux-controller-enumeration.patch
patch -R -p1 -i acpi-based-i8042-keyboard-aux-controller-enumeration.patch
-
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/