summaryrefslogtreecommitdiff
path: root/firmware/export/config-h120.h
diff options
context:
space:
mode:
authorLinus Nielsen Feltzing <linus@haxx.se>2006-02-17 22:38:38 +0000
committerLinus Nielsen Feltzing <linus@haxx.se>2006-02-17 22:38:38 +0000
commit00811840c9198833e6b234939b1509d52a51c880 (patch)
tree21659dbffbd8f1714d4c72eddfefa2f938291628 /firmware/export/config-h120.h
parent5519d82137062f49f264332af329e711299ce6f0 (diff)
downloadrockbox-00811840c9198833e6b234939b1509d52a51c880.tar.gz
rockbox-00811840c9198833e6b234939b1509d52a51c880.zip
Remote type autodetection on iriver, remote_type() returns REMOTETYPE_H100_LCD, REMOTETYPE_H300_LCD or REMOTETYPE_H300_NONLCD
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8721 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/config-h120.h')
-rw-r--r--firmware/export/config-h120.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/export/config-h120.h b/firmware/export/config-h120.h
index 252d3c1af8..fd62243d8a 100644
--- a/firmware/export/config-h120.h
+++ b/firmware/export/config-h120.h
@@ -109,3 +109,7 @@
109/* Define this if you can control the S/PDIF power */ 109/* Define this if you can control the S/PDIF power */
110#define HAVE_SPDIF_POWER 110#define HAVE_SPDIF_POWER
111 111
112/* ADC values for different remote control types */
113#define ADCVAL_H100_LCD_REMOTE 0x6a
114#define ADCVAL_H300_LCD_REMOTE 0x50
115#define ADCVAL_H300_NONLCD_REMOTE 0xfc