hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/hid/hid-led.c
....@@ -1,13 +1,10 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * Simple USB RGB LED driver
34 *
45 * Copyright 2016 Heiner Kallweit <hkallweit1@gmail.com>
56 * Based on drivers/hid/hid-thingm.c and
67 * drivers/usb/misc/usbled.c
7
- *
8
- * This program is free software; you can redistribute it and/or
9
- * modify it under the terms of the GNU General Public License as
10
- * published by the Free Software Foundation, version 2.
118 */
129
1310 #include <linux/hid.h>
....@@ -369,7 +366,7 @@
369366 .type = DREAM_CHEEKY,
370367 .name = "Dream Cheeky Webmail Notifier",
371368 .short_name = "dream_cheeky",
372
- .max_brightness = 31,
369
+ .max_brightness = 63,
373370 .num_leds = 1,
374371 .report_size = 9,
375372 .report_type = RAW_REQUEST,