mbox series

[v2,0/3] HID: elan: Mute LED handling fixes and improvements

Message ID 20210221113029.103703-1-hdegoede@redhat.com (mailing list archive)
Headers show
Series HID: elan: Mute LED handling fixes and improvements | expand

Message

Hans de Goede Feb. 21, 2021, 11:30 a.m. UTC
Hi All,

Here is v2 of my series with mute LED handling fixes and improvements
for the hid-elan driver.

New in v2:
- Add Marek BehĂșn's Reviewed-by to all patches,thank you for all the
  reviews Marek.
- Improve error handling in patch 1/3 to return -EIO when ret != 3 and >= 0

Regards,

Hans


Hans de Goede (3):
  HID: elan: Silence mute LED errors being logged when the device is
    unplugged
  HID: elan: Set default_trigger for the mute LED
  HID: elan: Remove elan_mute_led_get_brigtness()

 drivers/hid/hid-elan.c | 17 +++++------------
 1 file changed, 5 insertions(+), 12 deletions(-)

Comments

Pavel Machek Feb. 23, 2021, 9:08 a.m. UTC | #1
Hi!

> Here is v2 of my series with mute LED handling fixes and improvements
> for the hid-elan driver.
> 
> New in v2:
> - Add Marek BehĂșn's Reviewed-by to all patches,thank you for all the
>   reviews Marek.
> - Improve error handling in patch 1/3 to return -EIO when ret != 3 and >= 0

Series:

Acked-by: Pavel Machek <pavel@ucw.cz>