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

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

sony-laptop: Port to new backlight interface selection API



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

This commit also removes various obsolete pr_xxx messages related to
backlight interface selection. These are obsolete because they assume
there is only a vendor or acpi backlight driver and no other choice.
Also they are not necessary, if the user wants to know which backlight
interfaces are registered a simple "ls /sys/class/backlight" suffices.

Signed-off-by: default avatarHans de Goede <hdegoede@redhat.com>
Acked-by: default avatarMattia Dongili <malattia@linux.it>
Acked-by: default avatarDarren Hart <dvhart@linux.intel.com>
Signed-off-by: default avatarRafael J. Wysocki <rafael.j.wysocki@intel.com>
parent 6c072299
Loading
Loading
Loading
Loading
+2 −5
Original line number Original line Diff line number Diff line
@@ -69,6 +69,7 @@
#include <linux/miscdevice.h>
#include <linux/miscdevice.h>
#endif
#endif
#include <asm/uaccess.h>
#include <asm/uaccess.h>
#include <acpi/video.h>


#define dprintk(fmt, ...)			\
#define dprintk(fmt, ...)			\
do {						\
do {						\
@@ -3198,12 +3199,8 @@ static int sony_nc_add(struct acpi_device *device)
			sony_nc_function_setup(device, sony_pf_device);
			sony_nc_function_setup(device, sony_pf_device);
	}
	}


	/* setup input devices and helper fifo */
	if (acpi_video_get_backlight_type() == acpi_backlight_vendor)
	if (acpi_video_backlight_support()) {
		pr_info("brightness ignored, must be controlled by ACPI video driver\n");
	} else {
		sony_nc_backlight_setup();
		sony_nc_backlight_setup();
	}


	/* create sony_pf sysfs attributes related to the SNC device */
	/* create sony_pf sysfs attributes related to the SNC device */
	for (item = sony_nc_values; item->name; ++item) {
	for (item = sony_nc_values; item->name; ++item) {