diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-07-31 18:24:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2010-08-02 15:43:46 -0400 |
commit | d700226902a62a3b6f3563782d569c0e2af74397 (patch) | |
tree | 17fe92bf6ecde80581141d1adf7c82c8f4895da7 /include/media | |
parent | 6520342ba9a8f81f3f0f1e33439462ee60468558 (diff) |
V4L/DVB: Add a keymap file with dib0700 table
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'include/media')
-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 a329858c4b42..adbcccb54c8b 100644 --- a/include/media/rc-map.h +++ b/include/media/rc-map.h | |||
@@ -69,6 +69,9 @@ void rc_map_init(void); | |||
69 | #define RC_MAP_BUDGET_CI_OLD "rc-budget-ci-old" | 69 | #define RC_MAP_BUDGET_CI_OLD "rc-budget-ci-old" |
70 | #define RC_MAP_CINERGY_1400 "rc-cinergy-1400" | 70 | #define RC_MAP_CINERGY_1400 "rc-cinergy-1400" |
71 | #define RC_MAP_CINERGY "rc-cinergy" | 71 | #define RC_MAP_CINERGY "rc-cinergy" |
72 | /* Temporary table - should be broken into smaller tables */ | ||
73 | #define RC_MAP_DIB0700_BIG_TABLE "rc-dib0700-big" | ||
74 | |||
72 | #define RC_MAP_DM1105_NEC "rc-dm1105-nec" | 75 | #define RC_MAP_DM1105_NEC "rc-dm1105-nec" |
73 | #define RC_MAP_DNTV_LIVE_DVBT_PRO "rc-dntv-live-dvbt-pro" | 76 | #define RC_MAP_DNTV_LIVE_DVBT_PRO "rc-dntv-live-dvbt-pro" |
74 | #define RC_MAP_DNTV_LIVE_DVB_T "rc-dntv-live-dvb-t" | 77 | #define RC_MAP_DNTV_LIVE_DVB_T "rc-dntv-live-dvb-t" |
@@ -123,6 +126,7 @@ void rc_map_init(void); | |||
123 | #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr" | 126 | #define RC_MAP_VIDEOMATE_TV_PVR "rc-videomate-tv-pvr" |
124 | #define RC_MAP_WINFAST "rc-winfast" | 127 | #define RC_MAP_WINFAST "rc-winfast" |
125 | #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" | 128 | #define RC_MAP_WINFAST_USBII_DELUXE "rc-winfast-usbii-deluxe" |
129 | |||
126 | /* | 130 | /* |
127 | * Please, do not just append newer Remote Controller names at the end. | 131 | * Please, do not just append newer Remote Controller names at the end. |
128 | * The names should be ordered in alphabetical order | 132 | * The names should be ordered in alphabetical order |