Skip to content

Commit 1aa7f41

Browse files
Maccraft123jwrdegoede
authored andcommitted
drm: panel-orientation-quirks: Change Air's quirk to support Air Plus
It turned out that Aya Neo Air Plus had a different board name than expected. This patch changes Aya Neo Air's quirk to account for that, as both devices share "Air" in DMI product name. Tested on Air claiming to be an Air Pro, and on Air Plus. Signed-off-by: Maya Matuszczyk <maccraft123mc@gmail.com> Reviewed-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com> Link: https://patchwork.freedesktop.org/patch/msgid/20230515184843.1552612-1-maccraft123mc@gmail.com
1 parent 2d2f5f1 commit 1aa7f41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/drm_panel_orientation_quirks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ static const struct dmi_system_id orientation_data[] = {
179179
}, { /* AYA NEO AIR */
180180
.matches = {
181181
DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"),
182-
DMI_MATCH(DMI_BOARD_NAME, "AIR"),
182+
DMI_MATCH(DMI_PRODUCT_NAME, "AIR"),
183183
},
184184
.driver_data = (void *)&lcd1080x1920_leftside_up,
185185
}, { /* AYA NEO NEXT */

0 commit comments

Comments
 (0)