[PATCH] LifeView FlyTV Platinum FM: Remote Control support

From: Peter Missel
Date: Mon Apr 11 2005 - 18:34:32 EST


Greetings!

Subject says it ... this card's IR microcontroller design and attachment
are compatible to the company's previous designs, so the patch was as simple as it gets.

Note that this patch goes on top of the other one I posted yesterday, thank you very much.

regards,
Peter

--- linux-2.6.12-rc2/drivers/media/video/saa7134/saa7134-cards.c 2005-04-09 12:01:47.000000000 +0200
+++ video4linux/saa7134-cards.c 2005-04-12 00:58:57.000000000 +0200
@@ -1948,6 +1948,7 @@
dev->has_remote = 1;
board_flyvideo(dev);
break;
+ case SAA7134_BOARD_FLYTVPLATINUM_FM:
case SAA7134_BOARD_CINERGY400:
case SAA7134_BOARD_CINERGY600:
case SAA7134_BOARD_CINERGY600_MK3:

--- linux-2.6.12-rc2/drivers/media/video/saa7134/saa7134-input.c 2005-04-09 12:01:47.000000000 +0200
+++ video4linux/saa7134-input.c 2005-04-12 01:15:11.000000000 +0200
@@ -379,6 +379,7 @@
switch (dev->board) {
case SAA7134_BOARD_FLYVIDEO2000:
case SAA7134_BOARD_FLYVIDEO3000:
+ case SAA7134_BOARD_FLYTVPLATINUM_FM:
ir_codes = flyvideo_codes;
mask_keycode = 0xEC00000;
mask_keydown = 0x0040000;
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/