Skip to content

Commit b5ac98c

Browse files
themariususdanvet
authored andcommitted
drm: Added orientation quirk for ASUS tablet model T103HAF
Signed-off-by: Marius Iacob <[email protected]> Cc: [email protected] Signed-off-by: Daniel Vetter <[email protected]> Link: https://patchwork.freedesktop.org/patch/msgid/[email protected]
1 parent ecfdedd commit b5ac98c

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
@@ -121,6 +121,12 @@ static const struct dmi_system_id orientation_data[] = {
121121
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T101HA"),
122122
},
123123
.driver_data = (void *)&lcd800x1280_rightside_up,
124+
}, { /* Asus T103HAF */
125+
.matches = {
126+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
127+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"),
128+
},
129+
.driver_data = (void *)&lcd800x1280_rightside_up,
124130
}, { /* GPD MicroPC (generic strings, also match on bios date) */
125131
.matches = {
126132
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),

0 commit comments

Comments
 (0)