[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <6BDEAA47-E505-451C-B2C3-F82099D24737@emc.com.tw>
Date: Mon, 21 Sep 2015 10:14:13 +0800
From: duson <dusonlin@....com.tw>
To: Dmitry Torokhov <dmitry.torokhov@...il.com>
Cc: linux-input@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH] Input: elan_i2c - Add ic type 0x03
The 0x03 is valid 3000 serial ic type too.
Signed-off-by: Duson Lin <dusonlin@....com.tw>
---
drivers/input/mouse/elan_i2c_core.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/input/mouse/elan_i2c_core.c b/drivers/input/mouse/elan_i2c_core.c
index fa94530..16ac595 100644
--- a/drivers/input/mouse/elan_i2c_core.c
+++ b/drivers/input/mouse/elan_i2c_core.c
@@ -102,6 +102,7 @@ static int elan_get_fwinfo(u8 iap_version, u16 *validpage_count,
*validpage_count = 512;
break;
case 0x09:
+ case 0x03:
*validpage_count = 768;
break;
case 0x0D:
--
1.7.9.5
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists