Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 358fefe7 authored by Hans de Goede's avatar Hans de Goede Committed by Rafael J. Wysocki
Browse files

compal-laptop: Port to new backlight interface selection API



Port the backlight selection logic to the new backlight interface
selection API.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarDarren Hart <dvhart@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 62c4aa1a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -82,7 +82,7 @@
#include <linux/hwmon-sysfs.h>
#include <linux/power_supply.h>
#include <linux/fb.h>

#include <acpi/video.h>

/* ======= */
/* Defines */
@@ -959,7 +959,7 @@ static int __init compal_init(void)
		return -ENODEV;
	}

	if (!acpi_video_backlight_support()) {
	if (acpi_video_get_backlight_type() == acpi_backlight_vendor) {
		struct backlight_properties props;
		memset(&props, 0, sizeof(struct backlight_properties));
		props.type = BACKLIGHT_PLATFORM;