[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20240218180400.10413-1-hoehnp@gmx.de>
Date: Sun, 18 Feb 2024 19:03:59 +0100
From: Patrick Höhn <hoehnp@....de>
To: Jean Delvare <jdelvare@...e.com>,
Andi Shyti <andi.shyti@...nel.org>
Cc: Pali Rohár <pali@...nel.org>,
Paul Menzel <pmenzel@...gen.mpg.de>,
Patrick Höhn <hoehnp@....de>,
linux-i2c@...r.kernel.org,
linux-kernel@...r.kernel.org
Subject: [PATCH] Add lis3lv02d for Dell Precision M6800
Signed-off-by: Patrick Höhn <hoehnp@....de>
---
drivers/i2c/busses/i2c-i801.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/i2c/busses/i2c-i801.c b/drivers/i2c/busses/i2c-i801.c
index 2c36b36d7d51..ba699db27f58 100644
--- a/drivers/i2c/busses/i2c-i801.c
+++ b/drivers/i2c/busses/i2c-i801.c
@@ -1234,6 +1234,7 @@ static const struct {
{ "Vostro V131", 0x1d },
{ "Vostro 5568", 0x29 },
{ "XPS 15 7590", 0x29 },
+ { "Precision M6800", 0x29 },
};
static void register_dell_lis3lv02d_i2c_device(struct i801_priv *priv)
--
2.43.0
Powered by blists - more mailing lists