[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1424305990-17983-72-git-send-email-kamal@canonical.com>
Date: Wed, 18 Feb 2015 16:32:38 -0800
From: Kamal Mostafa <kamal@...onical.com>
To: linux-kernel@...r.kernel.org, stable@...r.kernel.org,
kernel-team@...ts.ubuntu.com
Cc: Yi ju Hong <sam.hung@....com.tw>,
Dmitry Torokhov <dmitry.torokhov@...il.com>,
Kamal Mostafa <kamal@...onical.com>
Subject: [PATCH 3.13.y-ckt 071/103] Input: elantech - support new ICs types for version 4
3.13.11-ckt16 -stable review patch. If anyone has any objections, please let me know.
------------------
From: Sam hung <sam.hung@....com.tw>
commit 810aa0918b2b032684c8cad13f73d6ba37ad11c0 upstream.
This change allows the driver to recognize newer Elantech touchpads.
Signed-off-by: Yi ju Hong <sam.hung@....com.tw>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@...il.com>
[ kamal: backport to 3.13-stable: picked up case 9 also ]
Signed-off-by: Kamal Mostafa <kamal@...onical.com>
---
drivers/input/mouse/elantech.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/input/mouse/elantech.c b/drivers/input/mouse/elantech.c
index 0b75b57..e66780e 100644
--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1396,6 +1396,9 @@ static int elantech_set_properties(struct elantech_data *etd)
case 6:
case 7:
case 8:
+ case 9:
+ case 10:
+ case 13:
etd->hw_version = 4;
break;
default:
--
1.9.1
--
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