We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dc6047 commit 29812b9Copy full SHA for 29812b9
drivers/platform/x86/dell/dell-lis3lv02d.c
@@ -43,10 +43,13 @@ static const struct dmi_system_id lis3lv02d_devices[] __initconst = {
43
* Additional individual entries were added after verification.
44
*/
45
DELL_LIS3LV02D_DMI_ENTRY("Latitude 5480", 0x29),
46
+ DELL_LIS3LV02D_DMI_ENTRY("Latitude E6330", 0x29),
47
+ DELL_LIS3LV02D_DMI_ENTRY("Latitude E6430", 0x29),
48
DELL_LIS3LV02D_DMI_ENTRY("Precision 3540", 0x29),
49
DELL_LIS3LV02D_DMI_ENTRY("Vostro V131", 0x1d),
50
DELL_LIS3LV02D_DMI_ENTRY("Vostro 5568", 0x29),
51
DELL_LIS3LV02D_DMI_ENTRY("XPS 15 7590", 0x29),
52
+ DELL_LIS3LV02D_DMI_ENTRY("XPS 15 9550", 0x29),
53
{ }
54
};
55
0 commit comments