CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/03/25 19:30:23
Modified files:
sys/dev/acpi : acpi.c
sys/dev/pckbc : pms.c pmsreg.h
Log message:
Use the 0x10 extended capability to determine if the trackstick
buttons are wired to the trackpad and need to be re-routed to the
trackstick. Without this change the buttons on 2015 thinkpads
get picked up as extended buttons that show up as scroll up/down.
Remove the X1 Carbon 2015 (LEN0048) and X250 (LEN0046) from the
top button area/soft buttons quirks list. Also avoid using the
quirk list entirely if the capability bit is set.
Based on work from jcs@ with feedback from mpi@
ok mpi@ jcs@