-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Ramesh Agarwal
authored and
Greg Kroah-Hartman
committed
Nov 9, 2010
1 parent
90a5913
commit 8d07615
Showing
8 changed files
with
706 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
--- | ||
refs/heads/master: fc2347e2023221ef04c6d9ce84019aa8c7e0ad6d | ||
refs/heads/master: 78fd115e21087133be74bc6dd7a9bc1969aea8f8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
obj-$(CONFIG_TOUCHSCREEN_CLEARPAD_TM1217) += clearpad_tm1217.o | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
Oops, something went wrong.