[PATCH synaptics] eventcomm: add ALPS model 0x0009 (#53936)
Peter Hutterer
peter.hutterer at who-t.net
Fri Sep 21 02:52:48 PDT 2012
Extends detected ALPS model range to 0x0008 and 0x0009.
X.Org Bug 53936 <http://bugs.freedesktop.org/show_bug.cgi?id=53936>
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/eventcomm.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/eventcomm.c b/src/eventcomm.c
index b1d5460..0d1d22d 100644
--- a/src/eventcomm.c
+++ b/src/eventcomm.c
@@ -287,7 +287,7 @@ struct model_lookup_t {
static struct model_lookup_t model_lookup_table[] = {
{0x0002, 0x0007, 0x0007, MODEL_SYNAPTICS},
- {0x0002, 0x0008, 0x0008, MODEL_ALPS},
+ {0x0002, 0x0008, 0x0009, MODEL_ALPS},
{0x05ac, PRODUCT_ANY, 0x222, MODEL_APPLETOUCH},
{0x05ac, 0x223, PRODUCT_ANY, MODEL_UNIBODY_MACBOOK},
{0x0002, 0x000e, 0x000e, MODEL_ELANTECH},
--
1.7.11.2
More information about the xorg-devel
mailing list