diff options
author | Len Brown <len.brown@intel.com> | 2005-12-15 13:15:27 -0500 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-12-15 13:15:27 -0500 |
commit | 5b2db367a28c12e8dfd0b404d9ea35e948c5d7b3 (patch) | |
tree | 8ef2f739fc91acda0fb05797cb450b5789d79c59 /drivers/input/mouse/alps.c | |
parent | d3e4cefc86ce1aefc0e9aebdc56308cb4bd51997 (diff) | |
parent | 7116317dc9148d783846299fc80a7d377baa6dca (diff) |
Auto-update from upstream
Diffstat (limited to 'drivers/input/mouse/alps.c')
-rw-r--r-- | drivers/input/mouse/alps.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/input/mouse/alps.c b/drivers/input/mouse/alps.c index 4acc7fd4cd0..4f41ec3e433 100644 --- a/drivers/input/mouse/alps.c +++ b/drivers/input/mouse/alps.c @@ -42,7 +42,7 @@ static struct alps_model_info alps_model_data[] = { { { 0x53, 0x02, 0x14 }, 0xf8, 0xf8, 0 }, { { 0x63, 0x02, 0x0a }, 0xf8, 0xf8, 0 }, { { 0x63, 0x02, 0x14 }, 0xf8, 0xf8, 0 }, - { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, 0 }, + { { 0x63, 0x02, 0x28 }, 0xf8, 0xf8, ALPS_FW_BK_2 }, /* Fujitsu Siemens S6010 */ { { 0x63, 0x02, 0x3c }, 0x8f, 0x8f, ALPS_WHEEL }, /* Toshiba Satellite S2400-103 */ { { 0x63, 0x02, 0x50 }, 0xef, 0xef, ALPS_FW_BK_1 }, /* NEC Versa L320 */ { { 0x63, 0x02, 0x64 }, 0xf8, 0xf8, 0 }, |