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
resources:tools-software:linux-drivers:input-touchscreen:ad7879 [05 Sep 2012 14:12] – [Status] Michael Hennerichresources:tools-software:linux-drivers:input-touchscreen:ad7879 [11 Feb 2016 21:12] (current) – [Status] Lars-Peter Clausen
Line 55: Line 55:
 ===== Status ===== ===== Status =====
  
- Source   Mainlined?  +^ Source ^ Mainlined? ^ 
-| [[git.linux.org>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