From: "Frank Schäfer" <fschaefer.oss@googlemail.com>
To: remy.blank@pobox.com
Cc: Mauro Carvalho Chehab <mchehab@redhat.com>,
Linux Media Mailing List <linux-media@vger.kernel.org>,
Sascha Sommer <saschasommer@freenet.de>
Subject: Re: Bug 14126 (em28xx, Terratec Cinergy 200/250 USB)
Date: Thu, 03 Jan 2013 19:01:12 +0100 [thread overview]
Message-ID: <50E5C768.6060707@googlemail.com> (raw)
In-Reply-To: <20121213184300.13c92fb0@redhat.com>
Am 13.12.2012 21:43, schrieb Mauro Carvalho Chehab:
> Hi Frank,
>
> Em Thu, 13 Dec 2012 18:53:46 +0100
> Frank Schäfer <fschaefer.oss@googlemail.com> escreveu:
>
>> Hi Mauro,
>>
>> could you please take a look at kernel bug 14126
>> (https://bugzilla.kernel.org/show_bug.cgi?id=14126) ?
>> The bug reporter posted a patch 3 years ago (!), which seems to be valid.
>>
>> As mentioned in an earlier post, I've got a Cinergy 200 USB recently and
>> tried to figure out the difference between both devices:
>>
>> Common:
>> - handbook / product description from Terratec seems to be completely
>> identical (except that the number 200 is replaced with 250)
>> - both devices are looking identical
>> - Empia bridge
>> - saa7113
>> - tda9887
>> - remote control with external i2c IR IC
>> - physical connectors*: antenna, line-in and line-out (stereo jack), SVIDEO
>>
>> (*: some pictures show an additional connector on the side, but at least
>> Remys' and my device don't have it).
> Likely, some device variant. The driver should keep support for it, to avoid
> breaking support for those variants.
>> Cinergy 200 USB (my device):
>> - generic USB ID: eb1a:2800
>> - em2800
>> - no eeprom
>> - no AC97 IC
>> - LG TALN (tuner 66)
>> - audio over USB doesn't work
>> - audio line-in is shortcut with line-out
>>
>> Cinergy 250 USB (Remy's device):
>> - unique USB ID: 0ccd:0036
>> - em2820
>> - eeprom
>> - Empia 202 AC97
>> - LG TAPC (tuner 37)
>> - audio over USB works (from both, tuner and line-in)
>>
>>
>>
>> In the em28xx driver, we currently have the following board definitions:
>>
>> [EM2800_BOARD_TERRATEC_CINERGY_200] = {
>> .name = "Terratec Cinergy 200 USB",
>> .is_em2800 = 1,
>> .has_ir_i2c = 1,
>> .tuner_type = TUNER_LG_TALN,
>> .tda9887_conf = TDA9887_PRESENT,
>> .decoder = EM28XX_SAA711X,
>> .input = { {
>> .type = EM28XX_VMUX_TELEVISION,
>> .vmux = SAA7115_COMPOSITE2,
>> .amux = EM28XX_AMUX_VIDEO,
>> }, {
>> .type = EM28XX_VMUX_COMPOSITE1,
>> .vmux = SAA7115_COMPOSITE0,
>> .amux = EM28XX_AMUX_LINE_IN,
>> }, {
>> .type = EM28XX_VMUX_SVIDEO,
>> .vmux = SAA7115_SVIDEO3,
>> .amux = EM28XX_AMUX_LINE_IN,
>> } },
>> },
>>
>>
>> [EM2820_BOARD_TERRATEC_CINERGY_250] = {
>> .name = "Terratec Cinergy 250 USB",
>> .tuner_type = TUNER_LG_PAL_NEW_TAPC,
>> .has_ir_i2c = 1,
>> .tda9887_conf = TDA9887_PRESENT,
>> .decoder = EM28XX_SAA711X,
>> .input = { {
>> .type = EM28XX_VMUX_TELEVISION,
>> .vmux = SAA7115_COMPOSITE2,
>> .amux = EM28XX_AMUX_LINE_IN,
>> }, {
>> .type = EM28XX_VMUX_COMPOSITE1,
>> .vmux = SAA7115_COMPOSITE0,
>> .amux = EM28XX_AMUX_LINE_IN,
>> }, {
>> .type = EM28XX_VMUX_SVIDEO,
>> .vmux = SAA7115_SVIDEO3,
>> .amux = EM28XX_AMUX_LINE_IN,
>> } },
>> },
>>
>>
>> Remy wants to change .amux for TV input from EM28XX_AMUX_LINE_IN to
>> EM28XX_AMUX_VIDEO, which makes sense for the device he has.
>> For my Cinergy 200, neither EM28XX_AMUX_VIDEO nor EM28XX_AMUX_LINE_IN
>> works, because it misses an AC97 IC.
> The only developer I know with em2800 hardware is Sascha Sommer. He may
> help if you're noticing any issues with Cinergy 200. He is the one who
> started writing this driver.
>
>> Another question is, if we should remove the COMPOSITE input. At least
>> Remys' and my device use a COMPOSITE to SVIDEO adapter cable.
> If there are devices with it, the answer is no.
>
>> The big question is now, if we can be sure that there are no other
>> device variants, for which the current board definitions are right.
> Very doubtful. Those are very old hardware. I bet that even Terratec
> doesn't have any samples of it anymore.
>
>> Especially because of the pictures with the additional connector on the
>> side...
>> But these pictures are all product pictures from Terratec, no one knows
>> if they have ever been sold...
>>
>> So I'll leave it up to you to decide, which changes to make. :D
>> But it's definitely time to close this old bug report. ;)
> With regards to Cinergy 250, the better is to see if anyone at the ML
> has a device using EM28XX_AMUX_LINE_IN for TV. If not, we can apply
> the patch.
>
> In that case, Remy should submit it, with his SOB, to the mailing list.
>
> Regards,
> Mauro
Remy, your patch needs to be rebased against the linux-media tree.
Is it ok for you when I create a new patch including the composite input
fix and submit it ?
Of course I will give you the proper credits.
Regards,
Frank
next prev parent reply other threads:[~2013-01-03 18:00 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-12-13 17:53 Bug 14126 (em28xx, Terratec Cinergy 200/250 USB) Frank Schäfer
2012-12-13 20:43 ` Mauro Carvalho Chehab
2013-01-03 18:01 ` Frank Schäfer [this message]
2013-01-03 21:26 ` Remy Blank
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=50E5C768.6060707@googlemail.com \
--to=fschaefer.oss@googlemail.com \
--cc=linux-media@vger.kernel.org \
--cc=mchehab@redhat.com \
--cc=remy.blank@pobox.com \
--cc=saschasommer@freenet.de \
/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 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.