Browse Source

Input: elantech - support new ICs types for version 4

This change allows the driver to recognize newer Elantech touchpads.

Cc: stable@vger.kernel.org
Signed-off-by: Yi ju Hong <sam.hung@emc.com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Sam hung 10 years ago
parent
commit
810aa0918b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      drivers/input/mouse/elantech.c

+ 2 - 0
drivers/input/mouse/elantech.c

@@ -1520,6 +1520,8 @@ static int elantech_set_properties(struct elantech_data *etd)
 		case 7:
 		case 7:
 		case 8:
 		case 8:
 		case 9:
 		case 9:
+		case 10:
+		case 13:
 			etd->hw_version = 4;
 			etd->hw_version = 4;
 			break;
 			break;
 		default:
 		default: