Commit c84333a1 authored by Duson Lin's avatar Duson Lin Committed by Dmitry Torokhov

Input: elan_i2c - add ic type 0x03

The 0x03 is valid 3000 serial ic type too.
Signed-off-by: default avatarDuson Lin <dusonlin@emc.com.tw>
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
parent 9d7b03f8
......@@ -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:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment