diff options
author | Nickolay V. Shmyrev <devnull@localhost> | 2005-05-22 20:57:56 +0000 |
---|---|---|
committer | Nickolay V. Shmyrev <devnull@localhost> | 2005-05-22 20:57:56 +0000 |
commit | 23d645a889407c641bf211aff73e0249ead1979b (patch) | |
tree | 448687e9f9ab029fe666f4c07b2228c13810b01d | |
parent | c3aa185f55fdc149f5491cd71c1e76b49f56ecd4 (diff) | |
download | mediapointer-dvb-s2-23d645a889407c641bf211aff73e0249ead1979b.tar.gz mediapointer-dvb-s2-23d645a889407c641bf211aff73e0249ead1979b.tar.bz2 |
Enable the remote control input on the KWorld XPert DVB-T card. Thanks to
cybercide@f2s.com <cybercide@f2s.com>.
-rw-r--r-- | linux/drivers/media/video/cx88/cx88-input.c | 3 | ||||
-rw-r--r-- | v4l/ChangeLog | 11 |
2 files changed, 11 insertions, 3 deletions
diff --git a/linux/drivers/media/video/cx88/cx88-input.c b/linux/drivers/media/video/cx88/cx88-input.c index a601c32da..510d5b210 100644 --- a/linux/drivers/media/video/cx88/cx88-input.c +++ b/linux/drivers/media/video/cx88/cx88-input.c @@ -1,5 +1,5 @@ /* - * $Id: cx88-input.c,v 1.10 2005/05/15 19:01:26 mchehab Exp $ + * $Id: cx88-input.c,v 1.11 2005/05/22 20:57:56 nsh Exp $ * * Device driver for GPIO attached remote control interfaces * on Conexant 2388x based TV/DVB cards. @@ -235,6 +235,7 @@ int cx88_ir_init(struct cx88_core *core, struct pci_dev *pci) /* detect & configure */ switch (core->board) { case CX88_BOARD_DNTV_LIVE_DVB_T: + case CX88_BOARD_KWORLD_DVB_T: ir_codes = ir_codes_dntv_live_dvb_t; ir->gpio_addr = MO_GP1_IO; ir->mask_keycode = 0x1f; diff --git a/v4l/ChangeLog b/v4l/ChangeLog index 8c274c932..32879ef9b 100644 --- a/v4l/ChangeLog +++ b/v4l/ChangeLog @@ -1,4 +1,11 @@ -2005-05-23 23:50 nshmyrev +2005-05-23 00:55 nshmyrev + + * cx88-input.c: + + enables the remote control input on the KWorld XPert DVB-T card. + Thanks to cybercide@f2s.com <cybercide@f2s.com> + +2005-05-22 23:50 nshmyrev * saa7134-cards.c, saa7134.h, saa7134-input.c: @@ -998,7 +1005,7 @@ saa7134-reg.h, saa7134-ts.c, saa7134-tvaudio.c, saa7134-vbi.c, saa7134-video.c, saa7134.h, video-buf.c, video-buf.h: - - added a bunch of $Id: ChangeLog,v 1.2 2005/05/22 19:23:39 nsh Exp $ tags. + - added a bunch of $Id: ChangeLog,v 1.3 2005/05/22 20:57:56 nsh Exp $ tags. 2004-09-15 17:35 kraxel |