2008-10-22 21:04:26

by Markus Rechberger

[permalink] [raw]
Subject: [PATCH 2/7] adding latest xc3028 driver

xc3028_module.c:
wrapper for the linux dvb frontend API
xc3028fw_helper.c:
firmware helper in order to align the raw videoblob to the
corresponding standard.
xc3028_control.c:
Xceive core tuning driver

the driver uses the tunerchip.h callbacks in order to only attach
once in the em28xx-video file
for multistandard devices.
FM Radio, AnalogTV standards and Digital TV standards are tested.

There are 2 firmwares xc3028 and xc3028L, both are merged into one
firmware blob which
is available on mcentral.de

This driver is part of the standalone em28xx driver which is also
target'ed to work without any framework upgrades
on the eeePC (kernel 2.6.21), it's the latest reference driver from Xceive.


Attachments:
(No filename) (752.00 B)
em28xx-02.diff (335.67 kB)
Download all attachments

2008-10-24 17:36:21

by Mauro Carvalho Chehab

[permalink] [raw]
Subject: Re: [PATCH 2/7] adding latest xc3028 driver

On Wed, 22 Oct 2008 23:03:54 +0200
"Markus Rechberger" <[email protected]> wrote:

> xc3028_module.c:
> wrapper for the linux dvb frontend API
> xc3028fw_helper.c:
> firmware helper in order to align the raw videoblob to the
> corresponding standard.
> xc3028_control.c:
> Xceive core tuning driver
>
> the driver uses the tunerchip.h callbacks in order to only attach
> once in the em28xx-video file
> for multistandard devices.
> FM Radio, AnalogTV standards and Digital TV standards are tested.
>
> There are 2 firmwares xc3028 and xc3028L, both are merged into one
> firmware blob which
> is available on mcentral.de
>
> This driver is part of the standalone em28xx driver which is also
> target'ed to work without any framework upgrades
> on the eeePC (kernel 2.6.21), it's the latest reference driver from Xceive.

NACK. There's already a driver for xc3028 that works properly.

Cheers,
Mauro