Hi, Here's a list of device HIDs that can be skipped on the x260 models.
Keyboard and mouse are working fine. The Synaptics soft buttons work without requiring an sbtn_table entry. The ACPI system fan looks like dead AML code to me and acpithinkpad(4) reads the RPMs just fine. Ok? Paul Index: acpi.c =================================================================== RCS file: /cvs/src/sys/dev/acpi/acpi.c,v retrieving revision 1.313 diff -u -p -u -p -r1.313 acpi.c --- acpi.c 28 Jul 2016 21:57:56 -0000 1.313 +++ acpi.c 10 Aug 2016 12:47:37 -0000 @@ -2775,6 +2775,9 @@ const char *acpi_skip_hids[] = { "PNP0C04", /* x87-compatible Floating Point Processing Unit */ "PNP0C09", /* Embedded Controller Device */ "PNP0C0F", /* PCI Interrupt Link Device */ + "LEN0071", /* Embedded PS/2 Keyboard */ + "LEN2014", /* Embedded PS/2 Mouse */ + "INT3394", /* System Fan */ NULL };