summaryrefslogtreecommitdiff
path: root/firmware/export/config-h300.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-h300.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-h300.h')
-rw-r--r--firmware/export/config-h300.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/firmware/export/config-h300.h b/firmware/export/config-h300.h
index 88feb9d649..45d3265010 100644
--- a/firmware/export/config-h300.h
+++ b/firmware/export/config-h300.h
@@ -113,4 +113,9 @@
113/* define this if the unit can be powered or charged via USB */ 113/* define this if the unit can be powered or charged via USB */
114#define HAVE_USB_POWER 114#define HAVE_USB_POWER
115 115
116/* ADC values for different remote control types */
117#define ADCVAL_H100_LCD_REMOTE 0x3c
118#define ADCVAL_H300_LCD_REMOTE 0x2b
119#define ADCVAL_H300_NONLCD_REMOTE 0x8e
120
116#endif 121#endif