Message ID | 20210221112005.102116-1-hdegoede@redhat.com |
---|---|
Headers | show |
Series | HID: lenovo: Mute LED handling fixes and improvements | expand |
On Sun 2021-02-21 12:20:02, Hans de Goede wrote: > The led_classdev already contains a cached value of the last set > brightness, the brightness_get callback is only meant for LED drivers > which can read back the actual / current brightness from the hardware. > > Since lenovo_led_brightness_get() just returns the last set value > it does not add any functionality, so we can just remove it. > > Reviewed-by: Marek Behún <kabel@kernel.org> > Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Pavel Machek <pavel@ucw.cz>
On Sun 2021-02-21 12:20:05, Hans de Goede wrote: > The mute and mic-mute LEDs should be automatically turned on/off based > on the audio-card's mixer settings. > > Add the standardized default-trigger names for this, so that the alsa > code can turn the LEDs on/off as appropriate (on supported audio cards). > > This brings the mute/mic-mute LED support inline with the thinkpad_acpi > support for the same LEDs in keyboards directly connected to the > laptop's embedded-controller. > > Reviewed-by: Marek Behún <kabel@kernel.org> > Signed-off-by: Hans de Goede <hdegoede@redhat.com> Acked-by: Pavel Machek <pavel@ucw.cz>