summaryrefslogtreecommitdiffstats
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorjkim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
committerjkim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
commit5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc (patch)
treed3fa69410c34a19f9e2d50f1b22f3417136f1d7c /usr.sbin/moused
parent8d05d984e8a9a632b3de9eed9ad8c765b40f88d9 (diff)
downloadFreeBSD-src-5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc.zip
FreeBSD-src-5ebabf1d3ec364fc2e9df54a9694a9402fb5a8bc.tar.gz
Add preliminary support for IBM/Lenovo TrackPoint.
PR: kern/147237 (based on the initial patch for 8.x) Tested by: glebius (device detection and suspend/resume) MFC after: 1 month
Diffstat (limited to 'usr.sbin/moused')
-rw-r--r--usr.sbin/moused/moused.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c
index 93eec99..0e278c4 100644
--- a/usr.sbin/moused/moused.c
+++ b/usr.sbin/moused/moused.c
@@ -245,6 +245,7 @@ static symtab_t rmodels[] = {
{ "4D Mouse", MOUSE_MODEL_4D, 0 },
{ "4D+ Mouse", MOUSE_MODEL_4DPLUS, 0 },
{ "Synaptics Touchpad", MOUSE_MODEL_SYNAPTICS, 0 },
+ { "TrackPoint", MOUSE_MODEL_TRACKPOINT, 0 },
{ "generic", MOUSE_MODEL_GENERIC, 0 },
{ NULL, MOUSE_MODEL_UNKNOWN, 0 },
};
OpenPOWER on IntegriCloud