Skip to content

Commit

Permalink
Input: elan_i2c - add ic type 0x03
Browse files Browse the repository at this point in the history
The 0x03 is valid 3000 serial ic type too.

Signed-off-by: Duson Lin <dusonlin@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
  • Loading branch information
Duson Lin authored and Dmitry Torokhov committed Sep 21, 2015
1 parent 9d7b03f commit c84333a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/input/mouse/elan_i2c_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit c84333a

Please sign in to comment.