Patch "i2c: i801: add lis3lv02d's I2C address for Vostro 5568" has been added to the 5.10-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

    i2c: i801: add lis3lv02d's I2C address for Vostro 5568

to the 5.10-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:
     i2c-i801-add-lis3lv02d-s-i2c-address-for-vostro-5568.patch
and it can be found in the queue-5.10 subdirectory.

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



commit 78745d10ed95fef7db162974407c8c9b4a996d03
Author: Nam Cao <namcaov@xxxxxxxxx>
Date:   Thu Oct 6 16:54:40 2022 +0200

    i2c: i801: add lis3lv02d's I2C address for Vostro 5568
    
    [ Upstream commit d6643d7207c572c1b0305ed505101f15502c6c87 ]
    
    Dell Vostro 5568 laptop has lis3lv02d, but its i2c address is not known
    to the kernel. Add this address.
    
    Output of "cat /sys/devices/platform/lis3lv02d/position" on Dell Vostro
    5568 laptop:
        - Horizontal: (-18,0,1044)
        - Front elevated: (522,-18,1080)
        - Left elevated: (-18,-360,1080)
        - Upside down: (36,108,-1134)
    
    Signed-off-by: Nam Cao <namcaov@xxxxxxxxx>
    Reviewed-by: Jean Delvare <jdelvare@xxxxxxx>
    Reviewed-by: Pali Rohár <pali@xxxxxxxxxx>
    Signed-off-by: Wolfram Sang <wsa@xxxxxxxxxx>
    Signed-off-by: Sasha Levin <sashal@xxxxxxxxxx>

diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 5618c1ff34dc..45682d30d705 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -1275,6 +1275,7 @@ static const struct {
 	 */
 	{ "Latitude 5480",      0x29 },
 	{ "Vostro V131",        0x1d },
+	{ "Vostro 5568",        0x29 },
 };
 
 static void register_dell_lis3lv02d_i2c_device(struct i801_priv *priv)



[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