From: Dmitry Torokhov Date: Fri, 24 Apr 2009 02:25:51 +0000 (-0700) Subject: Input: ALPS - add signature for Toshiba Satellite Pro M10 X-Git-Tag: v2.6.30-rc8~21^2~19 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b75d17285b9de74a0f19e64e1389efcc6626d3fc;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git Input: ALPS - add signature for Toshiba Satellite Pro M10 This toshiba has a touchpad with trackpoint and 2 sets of left and right buttons (above and below touchpad). Signed-off-by: Dmitry Torokhov --- diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index cbedf95..daecc75 100644 --- a/drivers/input/mouse/alps.c +++ b/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 },