Patch "Input: elants_i2c - fix typo for an attribute to show calibration count" has been added to the 5.9-stable tree

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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

    Input: elants_i2c - fix typo for an attribute to show calibration count

to the 5.9-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-elants_i2c-fix-typo-for-an-attribute-to-show-c.patch
and it can be found in the queue-5.9 subdirectory.

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



commit 5e2e30d700e085aded05868f50e6629d0e44c2a2
Author: Johnny Chuang <johnny.chuang.emc@xxxxxxxxx>
Date:   Wed Sep 16 10:26:57 2020 -0700

    Input: elants_i2c - fix typo for an attribute to show calibration count
    
    [ Upstream commit 93f634069707cfe562c38739f5062feccbe9a834 ]
    
    Fixed typo for command from 0xE0 to 0xD0.
    
    Fixes: cf520c643012 ("Input: elants_i2c - provide an attribute to show calibration count")
    Signed-off-by: Johnny Chuang <johnny.chuang.emc@xxxxxxxxx>
    Link: https://lore.kernel.org/r/1600238783-32303-1-git-send-email-johnny.chuang.emc@xxxxxxxxx
    Signed-off-by: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/input/touchscreen/elants_i2c.c b/drivers/input/touchscreen/elants_i2c.c
index b0bd5bb079bec..75b39ef39b743 100644
--- a/drivers/input/touchscreen/elants_i2c.c
+++ b/drivers/input/touchscreen/elants_i2c.c
@@ -90,7 +90,7 @@
 /* FW read command, 0x53 0x?? 0x0, 0x01 */
 #define E_ELAN_INFO_FW_VER	0x00
 #define E_ELAN_INFO_BC_VER	0x10
-#define E_ELAN_INFO_REK		0xE0
+#define E_ELAN_INFO_REK		0xD0
 #define E_ELAN_INFO_TEST_VER	0xE0
 #define E_ELAN_INFO_FW_ID	0xF0
 #define E_INFO_OSR		0xD6



[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux