--- linux-2.6.9/drivers/pnp/pnpacpi/core.c.old 2004-11-04 11:56:25.000000000 +0100 +++ linux-2.6.9/drivers/pnp/pnpacpi/core.c 2004-11-04 19:46:30.000000000 +0100 @@ -27,14 +27,15 @@ static int num = 0; static char excluded_id_list[] = - "PNP0C0A," /* Battery */ - "PNP0C0C,PNP0C0E,PNP0C0D," /* Button */ + "PNP0C0A," /* Battery */ /* is there a CRS ?*/ + "PNP0C0C,PNP0C0E,PNP0C0D," /* Button */ /* is there a CRS ?*/ + "PNP0C0B," /* Fan */ /* is there a CRS ?*/ "PNP0C09," /* EC */ - "PNP0C0B," /* Fan */ "PNP0A03," /* PCI root */ "PNP0C0F," /* Link device */ "PNP0000," /* PIC */ "PNP0100," /* Timer */ + "PNP0103," /* hpet could be converted, but need work on irq/address */ ; static inline int is_exclusive_device(struct acpi_device *dev) {