By Date: <-- -->
By Thread: <-- -->

cx88-cards.c: fix values of gpio0 for card CX88_BOARD_PROLINK_PLAYTVPVR



This patch changes the gpio0 values for the card
CX88_BOARD_PROLINK_PLAYTVPVR to the ones I observed using RegSpy from
the dscaler project. Its necessary to get my next patch to work, which
adds IR remote control to this card. With the old values the IR
receiver doesnt gets enabled.

I'm the guy who originally submited a patch to add this card to the
cx88 driver. I sent it to Gerd Knorr some months ago.


Signed-off-by: Matheus Izvekov <mizvekov (at) gmail.com>

--- a/drivers/media/video/cx88/cx88-cards.c
+++ b/drivers/media/video/cx88/cx88-cards.c
 (at)  (at)  -322,19 +322,19  (at)  (at)  struct cx88_board cx88_boards[] = {
                .input          = {{
                        .type   = CX88_VMUX_TELEVISION,
                        .vmux   = 0,
-                       .gpio0  = 0xff00,
+                       .gpio0  = 0xbff0,
                },{
                        .type   = CX88_VMUX_COMPOSITE1,
                        .vmux   = 1,
-                       .gpio0  = 0xff03,
+                       .gpio0  = 0xbff3,
                },{
                        .type   = CX88_VMUX_SVIDEO,
                        .vmux   = 2,
-                       .gpio0  = 0xff03,
+                       .gpio0  = 0xbff3,
                }},
                .radio = {
                        .type   = CX88_RADIO,
-                       .gpio0  = 0xff00,
+                       .gpio0  = 0xbff0,
                },
        },
        [CX88_BOARD_ASUS_PVR_416] = {

--
video4linux-list mailing list
Unsubscribe mailto:video4linux-list-request (at) redhat.com?subject=unsubscribe
https://www.redhat.com/mailman/listinfo/video4linux-list