On Mon, Apr 4, 2011 at 12:24 PM, Stephan Mueller <smuel...@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 <smuel...@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 majord...@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
--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to