From c1204267caee0bbd2045c9d32407494985b73b54 Mon Sep 17 00:00:00 2001 From: Martin Cracauer Date: Fri, 17 Jun 2005 17:10:16 +0000 Subject: Add the ID of my Thinkpad R40. Makes the module detect and with the exception of fans everything seems to work fine. No ill effects observed. Reviewed by: Nate Lawson (on acpi list) Approved by: re (Ken Smith) --- sys/dev/acpi_support/acpi_ibm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/dev/acpi_support') diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c index 848efa1b0e14..8dcf8a3b7af7 100644 --- a/sys/dev/acpi_support/acpi_ibm.c +++ b/sys/dev/acpi_support/acpi_ibm.c @@ -269,7 +269,7 @@ static devclass_t acpi_ibm_devclass; DRIVER_MODULE(acpi_ibm, acpi, acpi_ibm_driver, acpi_ibm_devclass, 0, 0); MODULE_DEPEND(acpi_ibm, acpi, 1, 1, 1); -static char *ibm_ids[] = {"IBM0068", NULL}; +static char *ibm_ids[] = {"IBM0057", "IBM0068", NULL}; static void ibm_led(void *softc, int onoff) -- cgit v1.3