diff options
author | LiveboxAndy <liveboxandy@gmail.com> | 2018-08-04 18:02:21 +0100 |
---|---|---|
committer | Solomon Peachy <pizza@shaftnet.org> | 2020-07-09 18:02:07 +0000 |
commit | 77f8c9c9f12f1a520467868047574fe0af7a1556 (patch) | |
tree | 2ae699fbdeca5aed4e28a1d5bc69915d5f6f5838 /apps/SOURCES | |
parent | dcdf2713f610cb3cfaa615ab9b8d4b9412e7a8b6 (diff) |
Update to allow the Apple Radio Remote to function on iPod Video 5G.
This was broken when the major update to iap was comitted.
ia-lingo7.c created and various iap related files modified.
On 4G, 6G and Nano 1/2Gen iPods the remote will function
even though the radio won't.
Tested on 4G Greyscale, 4G Color, 4G Photo, 4G Mini 1st Gen,
4G Mini 2Gen, Nano 1G, Nano 2G, Video 5G, Video 5.5G
Change-Id: Ia74e3d07d9ab5edc6da8eafa96801ede722be331
Diffstat (limited to 'apps/SOURCES')
-rw-r--r-- | apps/SOURCES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/SOURCES b/apps/SOURCES index 99b0832286..107431d464 100644 --- a/apps/SOURCES +++ b/apps/SOURCES @@ -70,8 +70,10 @@ iap/iap-lingo1.c iap/iap-lingo2.c iap/iap-lingo3.c iap/iap-lingo4.c +#if CONFIG_TUNER +iap/iap-lingo7.c +#endif #endif - screen_access.c #ifdef HAVE_BUTTONBAR gui/buttonbar.c |