aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/moused
diff options
context:
space:
mode:
authorJung-uk Kim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
committerJung-uk Kim <jkim@FreeBSD.org>2013-03-18 23:22:47 +0000
commit569d8f7e270e064e90247c8ccf3ca0589100afb8 (patch)
treed3fa69410c34a19f9e2d50f1b22f3417136f1d7c /usr.sbin/moused
parentb060ba502476f95b1dc822f4a43082f0eeb62d03 (diff)
downloadsrc-569d8f7e270e064e90247c8ccf3ca0589100afb8.tar.gz
src-569d8f7e270e064e90247c8ccf3ca0589100afb8.zip
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
Notes
Notes: svn path=/head/; revision=248478
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 93eec9909368..0e278c472ede 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 },
};