All of lore.kernel.org
 help / color / mirror / Atom feed
* Patch "Input: wacom_w8001 - w8001_MAX_LENGTH should be 13" has been added to the 4.4-stable tree
@ 2016-08-03  5:24 gregkh
  0 siblings, 0 replies; only message in thread
From: gregkh @ 2016-08-03  5:24 UTC (permalink / raw)
  To: pinglinux, dmitry.torokhov, gregkh, peter.hutterer, pingc
  Cc: stable, stable-commits


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

    Input: wacom_w8001 - w8001_MAX_LENGTH should be 13

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-wacom_w8001-w8001_max_length-should-be-13.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 12afb34400eb2b301f06b2aa3535497d14faee59 Mon Sep 17 00:00:00 2001
From: Ping Cheng <pinglinux@gmail.com>
Date: Thu, 23 Jun 2016 10:54:17 -0700
Subject: Input: wacom_w8001 - w8001_MAX_LENGTH should be 13

From: Ping Cheng <pinglinux@gmail.com>

commit 12afb34400eb2b301f06b2aa3535497d14faee59 upstream.

Somehow the patch that added two-finger touch support forgot to update
W8001_MAX_LENGTH from 11 to 13.

Signed-off-by: Ping Cheng <pingc@wacom.com>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

---
 drivers/input/touchscreen/wacom_w8001.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/drivers/input/touchscreen/wacom_w8001.c
+++ b/drivers/input/touchscreen/wacom_w8001.c
@@ -27,7 +27,7 @@ MODULE_AUTHOR("Jaya Kumar <jayakumar.lkm
 MODULE_DESCRIPTION(DRIVER_DESC);
 MODULE_LICENSE("GPL");
 
-#define W8001_MAX_LENGTH	11
+#define W8001_MAX_LENGTH	13
 #define W8001_LEAD_MASK		0x80
 #define W8001_LEAD_BYTE		0x80
 #define W8001_TAB_MASK		0x40


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

queue-4.4/input-wacom_w8001-w8001_max_length-should-be-13.patch
queue-4.4/input-wacom_w8001-ignore-invalid-pen-data-packets.patch

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-08-03  5:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-08-03  5:24 Patch "Input: wacom_w8001 - w8001_MAX_LENGTH should be 13" has been added to the 4.4-stable tree gregkh

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.