From mboxrd@z Thu Jan 1 00:00:00 1970 From: Claude Code Review Bot To: dri-devel-reviews@example.com Subject: Claude review: drm: panel-orientation-quirks: Add additional ID for Ayaneo 2021 Date: Tue, 17 Feb 2026 07:19:39 +1000 Message-ID: In-Reply-To: <20260216204547.293291-3-lkml@antheas.dev> References: <20260216204547.293291-1-lkml@antheas.dev> <20260216204547.293291-3-lkml@antheas.dev> X-Mailer: Claude Code Patch Reviewer Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit MIME-Version: 1.0 Patch Review > + }, { /* AYA NEO 2021 */ > + .matches = { > + DMI_EXACT_MATCH(DMI_SYS_VENDOR, "AYANEO"), > + DMI_EXACT_MATCH(DMI_PRODUCT_NAME, "NEO 2021"), > + }, > + .driver_data = (void *)&lcd800x1280_rightside_up, Adds an alternate DMI identity for the Ayaneo 2021 where the product name is "NEO 2021" (vendor "AYANEO") rather than "AYA NEO 2021" (vendor "AYADEVICE"). The existing entry uses `lcd800x1280_rightside_up` and so does this one. Correctly placed. No issues found. --- Generated by Claude Code Patch Reviewer