Wiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
resources:tools-software:linux-drivers:input-touchscreen:ad7879 [08 Nov 2011 16:49] – [Evaluation Boards] Michael Hennerichresources:tools-software:linux-drivers:input-touchscreen:ad7879 [03 Jan 2013 20:42] – external edit
Line 56: Line 56:
  
 ^  Source  ^  Mainlined?  ^ ^  Source  ^  Mainlined?  ^
-| [[bfgit>linux-kernel?drivers/input/touchscreen/ad7879.c|git]] |  [[git.linux.org>drivers/input/touchscreen/ad7879.c|Yes]]  |+| [[git.linux.org>drivers/input/touchscreen/ad7879.c|git]] |  [[git.linux.org>drivers/input/touchscreen/ad7879.c|Yes]]  |
  
 ===== Files ===== ===== Files =====
Line 152: Line 152:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The AD7879 Driver depends on **CONFIG_SPI** or **CONFIG_I2C** The AD7879 Driver depends on **CONFIG_SPI** or **CONFIG_I2C**
-</note>+</WRAP>
  
 <code> <code>
Line 286: Line 286:
 </code> </code>
  
-<note tip>+<WRAP tip>
 In case you touch the surface and don't receive events, it's likely that something with your /DAV Interrupt is wrong.\\ In case you touch the surface and don't receive events, it's likely that something with your /DAV Interrupt is wrong.\\
 **check irq number in your platform device file** **check irq number in your platform device file**
-</note>+</WRAP>
  
-<note tip>+<WRAP tip>
 In case you get a message like: ''evtest: No such device'', it's likely that you have not install the necessary modules In case you get a message like: ''evtest: No such device'', it's likely that you have not install the necessary modules
-</note>+</WRAP>
  
 <code> <code>
resources/tools-software/linux-drivers/input-touchscreen/ad7879.txt · Last modified: 11 Feb 2016 21:12 by Lars-Peter Clausen