summaryrefslogtreecommitdiffstats
path: root/sys/dev/acpi_support
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2009-09-20 13:28:19 +0000
committerjhb <jhb@FreeBSD.org>2009-09-20 13:28:19 +0000
commitb03385f44cc4a9c9900521dd1f2876858c50372f (patch)
tree7a8a1610864640bb45b6671a2473cd831f9f47ac /sys/dev/acpi_support
parentc04bcd30330134daaa9b565c074d3734231b4995 (diff)
downloadFreeBSD-src-b03385f44cc4a9c9900521dd1f2876858c50372f.zip
FreeBSD-src-b03385f44cc4a9c9900521dd1f2876858c50372f.tar.gz
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. Submitted by: marius MFC after: 3 days
Diffstat (limited to 'sys/dev/acpi_support')
-rw-r--r--sys/dev/acpi_support/acpi_ibm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/acpi_support/acpi_ibm.c b/sys/dev/acpi_support/acpi_ibm.c
index 0bf340d..072c574 100644
--- a/sys/dev/acpi_support/acpi_ibm.c
+++ b/sys/dev/acpi_support/acpi_ibm.c
@@ -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)
OpenPOWER on IntegriCloud