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:ad7877 [09 Nov 2011 17:08] – [Testing] Michael Hennerichresources:tools-software:linux-drivers:input-touchscreen:ad7877 [03 Jan 2013 20:42] – external edit
Line 41: Line 41:
  
 ^  Source  ^  Mainlined?  ^ ^  Source  ^  Mainlined?  ^
-| [[bfgit>linux-kernel?drivers/input/touchscreen/ad7877.c|git]] |  [[git.linux.org>drivers/input/touchscreen/ad7877.c|Yes]]  |+| [[git.linux.org>drivers/input/touchscreen/ad7877.c|git]] |  [[git.linux.org>drivers/input/touchscreen/ad7877.c|Yes]]  |
 ===== Files ===== ===== Files =====
  
Line 73: Line 73:
 "make qconfig") "make qconfig")
  
-<note>+<WRAP round help>
 The AD7877 Driver depends on **CONFIG_SPI** The AD7877 Driver depends on **CONFIG_SPI**
-</note>+</WRAP>
  
 <code> <code>
Line 105: Line 105:
 ====== Hardware configuration ====== ====== Hardware configuration ======
  
-<note tip>+<WRAP tip>
 The AD7877 Linux Driver only uses the /DAV Data Available Interrupt. The AD7877 Linux Driver only uses the /DAV Data Available Interrupt.
 /PENIRQ is not used. STOPACQ can be used to reduce the effect of noise from an LCD screen on /PENIRQ is not used. STOPACQ can be used to reduce the effect of noise from an LCD screen on
 the touch screen measurements. the touch screen measurements.
-</note>+</WRAP>
  
  {{:software:driver:linux:ad7877_example_schematic.png?800}}  {{:software:driver:linux:ad7877_example_schematic.png?800}}
Line 210: Line 210:
 </xterm> </xterm>
  
-<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>
  
 ===== Aux functions ===== ===== Aux functions =====
resources/tools-software/linux-drivers/input-touchscreen/ad7877.txt · Last modified: 11 Feb 2016 21:11 by Lars-Peter Clausen