* [PATCH] cx231xx Hauppauge WinTV 950HD
@ 2011-04-04 16:24 Stephan Mueller
2011-04-04 16:51 ` Devin Heitmueller
0 siblings, 1 reply; 2+ messages in thread
From: Stephan Mueller @ 2011-04-04 16:24 UTC (permalink / raw)
To: linux-media
Hi,
please apply the attached patch to make the 950HD USB card working.
Ciao
Stephan
---
Hauppauge WinTV 950HD
Signed-off-by: Stephan Mueller <smueller@chronox.de>
--- drivers/media/video/cx231xx/cx231xx-cards.c.orig 2011-04-04 18:17:55.245769669 +0200
+++ drivers/media/video/cx231xx/cx231xx-cards.c 2011-04-04 15:48:37.257376578 +0200
@@ -458,6 +458,8 @@
.driver_info = CX231XX_BOARD_CNXT_RDU_250},
{USB_DEVICE(0x2040, 0xb120),
.driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
+ {USB_DEVICE(0x2040, 0xb138),
+ .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
{USB_DEVICE(0x2040, 0xb140),
.driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
{USB_DEVICE(0x2040, 0xc200),
^ permalink raw reply [flat|nested] 2+ messages in thread* Re: [PATCH] cx231xx Hauppauge WinTV 950HD
2011-04-04 16:24 [PATCH] cx231xx Hauppauge WinTV 950HD Stephan Mueller
@ 2011-04-04 16:51 ` Devin Heitmueller
0 siblings, 0 replies; 2+ messages in thread
From: Devin Heitmueller @ 2011-04-04 16:51 UTC (permalink / raw)
To: Stephan Mueller; +Cc: linux-media
On Mon, Apr 4, 2011 at 12:24 PM, Stephan Mueller <smueller@chronox.de> wrote:
> Hi,
>
> please apply the attached patch to make the 950HD USB card working.
>
> Ciao
> Stephan
>
> ---
>
> Hauppauge WinTV 950HD
>
> Signed-off-by: Stephan Mueller <smueller@chronox.de>
>
> --- drivers/media/video/cx231xx/cx231xx-cards.c.orig 2011-04-04 18:17:55.245769669 +0200
> +++ drivers/media/video/cx231xx/cx231xx-cards.c 2011-04-04 15:48:37.257376578 +0200
> @@ -458,6 +458,8 @@
> .driver_info = CX231XX_BOARD_CNXT_RDU_250},
> {USB_DEVICE(0x2040, 0xb120),
> .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
> + {USB_DEVICE(0x2040, 0xb138),
> + .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
> {USB_DEVICE(0x2040, 0xb140),
> .driver_info = CX231XX_BOARD_HAUPPAUGE_EXETER},
> {USB_DEVICE(0x2040, 0xc200),
> --
> To unsubscribe from this list: send the line "unsubscribe linux-media" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at http://vger.kernel.org/majordomo-info.html
NACK
The 2040:b138 is the new variant of the HVR-900, which is a DVB-T
device that uses a different demodulator (for which there is no driver
currently). It needs its own board profile defined, since the
HAUPPAUGE_EXETER board profile is configured for the lgdt3305 demod.
You can submit a patch which defines a new board profile, sets the
product name properly, and only supports analog mode (since there is
no demod driver to reference).
Devin
--
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-04-04 16:51 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-04 16:24 [PATCH] cx231xx Hauppauge WinTV 950HD Stephan Mueller
2011-04-04 16:51 ` Devin Heitmueller
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.