projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4202f1d
)
HID: wacom: Fix HID_WACOM self-dependency
author
Przemo Firszt
<przemo@firszt.eu>
Wed, 28 Mar 2012 21:13:36 +0000
(22:13 +0100)
committer
Jiri Kosina
<jkosina@suse.cz>
Thu, 29 Mar 2012 14:40:15 +0000
(16:40 +0200)
This patch fixes a silly mistake: HID_WACOM was dependent on HID_WACOM, so
the option wasn't showing up after make menuconfig
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
drivers/hid/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/drivers/hid/Kconfig
b/drivers/hid/Kconfig
index 32ada100115949559d3566ffc9bccc5974369b3d..4ecc25629a45bda26a30d92ba532d9dd266e44b1 100644
(file)
--- a/
drivers/hid/Kconfig
+++ b/
drivers/hid/Kconfig
@@
-595,7
+595,6
@@
config THRUSTMASTER_FF
config HID_WACOM
tristate "Wacom Bluetooth devices support"
depends on BT_HIDP
- depends on HID_WACOM
select POWER_SUPPLY
---help---
Support for Wacom Graphire Bluetooth and Intuos4 WL tablets.