Add Elantech trackpad to the list of known models
PR: 205690 Submitted by: Vladimir Kondratyev <wulf@cicgroup.ru> MFC after: 1 week
This commit is contained in:
parent
c7cf6e6433
commit
650017c0d3
@ -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 },
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user