svn commit: r307579 - stable/11/usr.sbin/moused
Oleksandr Tymoshenko
gonzo at FreeBSD.org
Tue Oct 18 22:24:04 UTC 2016
Author: gonzo
Date: Tue Oct 18 22:24:03 2016
New Revision: 307579
URL: https://svnweb.freebsd.org/changeset/base/307579
Log:
MFC r306356:
Add Elantech trackpad to the list of known models
PR: 205690
Submitted by: Vladimir Kondratyev <wulf at cicgroup.ru>
MFC after: 1 week
Modified:
stable/11/usr.sbin/moused/moused.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/usr.sbin/moused/moused.c
==============================================================================
--- stable/11/usr.sbin/moused/moused.c Tue Oct 18 21:33:57 2016 (r307578)
+++ stable/11/usr.sbin/moused/moused.c Tue Oct 18 22:24:03 2016 (r307579)
@@ -246,6 +246,7 @@ static symtab_t rmodels[] = {
{ "4D+ Mouse", MOUSE_MODEL_4DPLUS, 0 },
{ "Synaptics Touchpad", MOUSE_MODEL_SYNAPTICS, 0 },
{ "TrackPoint", MOUSE_MODEL_TRACKPOINT, 0 },
+ { "Elantech Touchpad", MOUSE_MODEL_ELANTECH, 0 },
{ "generic", MOUSE_MODEL_GENERIC, 0 },
{ NULL, MOUSE_MODEL_UNKNOWN, 0 },
};
More information about the svn-src-stable
mailing list