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 <[email protected]> --- 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 _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
