Re: [PATCH 09/22] platform/x86: fujitsu-laptop: Use acpi_video_get_backlight_types()

2022-10-24 Thread Jonathan Woithe
On Mon, Oct 24, 2022 at 08:35:00PM +0900, Akihiko Odaki wrote: > acpi_video_get_backlight_type() is now deprecated. The practical impact of this patch series on fujitsu-laptop is obviously very minor assuming the new acpi_video_get_backlight_types() function functions as advertised. Accordingly,

[PATCH 22/32] fujitsu-laptop: Port to new backlight interface selection API

2015-06-11 Thread Jonathan Woithe
On Wed, Jun 10, 2015 at 03:01:22PM +0200, Hans de Goede wrote: > Port the backlight selection logic to the new backlight interface > selection API. Acked-by: Jonathan Woithe > Signed-off-by: Hans de Goede > --- > drivers/platform/x86/fujitsu-laptop.c | 6 +++--- > 1 file cha