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)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Fri, 22 Nov 2024 20:10:23 +0000 (21:10 +0100)
commitbd8aa15848f5f21951cd0b0d01510b3ad1f777d4
treea41f92728b87f54ca3059a5053e1fbadfba3c31f
parent82f250ed1a1dcde0ad2a1513f85af7f9514635e8
ACPI: x86: Clean up Asus entries in acpi_quirk_skip_dmi_ids[]

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>
drivers/acpi/x86/utils.c