Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227949
b: refs/heads/master
c: 78fd115
h: refs/heads/master
i:
  227947: 1de15ab
v: v3
  • Loading branch information
Ramesh Agarwal authored and Greg Kroah-Hartman committed Nov 9, 2010
1 parent 90a5913 commit 8d07615
Show file tree
Hide file tree
Showing 8 changed files with 706 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: fc2347e2023221ef04c6d9ce84019aa8c7e0ad6d
refs/heads/master: 78fd115e21087133be74bc6dd7a9bc1969aea8f8
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -175,5 +175,7 @@ source "drivers/staging/intel_sst/Kconfig"

source "drivers/staging/speakup/Kconfig"

source "drivers/staging/cptm1217/Kconfig"

endif # !STAGING_EXCLUDE_BUILD
endif # STAGING
1 change: 1 addition & 0 deletions trunk/drivers/staging/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ obj-$(CONFIG_BCM_WIMAX) += bcm/
obj-$(CONFIG_FT1000) += ft1000/
obj-$(CONFIG_SND_INTEL_SST) += intel_sst/
obj-$(CONFIG_SPEAKUP) += speakup/
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += cptm1217/
11 changes: 11 additions & 0 deletions trunk/drivers/staging/cptm1217/Kconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
config TOUCHSCREEN_CLEARPAD_TM1217
tristate "Synaptics Clearpad TM1217"
depends on I2C
depends on GPIOLIB
help
Say Y here if you have a Synaptics Clearpad TM1217 Controller

If unsure, say N.

To compile this driver as a module, choose M here: the
module will be called clearpad_tm1217.
2 changes: 2 additions & 0 deletions trunk/drivers/staging/cptm1217/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += clearpad_tm1217.o

5 changes: 5 additions & 0 deletions trunk/drivers/staging/cptm1217/TODO
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
- Wait for the official upstream general clearpad drivers as promised over
the past few months
- Merge any device support needed from this driver into it
- Delete this driver

Loading

0 comments on commit 8d07615

Please sign in to comment.