From 5d1674fbb2fd97d87daa6dd2dceabfef99a7ce41 Mon Sep 17 00:00:00 2001 From: Dmitry Torokhov Date: Thu, 23 Apr 2009 19:25:51 -0700 Subject: [PATCH] --- yaml --- r: 144411 b: refs/heads/master c: b75d17285b9de74a0f19e64e1389efcc6626d3fc h: refs/heads/master i: 144409: 67f247caa0f10332fae40afde3b608bc4d8a29e6 144407: acdbf1dd955ad45c1dd49652deb1d96ddc1509c3 v: v3 --- [refs] | 2 +- trunk/drivers/input/mouse/alps.c | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index aa0c56368930..db42deae20ad 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: b2546df69b6bef19513112fd54ffb5d37cb3eb7a +refs/heads/master: b75d17285b9de74a0f19e64e1389efcc6626d3fc diff --git a/trunk/drivers/input/mouse/alps.c b/trunk/drivers/input/mouse/alps.c index cbedf957cc58..daecc75c72e6 100644 --- a/trunk/drivers/input/mouse/alps.c +++ b/trunk/drivers/input/mouse/alps.c @@ -37,6 +37,7 @@ #define ALPS_FW_BK_2 0x40 static const struct alps_model_info alps_model_data[] = { + { { 0x32, 0x02, 0x14 }, 0xf8, 0xf8, ALPS_PASS | ALPS_DUALPOINT }, /* Toshiba Salellite Pro M10 */ { { 0x33, 0x02, 0x0a }, 0x88, 0xf8, ALPS_OLDPROTO }, /* UMAX-530T */ { { 0x53, 0x02, 0x0a }, 0xf8, 0xf8, 0 }, { { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 },