Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 318327
b: refs/heads/master
c: 07b8481
h: refs/heads/master
i:
  318325: 73c74e7
  318323: 9658af4
  318319: 018e027
v: v3
  • Loading branch information
Joonyoung Shim authored and Dmitry Torokhov committed Jul 18, 2012
1 parent 9d1e3c1 commit a5158e0
Show file tree
Hide file tree
Showing 5 changed files with 582 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 69690bec400e4c6cc89ef37376da1e633e14ad0f
refs/heads/master: 07b8481d4aff73d6f451f25e74ea10240ff5131e
12 changes: 12 additions & 0 deletions trunk/drivers/input/touchscreen/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,18 @@ config TOUCHSCREEN_MCS5000
To compile this driver as a module, choose M here: the
module will be called mcs5000_ts.

config TOUCHSCREEN_MMS114
tristate "MELFAS MMS114 touchscreen"
depends on I2C
help
Say Y here if you have the MELFAS MMS114 touchscreen controller
chip in your system.

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called mms114.

config TOUCHSCREEN_MTOUCH
tristate "MicroTouch serial touchscreens"
select SERIO
Expand Down
1 change: 1 addition & 0 deletions trunk/drivers/input/touchscreen/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ obj-$(CONFIG_TOUCHSCREEN_MAX11801) += max11801_ts.o
obj-$(CONFIG_TOUCHSCREEN_MC13783) += mc13783_ts.o
obj-$(CONFIG_TOUCHSCREEN_MCS5000) += mcs5000_ts.o
obj-$(CONFIG_TOUCHSCREEN_MIGOR) += migor_ts.o
obj-$(CONFIG_TOUCHSCREEN_MMS114) += mms114.o
obj-$(CONFIG_TOUCHSCREEN_MTOUCH) += mtouch.o
obj-$(CONFIG_TOUCHSCREEN_MK712) += mk712.o
obj-$(CONFIG_TOUCHSCREEN_HP600) += hp680_ts_input.o
Expand Down
Loading

0 comments on commit a5158e0

Please sign in to comment.