Skip to content

Commit 29812b9

Browse files
committed
platform/x86: dell-smo8800: Add a couple more models to lis3lv02d_devices[]
JIRA: https://issues.redhat.com/browse/RHEL-47426 commit e21bff2 Author: Hans de Goede <[email protected]> Date: Mon Dec 9 19:35:56 2024 +0100 platform/x86: dell-smo8800: Add a couple more models to lis3lv02d_devices[] Add the accelerometer address for the following laptop models to lis3lv02d_devices[]: Dell Latitude E6330 Dell Latitude E6430 Dell XPS 15 9550 Tested-by: Hans de Goede <[email protected]> Reviewed-by: Pali Rohár <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Ilpo Järvinen <[email protected]> Signed-off-by: Ilpo Järvinen <[email protected]> Signed-off-by: David Arcari <[email protected]>
1 parent 0dc6047 commit 29812b9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/platform/x86/dell/dell-lis3lv02d.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,13 @@ static const struct dmi_system_id lis3lv02d_devices[] __initconst = {
4343
* Additional individual entries were added after verification.
4444
*/
4545
DELL_LIS3LV02D_DMI_ENTRY("Latitude 5480", 0x29),
46+
DELL_LIS3LV02D_DMI_ENTRY("Latitude E6330", 0x29),
47+
DELL_LIS3LV02D_DMI_ENTRY("Latitude E6430", 0x29),
4648
DELL_LIS3LV02D_DMI_ENTRY("Precision 3540", 0x29),
4749
DELL_LIS3LV02D_DMI_ENTRY("Vostro V131", 0x1d),
4850
DELL_LIS3LV02D_DMI_ENTRY("Vostro 5568", 0x29),
4951
DELL_LIS3LV02D_DMI_ENTRY("XPS 15 7590", 0x29),
52+
DELL_LIS3LV02D_DMI_ENTRY("XPS 15 9550", 0x29),
5053
{ }
5154
};
5255

0 commit comments

Comments
 (0)