diff options
| author | Amaury Pouly <amaury.pouly@gmail.com> | 2016-05-30 16:24:38 +0100 |
|---|---|---|
| committer | Amaury Pouly <amaury.pouly@gmail.com> | 2016-06-01 23:09:27 +0200 |
| commit | d42a4a4eb4bc20fda41543b8b831c1970723346f (patch) | |
| tree | f6ba16e95c61e441c1f110131b17a710c785285c /firmware/SOURCES | |
| parent | b2afd931e2d83ce346811a68a34ee56c48be6d35 (diff) | |
| download | rockbox-d42a4a4eb4bc20fda41543b8b831c1970723346f.zip rockbox-d42a4a4eb4bc20fda41543b8b831c1970723346f.tar.gz rockbox-d42a4a4eb4bc20fda41543b8b831c1970723346f.tar.bz2 rockbox-d42a4a4eb4bc20fda41543b8b831c1970723346f.tar.xz | |
zenxfi3: rewrite mpr121 driver
The new driver uses an asynchronous architecture for touch status reading.
Change-Id: Ic75a8b91bc47ee16c3af873afde178cd70186376
Diffstat (limited to 'firmware/SOURCES')
| -rw-r--r-- | firmware/SOURCES | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/SOURCES b/firmware/SOURCES index 34d2db3..db3f09e 100644 --- a/firmware/SOURCES +++ b/firmware/SOURCES @@ -1231,10 +1231,10 @@ target/arm/imx233/creative-zenxfi2/powermgmt-zenxfi2.c #endif #ifdef CREATIVE_ZENXFI3 -drivers/mpr121.c #ifndef BOOTLOADER target/arm/imx233/fmradio-imx233.c #endif +target/arm/imx233/creative-zenxfi3/mpr121-zenxfi3.c target/arm/imx233/creative-zenxfi3/backlight-zenxfi3.c target/arm/imx233/creative-zenxfi3/lcd-zenxfi3.c target/arm/imx233/creative-zenxfi3/button-zenxfi3.c |