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 dbfb567 commit aef9da3Copy full SHA for aef9da3
drivers/platform/x86/dell/dell-lis3lv02d.c
@@ -49,6 +49,7 @@ static const struct dmi_system_id lis3lv02d_devices[] __initconst = {
49
DELL_LIS3LV02D_DMI_ENTRY("Latitude E6330", 0x29),
50
DELL_LIS3LV02D_DMI_ENTRY("Latitude E6430", 0x29),
51
DELL_LIS3LV02D_DMI_ENTRY("Precision 3540", 0x29),
52
+ DELL_LIS3LV02D_DMI_ENTRY("Precision 3551", 0x29),
53
DELL_LIS3LV02D_DMI_ENTRY("Precision M6800", 0x29),
54
DELL_LIS3LV02D_DMI_ENTRY("Vostro V131", 0x1d),
55
DELL_LIS3LV02D_DMI_ENTRY("Vostro 5568", 0x29),
0 commit comments