Skip to content

Commit

Permalink
Add Elantech trackpad to the list of known models
Browse files Browse the repository at this point in the history
PR:             205690
Submitted by:   Vladimir Kondratyev <wulf@cicgroup.ru>
MFC after:      1 week
  • Loading branch information
gonzoua committed Sep 26, 2016
1 parent c7cf6e6 commit 650017c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usr.sbin/moused/moused.c
Expand Up @@ -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 },
};
Expand Down

0 comments on commit 650017c

Please sign in to comment.