You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
compal-laptop: Port to new backlight interface selection API
Port the backlight selection logic to the new backlight interface selection API. Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Darren Hart <dvhart@linux.intel.com> Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
This commit is contained in:
committed by
Rafael J. Wysocki
parent
62c4aa1a8d
commit
358fefe78e
@@ -82,7 +82,7 @@
|
|||||||
#include <linux/hwmon-sysfs.h>
|
#include <linux/hwmon-sysfs.h>
|
||||||
#include <linux/power_supply.h>
|
#include <linux/power_supply.h>
|
||||||
#include <linux/fb.h>
|
#include <linux/fb.h>
|
||||||
|
#include <acpi/video.h>
|
||||||
|
|
||||||
/* ======= */
|
/* ======= */
|
||||||
/* Defines */
|
/* Defines */
|
||||||
@@ -959,7 +959,7 @@ static int __init compal_init(void)
|
|||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!acpi_video_backlight_support()) {
|
if (acpi_video_get_backlight_type() == acpi_backlight_vendor) {
|
||||||
struct backlight_properties props;
|
struct backlight_properties props;
|
||||||
memset(&props, 0, sizeof(struct backlight_properties));
|
memset(&props, 0, sizeof(struct backlight_properties));
|
||||||
props.type = BACKLIGHT_PLATFORM;
|
props.type = BACKLIGHT_PLATFORM;
|
||||||
|
|||||||
Reference in New Issue
Block a user