Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d7c7764d authored by Dmitry Torokhov's avatar Dmitry Torokhov Committed by Sasha Levin
Browse files

Input: elantech - add more IC body types to the list



[ Upstream commit 226ba707744a51acb4244724e09caacb1d96aed9 ]

The touchpad in HP Pavilion 14-ab057ca reports it's version as 12 and
according to Elan both 11 and 12 are valid IC types and should be
identified as hw_version 4.

Reported-by: default avatarPatrick Lessard <Patrick.Lessard@cogeco.com>
Tested-by: default avatarPatrick Lessard <Patrick.Lessard@cogeco.com>
Cc: stable@vger.kernel.org
Signed-off-by: default avatarDmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: default avatarSasha Levin <sasha.levin@oracle.com>
parent 1ae28df2
Loading
Loading
Loading
Loading
+1 −7
Original line number Diff line number Diff line
@@ -1550,13 +1550,7 @@ static int elantech_set_properties(struct elantech_data *etd)
		case 5:
			etd->hw_version = 3;
			break;
		case 6:
		case 7:
		case 8:
		case 9:
		case 10:
		case 13:
		case 14:
		case 6 ... 14:
			etd->hw_version = 4;
			break;
		default: