]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]
authorHans de Goede <hdegoede@redhat.com>
Sat, 16 Nov 2024 09:58:25 +0000 (10:58 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 14 Dec 2024 19:04:06 +0000 (20:04 +0100)
commit4806ed7abddcdb7c014f281333c515b5e4256239
treeba5249402132d88c408baf46987703946195d344
parentac0536c564ec2269dfc0d1caa34917e3cb17d3bb
ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]

[ Upstream commit bd8aa15848f5f21951cd0b0d01510b3ad1f777d4 ]

The Asus entries in the acpi_quirk_skip_dmi_ids[] table are the only
entries without a comment which model they apply to. Add these comments.

The Asus TF103C entry also is in the wrong place for what is supposed to
be an alphabetically sorted list. Move it up so that the list is properly
sorted and add a comment that the list is alphabetically sorted.

Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Link: https://patch.msgid.link/20241116095825.11660-2-hdegoede@redhat.com
[ rjw: Changelog and subject edits ]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Sasha Levin <sashal@kernel.org>
drivers/acpi/x86/utils.c