diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-31 19:24:49 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 16:43:46 -0300 |
commit | d700226902a62a3b6f3563782d569c0e2af74397 (patch) | |
tree | 17fe92bf6ecde80581141d1adf7c82c8f4895da7 /include/media/rc-map.h | |
parent | 6520342ba9a8f81f3f0f1e33439462ee60468558 (diff) | |
download | kernel_samsung_espresso10-d700226902a62a3b6f3563782d569c0e2af74397.zip kernel_samsung_espresso10-d700226902a62a3b6f3563782d569c0e2af74397.tar.gz kernel_samsung_espresso10-d700226902a62a3b6f3563782d569c0e2af74397.tar.bz2 |
V4L/DVB: Add a keymap file with dib0700 table
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media/rc-map.h')
-rw-r--r-- | include/media/rc-map.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/media/rc-map.h b/include/media/rc-map.h index a329858..adbcccb 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h @@ -69,6 +69,9 @@ void rc_map_init(void); #define RC_MAP_BUDGET_CI_OLD "rc-budget-ci-old" #define RC_MAP_CINERGY_1400 "rc-cinergy-1400" #define RC_MAP_CINERGY "rc-cinergy" +/* Temporary table - should be broken into smaller tables */ +#define RC_MAP_DIB0700_BIG_TABLE "rc-dib0700-big" + #define RC_MAP_DM1105_NEC "rc-dm1105-nec" #define RC_MAP_DNTV_LIVE_DVBT_PRO "rc-dntv-live-dvbt-pro" #define RC_MAP_DNTV_LIVE_DVB_T "rc-dntv-live-dvb-t" @@ -123,6 +126,7 @@ void rc_map_init(void); #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr" #define RC_MAP_WINFAST "rc-winfast" #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" + /* * Please, do not just append newer Remote Controller names at the end. * The names should be ordered in alphabetical order |