From: "Andrea.Amorosi76@gmail.com" <Andrea.Amorosi76@gmail.com>
To: Devin Heitmueller <dheitmueller@kernellabs.com>
Cc: "linux-media@vger.kernel.org >> Linux Media Mailing List"
<linux-media@vger.kernel.org>
Subject: Re: [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR )
Date: Sat, 14 Nov 2009 23:47:00 +0100 [thread overview]
Message-ID: <4AFF3364.5030403@gmail.com> (raw)
In-Reply-To: <4AFF2D63.3090207@gmail.com>
Andrea.Amorosi76@gmail.com wrote:
> This patch fix the Dikom DK300 hybrid usb card which is recognized as a
> Kworld VS-DVB-T 323UR (card=54).
>
> The patch adds digital tv and solves analog tv audio bad quality issue.
>
> Signed-off-by: Andrea Amorosi <Andrea.Amorosi76@gmail.com>
>
> diff -r aba823ecaea6 linux/drivers/media/video/em28xx/em28xx-cards.c
> --- a/linux/drivers/media/video/em28xx/em28xx-cards.c Thu Nov 12
> 12:21:05 2009 -0200
> +++ b/linux/drivers/media/video/em28xx/em28xx-cards.c Sat Nov 14
> 23:10:47 2009 +0100
> @@ -1422,18 +1422,24 @@
> .tuner_type = TUNER_XC2028,
> .tuner_gpio = default_tuner_gpio,
> .decoder = EM28XX_TVP5150,
> + .mts_firmware = 1,
> + .has_dvb = 1,
> + .dvb_gpio =
> kworld_330u_digital,
>
> .input = { {
> .type = EM28XX_VMUX_TELEVISION,
> .vmux = TVP5150_COMPOSITE0,
> .amux = EM28XX_AMUX_VIDEO,
> + .gpio = default_analog,
> }, {
> .type = EM28XX_VMUX_COMPOSITE1,
> .vmux = TVP5150_COMPOSITE1,
> .amux = EM28XX_AMUX_LINE_IN,
> + .gpio = default_analog,
> }, {
> .type = EM28XX_VMUX_SVIDEO,
> .vmux = TVP5150_SVIDEO,
> .amux = EM28XX_AMUX_LINE_IN,
> + .gpio = default_analog,
> } },
> },
> [EM2882_BOARD_TERRATEC_HYBRID_XS] = {
> @@ -2143,6 +2149,7 @@
> ctl->demod = XC3028_FE_DEFAULT;
> break;
> case EM2883_BOARD_KWORLD_HYBRID_330U:
> + case EM2882_BOARD_KWORLD_VS_DVBT:
> ctl->demod = XC3028_FE_CHINA;
> ctl->fname = XC2028_DEFAULT_FIRMWARE;
> break;
> diff -r aba823ecaea6 linux/drivers/media/video/em28xx/em28xx-dvb.c
> --- a/linux/drivers/media/video/em28xx/em28xx-dvb.c Thu Nov 12
> 12:21:05 2009 -0200
> +++ b/linux/drivers/media/video/em28xx/em28xx-dvb.c Sat Nov 14
> 23:10:47 2009 +0100
> @@ -504,6 +504,7 @@
> break;
> case EM2880_BOARD_TERRATEC_HYBRID_XS:
> case EM2881_BOARD_PINNACLE_HYBRID_PRO:
> + case EM2882_BOARD_KWORLD_VS_DVBT:
> dvb->frontend = dvb_attach(zl10353_attach,
> &em28xx_zl10353_xc3028_no_i2c_gate,
> &dev->i2c_adap);
>
>
Should I remove the " .valid =
EM28XX_BOARD_NOT_VALIDATED," line from the device, since I have
successfully tested it or the maintainer will remove it after having
received positive feedbacks from other users/developers?
For the sake of completeness, the device has a strange behaviour of its
two blue LEDs (whose light is visible because the upper part of the
device is semi transparent):
when the device is connected they turn on and then turn off after less
than a second;
if I see analogue TV with Mplayer, one of them turn on and remain in
such a state till Mplayer is closed.
if I see digital TV with Kaffeine, the other led remains off till I
select digital TV and a channel, but then it turns on and remain active
even if I close Kaffeine and open Mplayer to see analogue tv. In such a
case both the LEDs are turned on and the analogue one continue to behave
correctly because if I close mplayer it turns off. The digital led turns
off only if I reopen Kaffeine without selecting the digital TV.
May this strange behaviour be the symptom of an incorrect switch off of
the digital part of the tuner when it is not used any more by some programs?
Even my previous device (Empire dual pen) had such a strange behaviour
as far as the light is concerned, so I don't think it is a real problem.
However if someone knows how to solve this, it is better.
Best regards,
Andrea
next prev parent reply other threads:[~2009-11-14 22:47 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-11-14 11:22 [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) (digital mode) Andrea.Amorosi76
2009-11-14 13:05 ` Andrea.Amorosi76
2009-11-14 14:34 ` Devin Heitmueller
2009-11-14 22:21 ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) Andrea.Amorosi76
2009-11-14 22:47 ` Andrea.Amorosi76 [this message]
[not found] ` <4AFF1203.3080401@gmail.com>
[not found] ` <829197380911150719w7ea0749ei2a1350f1e12b866d@mail.gmail.com>
[not found] ` <4B001ECD.9030609@gmail.com>
[not found] ` <829197380911152055w233edf18ve36b821571198d04@mail.gmail.com>
[not found] ` <4B01B168.50403@gmail.com>
2009-11-16 20:28 ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) (digital mode) Devin Heitmueller
[not found] ` <4B01B841.7000506@gmail.com>
2009-11-16 20:47 ` Devin Heitmueller
[not found] ` <4B01BABE.4060609@gmail.com>
2009-11-16 20:56 ` Devin Heitmueller
2009-11-18 18:59 ` Andrea.Amorosi76
2009-11-22 11:02 ` [PATCH] em28xx: fix for Dikom DK300 hybrid USB tuner (aka Kworld VS-DVB-T 323UR ) Andrea.Amorosi76
2010-01-30 17:10 ` [PATCH] em28xx: add Dikom DK300 hybrid USB tuner Andrea.Amorosi76
2010-02-03 18:45 ` Andrea.Amorosi76
2010-02-09 18:43 ` Andrea.Amorosi76
2010-02-09 19:21 ` Mauro Carvalho Chehab
2010-02-09 20:10 ` Andrea.Amorosi76
2010-02-09 21:04 ` Mauro Carvalho Chehab
2010-02-09 20:53 ` Andrea.Amorosi76
2010-02-09 21:13 ` Mauro Carvalho Chehab
2010-02-10 23:15 ` Mauro Carvalho Chehab
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=4AFF3364.5030403@gmail.com \
--to=andrea.amorosi76@gmail.com \
--cc=dheitmueller@kernellabs.com \
--cc=linux-media@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox