Skip to content

Commit fcd38f1

Browse files
Arnold Gozumjwrdegoede
authored andcommitted
platform/x86: intel-vbtn: Support for tablet mode on Dell Inspiron 7352
The Dell Inspiron 7352 is a 2-in-1 model that has chassis-type "Notebook". Add this model to the dmi_switches_allow_list. Signed-off-by: Arnold Gozum <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Hans de Goede <[email protected]>
1 parent 46c54cf commit fcd38f1

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/platform/x86/intel-vbtn.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@ static const struct dmi_system_id dmi_switches_allow_list[] = {
222222
DMI_MATCH(DMI_PRODUCT_NAME, "Switch SA5-271"),
223223
},
224224
},
225+
{
226+
.matches = {
227+
DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
228+
DMI_MATCH(DMI_PRODUCT_NAME, "Inspiron 7352"),
229+
},
230+
},
225231
{} /* Array terminator */
226232
};
227233

0 commit comments

Comments
 (0)