projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73c5b25
)
HID: microsoft: the driver now neeed MEMLESS_FF infrastructure
author
Jiri Kosina
<jkosina@suse.cz>
Wed, 5 Sep 2018 11:24:47 +0000
(13:24 +0200)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 5 Sep 2018 11:26:08 +0000
(13:26 +0200)
Reflect that fact in Kconfig, the same we do for other such drivers.
Reported-by: kbuild 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
61e1953
..
e5ec477
100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-596,6
+596,7
@@
config HID_MICROSOFT
tristate "Microsoft non-fully HID-compliant devices"
depends on HID
default !EXPERT
+ select INPUT_FF_MEMLESS
---help---
Support for Microsoft devices that are not fully compliant with HID standard.