ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk
authorHans de Goede <hdegoede@redhat.com>
Sat, 18 Jun 2022 17:06:51 +0000 (19:06 +0200)
committerHans de Goede <hdegoede@redhat.com>
Sat, 3 Sep 2022 10:17:27 +0000 (12:17 +0200)
commitde6f3121dc6b2226b85a91b1fe2ac2d08a8b5248
tree1819bdd6fe1438576a317988d8472346a84da0bf
parent77ab9d4d44cd235322d2f30b1c4026302c3ce8c6
ACPI: video: Drop "Samsung X360" acpi_backlight=native quirk

acpi_backlight=native is the default for the "Samsung X360", but as
the comment explains the quirk was still necessary because even
briefly registering the acpi_video0 backlight; and then unregistering
it once the native driver showed up, was leading to issues.

After the "ACPI: video: Make backlight class device registration
a separate step" patch from earlier in this patch-series, we no
longer briefly register the acpi_video0 backlight on systems where
the native driver should be used.

So this is no longer an issue an the quirk is no longer needed.

Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
drivers/acpi/video_detect.c