Skip to content

Commit bfdd859

Browse files
themariususgregkh
authored andcommitted
drm: Added orientation quirk for ASUS tablet model T103HAF
commit b5ac98c upstream. Signed-off-by: Marius Iacob <themariusus@gmail.com> Cc: stable@vger.kernel.org Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20200801123445.1514567-1-themariusus@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent c4368ab commit bfdd859

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,12 @@ static const struct dmi_system_id orientation_data[] = {
107107
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T101HA"),
108108
},
109109
.driver_data = (void *)&lcd800x1280_rightside_up,
110+
}, { /* Asus T103HAF */
111+
.matches = {
112+
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
113+
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "T103HAF"),
114+
},
115+
.driver_data = (void *)&lcd800x1280_rightside_up,
110116
}, { /* GPD MicroPC (generic strings, also match on bios date) */
111117
.matches = {
112118
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Default string"),

0 commit comments

Comments
 (0)