-
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.
yaml --- r: 199859 b: refs/heads/master c: a4cff8b h: refs/heads/master i: 199857: c7ca083 199855: 9bad214 v: v3
- Loading branch information
Sreedhara DS
authored and
Greg Kroah-Hartman
committed
Jun 4, 2010
1 parent
709d088
commit a4e6041
Showing
7 changed files
with
880 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: d7636e0b0769e0f4f437ff33168d723f86e7c080 | ||
refs/heads/master: a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd |
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,7 @@ | ||
config TOUCHSCREEN_INTEL_MID | ||
tristate "Intel MID platform resistive touchscreen" | ||
depends on INTEL_SCU_IPC | ||
default y | ||
help | ||
Say Y here if you have a Intel MID based touchscreen | ||
If unsure, say N. |
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,3 @@ | ||
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel_mid_touch.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,2 @@ | ||
- Move the driver to not think it is SPI (requires fixing some of the SFI | ||
and firmware side) |
Oops, something went wrong.