3.2.70-rc1 review patch. If anyone has any objections, please let me know. ------------------ From: Sam hung <sam.hung@xxxxxxxxxx> commit 810aa0918b2b032684c8cad13f73d6ba37ad11c0 upstream. This change allows the driver to recognize newer Elantech touchpads. Signed-off-by: Yi ju Hong <sam.hung@xxxxxxxxxx> Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Signed-off-by: Ben Hutchings <ben@xxxxxxxxxxxxxxx> --- drivers/input/mouse/elantech.c | 2 ++ 1 file changed, 2 insertions(+) --- a/drivers/input/mouse/elantech.c +++ b/drivers/input/mouse/elantech.c @@ -1288,6 +1288,8 @@ static int elantech_set_properties(struc case 7: case 8: case 9: + case 10: + case 13: etd->hw_version = 4; break; default: -- To unsubscribe from this list: send the line "unsubscribe stable" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html