mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-05 10:31:46 +09:00
platform/x86: asus-wmi: Support 2023 ROG X16 tablet mode
[ Upstream commit 4106a70dda ]
Add quirk for ASUS ROG X16 (GV601V, 2023 versions) Flow 2-in-1
to enable tablet mode with lid flip (all screen rotations).
Signed-off-by: Luke D. Jones <luke@ljones.dev>
Link: https://lore.kernel.org/r/20230905082813.13470-1-luke@ljones.dev
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
d1f916c6eb
commit
d6a68f1632
@@ -478,6 +478,15 @@ static const struct dmi_system_id asus_quirks[] = {
|
|||||||
},
|
},
|
||||||
.driver_data = &quirk_asus_tablet_mode,
|
.driver_data = &quirk_asus_tablet_mode,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
.callback = dmi_matched,
|
||||||
|
.ident = "ASUS ROG FLOW X16",
|
||||||
|
.matches = {
|
||||||
|
DMI_MATCH(DMI_SYS_VENDOR, "ASUSTeK COMPUTER INC."),
|
||||||
|
DMI_MATCH(DMI_PRODUCT_NAME, "GV601V"),
|
||||||
|
},
|
||||||
|
.driver_data = &quirk_asus_tablet_mode,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
.callback = dmi_matched,
|
.callback = dmi_matched,
|
||||||
.ident = "ASUS VivoBook E410MA",
|
.ident = "ASUS VivoBook E410MA",
|
||||||
|
|||||||
Reference in New Issue
Block a user