| .. | .. |
|---|
| 1 | +// SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | /* |
|---|
| 2 | 3 | * Simple USB RGB LED driver |
|---|
| 3 | 4 | * |
|---|
| 4 | 5 | * Copyright 2016 Heiner Kallweit <hkallweit1@gmail.com> |
|---|
| 5 | 6 | * Based on drivers/hid/hid-thingm.c and |
|---|
| 6 | 7 | * 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. |
|---|
| 11 | 8 | */ |
|---|
| 12 | 9 | |
|---|
| 13 | 10 | #include <linux/hid.h> |
|---|
| .. | .. |
|---|
| 369 | 366 | .type = DREAM_CHEEKY, |
|---|
| 370 | 367 | .name = "Dream Cheeky Webmail Notifier", |
|---|
| 371 | 368 | .short_name = "dream_cheeky", |
|---|
| 372 | | - .max_brightness = 31, |
|---|
| 369 | + .max_brightness = 63, |
|---|
| 373 | 370 | .num_leds = 1, |
|---|
| 374 | 371 | .report_size = 9, |
|---|
| 375 | 372 | .report_type = RAW_REQUEST, |
|---|