HID: hid-led: fix maximum brightness for Dream Cheeky
authorJonathan Teh <jonathan.teh@outlook.com>
Sun, 13 Mar 2022 19:48:18 +0000 (19:48 +0000)
committerJiri Kosina <jkosina@suse.cz>
Thu, 21 Apr 2022 08:28:49 +0000 (10:28 +0200)
Increase maximum brightness for Dream Cheeky to 63. Emperically
determined based on testing in kernel 4.4 on this device:

Bus 003 Device 002: ID 1d34:0004 Dream Cheeky Webmail Notifier

Fixes: 6c7ad07e9e05 ("HID: migrate USB LED driver from usb misc to hid")
Signed-off-by: Jonathan Teh <jonathan.teh@outlook.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/hid-led.c

index c2c66ce..7d82f8d 100644 (file)
@@ -366,7 +366,7 @@ static const struct hidled_config hidled_configs[] = {
                .type = DREAM_CHEEKY,
                .name = "Dream Cheeky Webmail Notifier",
                .short_name = "dream_cheeky",
-               .max_brightness = 31,
+               .max_brightness = 63,
                .num_leds = 1,
                .report_size = 9,
                .report_type = RAW_REQUEST,