Skip to content

Commit d6643d7

Browse files
covanamwsakernel
authored andcommitted
i2c: i801: add lis3lv02d's I2C address for Vostro 5568
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 <[email protected]> Reviewed-by: Jean Delvare <[email protected]> Reviewed-by: Pali Rohár <[email protected]> Signed-off-by: Wolfram Sang <[email protected]>
1 parent cdbf262 commit d6643d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/i2c/busses/i2c-i801.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1243,6 +1243,7 @@ static const struct {
12431243
*/
12441244
{ "Latitude 5480", 0x29 },
12451245
{ "Vostro V131", 0x1d },
1246+
{ "Vostro 5568", 0x29 },
12461247
};
12471248

12481249
static void register_dell_lis3lv02d_i2c_device(struct i801_priv *priv)

0 commit comments

Comments
 (0)