From 00811840c9198833e6b234939b1509d52a51c880 Mon Sep 17 00:00:00 2001 From: Linus Nielsen Feltzing Date: Fri, 17 Feb 2006 22:38:38 +0000 Subject: 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 --- firmware/export/config-h120.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'firmware/export/config-h120.h') 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 @@ /* Define this if you can control the S/PDIF power */ #define HAVE_SPDIF_POWER +/* ADC values for different remote control types */ +#define ADCVAL_H100_LCD_REMOTE 0x6a +#define ADCVAL_H300_LCD_REMOTE 0x50 +#define ADCVAL_H300_NONLCD_REMOTE 0xfc -- cgit v1.2.3