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)
This commit is contained in:
parent
f9165282ef
commit
c1204267ca
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user