projects
/
platform
/
adaptation
/
renesas_rcar
/
renesas_kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ddfe02
)
HID: remove spurious brackets for iCade
author
Jiri Kosina
<jkosina@suse.cz>
Wed, 31 Oct 2012 14:54:34 +0000
(15:54 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Wed, 31 Oct 2012 14:54:34 +0000
(15:54 +0100)
Remove spurious brackets in Kconfig for hid-icade.
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
813f0fe
..
f0ac277
100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-267,7
+267,7
@@
config HID_GYRATION
config HID_ICADE
tristate "ION iCade arcade controller"
- depends on
(BT_HIDP)
+ depends on
BT_HIDP
---help---
Support for the ION iCade arcade controller to work as a joystick.