Skip to content

Commit 653f2d9

Browse files
committed
drm: panel-orientation-quirks: Add quirk for Acer Switch V 10 (SW5-017)
Like the Acer Switch One 10 S1003, for which there already is a quirk, the Acer Switch V 10 (SW5-017) has a 800x1280 portrait screen mounted in the tablet part of a landscape oriented 2-in-1. Add a quirk for this. Cc: Rudolf Polzer <[email protected]> Signed-off-by: Hans de Goede <[email protected]> Acked-by: Simon Ser <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent 308451d commit 653f2d9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,12 @@ static const struct dmi_system_id orientation_data[] = {
134134
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "One S1003"),
135135
},
136136
.driver_data = (void *)&lcd800x1280_rightside_up,
137+
}, { /* Acer Switch V 10 (SW5-017) */
138+
.matches = {
139+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Acer"),
140+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "SW5-017"),
141+
},
142+
.driver_data = (void *)&lcd800x1280_rightside_up,
137143
}, { /* Anbernic Win600 */
138144
.matches = {
139145
DMI_EXACT_MATCH(DMI_BOARD_VENDOR, "Anbernic"),

0 commit comments

Comments
 (0)