]> git.baikalelectronics.ru Git - kernel.git/commit
platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe
authorHans de Goede <hdegoede@redhat.com>
Tue, 13 Dec 2022 12:29:43 +0000 (13:29 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 18 Jan 2023 10:42:02 +0000 (11:42 +0100)
commitfb780bd85b740f1e30fec26123cb6908dda03af6
treeb325cf11f5e16d95246f4fcf675279c389a294b3
parentb77f3b8eb90391e156aee2f8b462fcf3d5fe60e1
platform/x86: sony-laptop: Don't turn off 0x153 keyboard backlight during probe

commit ad75bd85b1db69c97eefea07b375567821f6ef58 upstream.

The 0x153 version of the kbd backlight control SNC handle has no separate
address to probe if the backlight is there.

This turns the probe call into a set keyboard backlight call with a value
of 0 turning off the keyboard backlight.

Skip probing when there is no separate probe address to avoid this.

Link: https://bugzilla.redhat.com/show_bug.cgi?id=1583752
Fixes: f329fbe1fda5 ("Keyboard backlight control for some Vaio Fit models")
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Reviewed-by: Mattia Dongili <malattia@linux.it>
Link: https://lore.kernel.org/r/20221213122943.11123-1-hdegoede@redhat.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/sony-laptop.c