Re: [2.6.10-rc1-mm2] keyboard / synaptics not working

From: Dmitry Torokhov
Date: Sun Oct 31 2004 - 23:43:30 EST


On Sunday 31 October 2004 09:45 pm, Matthias Hentges wrote:
> Am Mo, den 01.11.2004 schrieb Dmitry Torokhov um 3:31:
>
> [...]
>
> > Can I get a binary version of it (straight out of /proc/acpi/dsdt) please?
> > The one you send was converted into C source while I need ASL.
> >
> Sure, it's attached.

Hmm, i8042 already recognizes both PNP IDs from your DSDT:

> Device (PS2K)
> {
> Name (_HID, EisaId ("PNP0303"))
> Name (_CRS, ResourceTemplate ()
> {
> IO (Decode16, 0x0060, 0x0060, 0x01, 0x01)
> IO (Decode16, 0x0064, 0x0064, 0x01, 0x01)
> IRQ (Edge, ActiveHigh, Exclusive) {1}
> })
> }
>
> Device (PS2M)
> {
> Name (_HID, EisaId ("PNP0F13"))
>

I wonder what is going on... I see there was big ACPI update in -mm2,
could you try reverting bk-acpi.patch.

Btw, you said you are using 2.6.10-rc1 - is there -mm suffix missing?
Linus's tree does not have i8042 ACPI enumeration patch yet so
i8042.noacpi does not have any effect and should not even be recognized
by the kernel.

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