projects
/
kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1be03b4
)
HID: playstation: require multicolor LED functionality
author
Jiri Kosina
<jkosina@suse.cz>
Mon, 1 Nov 2021 14:12:02 +0000
(15:12 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Mon, 1 Nov 2021 14:12:02 +0000
(15:12 +0100)
The driver requires multicolor LED support; express that in Kconfig.
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 3c33bf572d6d355d28d01ff95102e7502028c726..d78b1c1fb97e9856d9bc6f71f4d5a41990126efc 100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-868,6
+868,7
@@
config HID_PLANTRONICS
config HID_PLAYSTATION
tristate "PlayStation HID Driver"
depends on HID
+ depends on LEDS_CLASS_MULTICOLOR
select CRC32
select POWER_SUPPLY
help