From dfd2215c9f33d55daf55d239537c1b58b7559d75 Mon Sep 17 00:00:00 2001 From: Antonio Huete Jimenez Date: Thu, 14 Oct 2010 21:55:01 +0200 Subject: [PATCH] moused(8) - Add Synaptics touchpads to the model list. Obtained-from: FreeBSD --- usr.sbin/moused/moused.c | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.sbin/moused/moused.c b/usr.sbin/moused/moused.c index 4c3c5a1c0a..1b6894d1a6 100644 --- a/usr.sbin/moused/moused.c +++ b/usr.sbin/moused/moused.c @@ -223,6 +223,7 @@ static symtab_t rmodels[] = { { "IntelliMouse Explorer", MOUSE_MODEL_EXPLORER }, { "4D Mouse", MOUSE_MODEL_4D }, { "4D+ Mouse", MOUSE_MODEL_4DPLUS }, + { "Synaptics Touchpad", MOUSE_MODEL_SYNAPTICS }, { "generic", MOUSE_MODEL_GENERIC }, { NULL, MOUSE_MODEL_UNKNOWN }, }; -- 2.41.0