mbox series

[0/6] HID: lg-g15: Add support for the Logitech Z-10 speakers

Message ID 20210416131323.233184-1-hdegoede@redhat.com
Headers show
Series HID: lg-g15: Add support for the Logitech Z-10 speakers | expand

Message

Hans de Goede April 16, 2021, 1:13 p.m. UTC
Hi All,

Here is a patch series adding support for the LCD menu keys +
LCD brightness control on the Logitech Z-10 speakers (with LCD)
which use the same protocol as the G15 keyboards.

The first patch is an unrelated cleanup, patches 2-4 move some code
into helper functions to allow re-use in the Z-10 case, patch 5
adds the actual Z-10 support and patch 6 is a bonus patch adding
missing MODULE_AUTHOR tags to 2 HID drivers which I maintain.

Regards,

Hans


Hans de Goede (6):
  HID: lg-g15: Remove unused size argument from lg_*_event() functions
  HID: lg-g15: Add a lg_g15_handle_lcd_menu_keys() helper function
  HID: lg-g15: Add a lg_g15_init_input_dev() helper function
  HID: lg-g15: Make the LED-name used by lg_g15_register_led() a
    parameter
  HID: lg-g15: Add support for the Logitech Z-10 speakers
  HID: lg-g15 + ite: Add MODULE_AUTHOR

 drivers/hid/hid-ids.h    |   1 +
 drivers/hid/hid-lg-g15.c | 140 ++++++++++++++++++++++++++-------------
 2 files changed, 96 insertions(+), 45 deletions(-)

Comments

Jiri Kosina May 5, 2021, 12:40 p.m. UTC | #1
On Fri, 16 Apr 2021, Hans de Goede wrote:

> Hi All,

> 

> Here is a patch series adding support for the LCD menu keys +

> LCD brightness control on the Logitech Z-10 speakers (with LCD)

> which use the same protocol as the G15 keyboards.

> 

> The first patch is an unrelated cleanup, patches 2-4 move some code

> into helper functions to allow re-use in the Z-10 case, patch 5

> adds the actual Z-10 support and patch 6 is a bonus patch adding

> missing MODULE_AUTHOR tags to 2 HID drivers which I maintain.


Series now in for-5.14/logitech. Thanks,

-- 
Jiri Kosina
SUSE Labs