Skip to content

Commit 308451d

Browse files
committed
drm: panel-orientation-quirks: Add quirk for Nanote UMPC-01
The Nanote UMPC-01 is a mini laptop with a 1200x1920 portrait screen mounted in a landscape oriented clamshell case. Add a quirk for this. 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 c429990 commit 308451d

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
@@ -319,6 +319,12 @@ static const struct dmi_system_id orientation_data[] = {
319319
DMI_MATCH(DMI_BIOS_VERSION, "BLADE_21"),
320320
},
321321
.driver_data = (void *)&lcd1200x1920_rightside_up,
322+
}, { /* Nanote UMPC-01 */
323+
.matches = {
324+
DMI_MATCH(DMI_SYS_VENDOR, "RWC CO.,LTD"),
325+
DMI_MATCH(DMI_PRODUCT_NAME, "UMPC-01"),
326+
},
327+
.driver_data = (void *)&lcd1200x1920_rightside_up,
322328
}, { /* OneGX1 Pro */
323329
.matches = {
324330
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "SYSTEM_MANUFACTURER"),

0 commit comments

Comments
 (0)