We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26746ed commit 704c1beCopy full SHA for 704c1be
drivers/gpu/drm/drm_panel_orientation_quirks.c
@@ -420,14 +420,14 @@ static const struct dmi_system_id orientation_data[] = {
420
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galaxy Book 10.6"),
421
},
422
.driver_data = (void *)&lcd1280x1920_rightside_up,
423
- }, { /* Valve Steam Deck */
+ }, { /* Valve Steam Deck (Jupiter) */
424
.matches = {
425
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "Valve"),
426
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Jupiter"),
427
DMI_EXACT_MATCH(DMI_PRODUCT_VERSION, "1"),
428
429
.driver_data = (void *)&lcd800x1280_rightside_up,
430
+ }, { /* Valve Steam Deck (Galileo) */
431
432
433
DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "Galileo"),
0 commit comments