Hi all,
I have a Winfast DV2000 card ( this one:
http://www.leadtek.com/eng/multimedia/overview.asp?lineid=6&pronameid=92&check=f
). This card is bundled with a remote named Y0400046 (picture here :
http://old.nabble.com/attachment/24449803/0/Winfast_remote.jpg ) which
is not recognized by the Linux kernel.
The remote is the only feature that I want to use, I got to make it
work correctly by simply using this patch:
--8<--
--- /usr/src/linux/drivers/media/video/cx88/cx88-input.c.old
+++ /usr/src/linux/drivers/media/video/cx88/cx88-input.c.new
@@ -302,6 +302,7 @@
case CX88_BOARD_WINFAST2000XP_EXPERT:
case CX88_BOARD_WINFAST_DTV1000:
case CX88_BOARD_WINFAST_TV2000_XP_GLOBAL:
+ case CX88_BOARD_WINFAST_DV2000:
ir_codes = RC_MAP_WINFAST;
ir->gpio_addr = MO_GP0_IO;
ir->mask_keycode = 0x8f8;
--8<--
The only bug I found is the one described here:
http://www.spinics.net/lists/vfl/msg35108.html
So I just have to unload the CX8800 module before hibernation (and
reload it after resume).
Cheers,
T.
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html