Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
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
Show file tree
Hide file tree
Showing 7 changed files with 880 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: d7636e0b0769e0f4f437ff33168d723f86e7c080
refs/heads/master: a4cff8b82a3cd0c95348ad4ae28cee7a918a35cd
2 changes: 2 additions & 0 deletions trunk/drivers/staging/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -143,5 +143,7 @@ source "drivers/staging/adis16255/Kconfig"

source "drivers/staging/xgifb/Kconfig"

source "drivers/staging/mrst-touchscreen/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 @@ -52,3 +52,4 @@ obj-$(CONFIG_CXT1E1) += cxt1e1/
obj-$(CONFIG_TI_ST) += ti-st/
obj-$(CONFIG_ADIS16255) += adis16255/
obj-$(CONFIG_FB_XGI) += xgifb/
obj-$(CONFIG_TOUCHSCREEN_MRSTOUCH) += mrst-touchscreen/
7 changes: 7 additions & 0 deletions trunk/drivers/staging/mrst-touchscreen/Kconfig
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.
3 changes: 3 additions & 0 deletions trunk/drivers/staging/mrst-touchscreen/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
obj-$(CONFIG_TOUCHSCREEN_INTEL_MID) := intel_mid_touch.o


2 changes: 2 additions & 0 deletions trunk/drivers/staging/mrst-touchscreen/TODO
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)
Loading

0 comments on commit a4e6041

Please sign in to comment.