Add the accelerometer address for the following laptop models to dell_lis3lv02d_devices[]: Dell Latitude E6330 Dell Latitude E6430 Dell XPS 15 9550 Tested-by: Hans de Goede <hdegoede@xxxxxxxxxx> Signed-off-by: Hans de Goede <hdegoede@xxxxxxxxxx> --- drivers/platform/x86/dell/dell-smo8800.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/drivers/platform/x86/dell/dell-smo8800.c b/drivers/platform/x86/dell/dell-smo8800.c index 2e49bbb569c6..4c79b2599d96 100644 --- a/drivers/platform/x86/dell/dell-smo8800.c +++ b/drivers/platform/x86/dell/dell-smo8800.c @@ -173,6 +173,20 @@ static const struct dmi_system_id smo8800_lis3lv02d_devices[] = { }, .driver_data = (void *)0x29L, }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6330"), + }, + .driver_data = (void *)0x29L, + }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6430"), + }, + .driver_data = (void *)0x29L, + }, { .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), @@ -194,6 +208,13 @@ static const struct dmi_system_id smo8800_lis3lv02d_devices[] = { }, .driver_data = (void *)0x29L, }, + { + .matches = { + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), + DMI_MATCH(DMI_PRODUCT_NAME, "XPS 15 9550"), + }, + .driver_data = (void *)0x29L, + }, { .matches = { DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."), -- 2.45.1