This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
resources:tools-software:linux-drivers:input-touchscreen:ad7879 [05 Sep 2012 14:12] Michael Hennerich [Status] |
resources:tools-software:linux-drivers:input-touchscreen:ad7879 [11 Feb 2016 21:12] Lars-Peter Clausen [Status] |
||
---|---|---|---|
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> |