V4L/DVB: dib0700: break keytable into NEC and RC-5 variants
Instead of having one big keytable with 2 protocols inside, break it into two separate tables, being one for NEC and another for RC-5 variants, and properly identify what variant should be used at the boards entries. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
This commit is contained in:
@@ -69,9 +69,8 @@ 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_DIB0700_NEC_TABLE "rc-dib0700-nec"
|
||||
#define RC_MAP_DIB0700_RC5_TABLE "rc-dib0700-rc5"
|
||||
#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"
|
||||
|
Reference in New Issue
Block a user