summaryrefslogtreecommitdiff
path: root/linux/include
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <devnull@localhost>2006-01-18 20:21:46 +0000
committerNickolay V. Shmyrev <devnull@localhost>2006-01-18 20:21:46 +0000
commitf3a729df581ce28d255721c36eaff2193df74da3 (patch)
treebdcff5fde727bc40a9764de074dba1a0afe116cf /linux/include
parenta75d791caf5378684e185ffdb8ac91881e240d71 (diff)
downloadmediapointer-dvb-s2-f3a729df581ce28d255721c36eaff2193df74da3.tar.gz
mediapointer-dvb-s2-f3a729df581ce28d255721c36eaff2193df74da3.tar.bz2
Remove duplicated keymaps and add keymap for KWorld LTV883IR.
From: Nickolay V. Shmyrev <nshmyrev@yandex.ru> * linux/drivers/media/common/ir-keymaps.c: * linux/drivers/media/video/bttv-input.c: (bttv_input_init): * linux/drivers/media/video/cx88/cx88-input.c: (cx88_ir_init): * linux/drivers/media/video/saa7134/saa7134-input.c: (saa7134_input_init1): * linux/include/media/ir-common.h: - Remove duplicated keymaps and add keymap for KWorld LTV883IR. Thanks to Jon Ferguson <jon@sd-6.org>. Signed-off-by: Nickolay V. Shmyrev <nshmyrev@yandex.ru>
Diffstat (limited to 'linux/include')
-rw-r--r--linux/include/media/ir-common.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/linux/include/media/ir-common.h b/linux/include/media/ir-common.h
index 5936d5931..6fa275c53 100644
--- a/linux/include/media/ir-common.h
+++ b/linux/include/media/ir-common.h
@@ -1,5 +1,5 @@
/*
- * $Id: ir-common.h,v 1.17 2006/01/18 00:13:03 rmcc Exp $
+ * $Id: ir-common.h,v 1.18 2006/01/18 20:21:47 nsh Exp $
*
* some common structs and functions to handle infrared remotes via
* input layer ...
@@ -64,7 +64,7 @@ extern IR_KEYTAB_TYPE ir_codes_empty[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_avermedia[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_avermedia_dvbt[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_apac_viewcomp[IR_KEYTAB_SIZE];
-extern IR_KEYTAB_TYPE ir_codes_conceptronic[IR_KEYTAB_SIZE];
+extern IR_KEYTAB_TYPE ir_codes_pixelview[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_nebula[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_dntv_live_dvb_t[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_iodata_bctv7e[IR_KEYTAB_SIZE];
@@ -79,7 +79,6 @@ extern IR_KEYTAB_TYPE ir_codes_flyvideo[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_flydvb[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_cinergy[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_eztv[IR_KEYTAB_SIZE];
-extern IR_KEYTAB_TYPE ir_codes_avacssmart[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_md2819[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_videomate_tv_pvr[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_manli[IR_KEYTAB_SIZE];
@@ -91,7 +90,6 @@ extern IR_KEYTAB_TYPE ir_codes_rc5_tv[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_winfast[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_pinnacle[IR_KEYTAB_SIZE];
extern IR_KEYTAB_TYPE ir_codes_hauppauge_new[IR_KEYTAB_SIZE];
-extern IR_KEYTAB_TYPE ir_codes_pixelview[IR_KEYTAB_SIZE];
#endif