All of lore.kernel.org
 help / color / mirror / Atom feed
From: <gregkh@linuxfoundation.org>
To: dmitry.torokhov@gmail.com, Patrick.Lessard@cogeco.com,
	gregkh@linuxfoundation.org
Cc: <stable@vger.kernel.org>, <stable-commits@vger.kernel.org>
Subject: Patch "Input: elantech - add more IC body types to the list" has been added to the 4.4-stable tree
Date: Wed, 03 Aug 2016 07:24:37 +0200	[thread overview]
Message-ID: <1470201877220134@kroah.com> (raw)


This is a note to let you know that I've just added the patch titled

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

to the 4.4-stable tree which can be found at:
    http://www.kernel.org/git/?p=linux/kernel/git/stable/stable-queue.git;a=summary

The filename of the patch is:
     input-elantech-add-more-ic-body-types-to-the-list.patch
and it can be found in the queue-4.4 subdirectory.

If you, or anyone else, feels it should not be added to the stable tree,
please let <stable@vger.kernel.org> know about it.


>From 226ba707744a51acb4244724e09caacb1d96aed9 Mon Sep 17 00:00:00 2001
From: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Date: Tue, 21 Jun 2016 16:09:00 -0700
Subject: Input: elantech - add more IC body types to the list

From: Dmitry Torokhov <dmitry.torokhov@gmail.com>

commit 226ba707744a51acb4244724e09caacb1d96aed9 upstream.

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: Patrick Lessard <Patrick.Lessard@cogeco.com>
Tested-by: Patrick Lessard <Patrick.Lessard@cogeco.com>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/input/mouse/elantech.c |    8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

--- a/drivers/input/mouse/elantech.c
+++ b/drivers/input/mouse/elantech.c
@@ -1568,13 +1568,7 @@ static int elantech_set_properties(struc
 		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:


Patches currently in stable-queue which might be from dmitry.torokhov@gmail.com are

queue-4.4/input-elantech-add-more-ic-body-types-to-the-list.patch
queue-4.4/input-xpad-validate-usb-endpoint-count-during-probe.patch
queue-4.4/input-xpad-fix-oops-when-attaching-an-unknown-xbox-one-gamepad.patch
queue-4.4/input-wacom_w8001-w8001_max_length-should-be-13.patch
queue-4.4/input-vmmouse-remove-port-reservation.patch
queue-4.4/input-wacom_w8001-ignore-invalid-pen-data-packets.patch
queue-4.4/input-tsc200x-report-proper-input_dev-name.patch

             reply	other threads:[~2016-08-03  5:25 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03  5:24 gregkh [this message]
2016-08-03 13:17 ` Patch "Input: elantech - add more IC body types to the list" has been added to the 4.4-stable tree Patrick Lessard

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470201877220134@kroah.com \
    --to=gregkh@linuxfoundation.org \
    --cc=Patrick.Lessard@cogeco.com \
    --cc=dmitry.torokhov@gmail.com \
    --cc=stable-commits@vger.kernel.org \
    --cc=stable@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.