Module Name: src
Committed By: thorpej
Date: Tue Jan 26 01:15:39 UTC 2021
Modified Files:
src/sys/dev/i2c: ihidev.c
Log Message:
Back out unintended change in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/dev/i2c/ihidev.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/i2c/ihidev.c
diff -u src/sys/dev/i2c/ihidev.c:1.14 src/sys/dev/i2c/ihidev.c:1.15
--- src/sys/dev/i2c/ihidev.c:1.14 Mon Jan 25 13:30:20 2021
+++ src/sys/dev/i2c/ihidev.c Tue Jan 26 01:15:39 2021
@@ -1,4 +1,4 @@
-/* $NetBSD: ihidev.c,v 1.14 2021/01/25 13:30:20 thorpej Exp $ */
+/* $NetBSD: ihidev.c,v 1.15 2021/01/26 01:15:39 thorpej Exp $ */
/* $OpenBSD ihidev.c,v 1.13 2017/04/08 02:57:23 deraadt Exp $ */
/*-
@@ -54,7 +54,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.14 2021/01/25 13:30:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ihidev.c,v 1.15 2021/01/26 01:15:39 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -126,8 +126,6 @@ static int ihidev_print(void *, const ch
static int ihidev_submatch(device_t, cfdata_t, const int *, void *);
static const struct device_compatible_entry compat_data[] = {
- { .compat = "PNP0C50" },
- { .compat = "ACPI0C50" },
{ .compat = "hid-over-i2c" },
{ }
};