Skip to content

Commit 116c3f4

Browse files
jonathan-tehJiri Kosina
authored andcommitted
HID: hid-led: fix maximum brightness for Dream Cheeky
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: 6c7ad07 ("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>
1 parent 1d07cef commit 116c3f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/hid/hid-led.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ static const struct hidled_config hidled_configs[] = {
366366
.type = DREAM_CHEEKY,
367367
.name = "Dream Cheeky Webmail Notifier",
368368
.short_name = "dream_cheeky",
369-
.max_brightness = 31,
369+
.max_brightness = 63,
370370
.num_leds = 1,
371371
.report_size = 9,
372372
.report_type = RAW_REQUEST,

0 commit comments

Comments
 (0)