projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
148c1c8
)
Input: tps6507x-ts - select INPUT_POLLDEV
author
Dmitry Torokhov
<
[email protected]
>
Wed, 3 Jul 2013 06:08:18 +0000
(23:08 -0700)
committer
Dmitry Torokhov
<
[email protected]
>
Wed, 3 Jul 2013 06:11:01 +0000
(23:11 -0700)
Since the driver was converted to polled device infrastructure we need
to make sure it is enabled.
Signed-off-by: Dmitry Torokhov <
[email protected]
>
drivers/input/touchscreen/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/input/touchscreen/Kconfig
b/drivers/input/touchscreen/Kconfig
index 2d70089c1183dc25b309b433babec8df40fe4330..3b9758b5f4d7addee5e5d5ec4e706b2421e1a4b7 100644
(file)
--- a/
drivers/input/touchscreen/Kconfig
+++ b/
drivers/input/touchscreen/Kconfig
@@
-909,6
+909,7
@@
config TOUCHSCREEN_STMPE
config TOUCHSCREEN_TPS6507X
tristate "TPS6507x based touchscreens"
depends on I2C
+ select INPUT_POLLDEV
help
Say Y here if you have a TPS6507x based touchscreen
controller.