mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
MFC 197350:
Re-remove the IBM0057 ID used for PS/2 mouse controllers. The asl for the 61p includes the hotkey device as IBM0068 and the mouse as IBM0057 similar to other systems. Approved by: re (kensmith)
This commit is contained in:
parent
2c5f9fbe6a
commit
4e36c32793
1 changed files with 1 additions and 1 deletions
|
|
@ -288,7 +288,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[] = {"IBM0057", "IBM0068", NULL};
|
||||
static char *ibm_ids[] = {"IBM0068", NULL};
|
||||
|
||||
static void
|
||||
ibm_led(void *softc, int onoff)
|
||||
|
|
|
|||
Loading…
Reference in a new issue