public inbox for linux-media@vger.kernel.org
 help / color / mirror / Atom feed
* Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ?
       [not found] <303c92ca0911091106s72910abdmb0df8c3fa7a4cf1b@mail.gmail.com>
@ 2009-11-09 19:13 ` Florent nouvellon
  2009-11-09 19:41   ` Devin Heitmueller
  0 siblings, 1 reply; 4+ messages in thread
From: Florent nouvellon @ 2009-11-09 19:13 UTC (permalink / raw)
  To: linux-media

Hi,

Terratec Cinergy Hybrid T USB XS FM is fully supported by em28xx-new
project, but em28xx-new project is no more supported and not compatible with
kernel 2.6.31.
Is this hardware still supported ?


ID is 0ccd:0072 and hardware was mapped in em28xx-new like this :

   [EM2883_BOARD_TERRATEC_HYBRID_
XS_FM] = {
       .name         = "Terratec Hybrid XS FM (em2883)",
       .em_type      = EM2883,
       .vchannels    = 3,
       .norm         = V4L2_STD_PAL_BG,
       .has_radio    = 1,
       .has_inttuner = 1,
#if 0
       .powersaving  = 1,
#endif
       .tuner_type   = TUNER_XCEIVE_XC5000,
       .decoder      = EM28XX_CX25843,
       .ir_keytab    = ir_codes_em_terratec2,
       .ir_getkey    = em2880_get_key_terratec,
       .dev_modes    = EM28XX_VIDEO | EM28XX_VBI | EM28XX_DVBT |
EM28XX_AUDIO | EM28XX_RADIO,
       .input          = {{
           .type     = EM28XX_VMUX_TELEVISION,
           .vmux     = CX25843_TELEVISION,
           .amux     = 0,
       }, {
           .type     = EM28XX_VMUX_COMPOSITE1,
           .vmux     = CX25843_COMPOSITE1,
           .amux     = 4,
       }, {
           .type     = EM28XX_VMUX_SVIDEO,
           .vmux     = CX25843_SVIDEO,
           .amux     = 5,
       } },
       .tvnorms    = EETI_XC5000_DEFAULT_ANALOG,
       .dvbnorms    = EETI_XC5000_DEFAULT_DVBT,
       .fmnorms    = EETI_XC5000_DEFAULT_FM,
   },

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ?
  2009-11-09 19:13 ` Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ? Florent nouvellon
@ 2009-11-09 19:41   ` Devin Heitmueller
       [not found]     ` <664add070911091203g3aeb0bf8tc54aa0d7f9037565@mail.gmail.com>
  0 siblings, 1 reply; 4+ messages in thread
From: Devin Heitmueller @ 2009-11-09 19:41 UTC (permalink / raw)
  To: Florent nouvellon; +Cc: linux-media

On Mon, Nov 9, 2009 at 2:13 PM, Florent nouvellon
<flonouvellon@gmail.com> wrote:
> Hi,
>
> Terratec Cinergy Hybrid T USB XS FM is fully supported by em28xx-new
> project, but em28xx-new project is no more supported and not compatible with
> kernel 2.6.31.
> Is this hardware still supported ?

This device has never been supported in the mainline kernel.  I don't
foresee it getting implemented anytime soon since I don't have a board
to debug/test with (and since this is the first instance where we
would be doing xc5000 on em28xx, I wanted to have a unit I could debug
personally).

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ?
       [not found]     ` <664add070911091203g3aeb0bf8tc54aa0d7f9037565@mail.gmail.com>
@ 2009-11-09 20:06       ` Devin Heitmueller
  2009-11-09 20:15         ` fogna
  0 siblings, 1 reply; 4+ messages in thread
From: Devin Heitmueller @ 2009-11-09 20:06 UTC (permalink / raw)
  To: Florent NOUVELLON; +Cc: linux-media

On Mon, Nov 9, 2009 at 3:03 PM, Florent NOUVELLON
<flonouvellon@gmail.com> wrote:
> Right, this was supported in em28xx-new project (for krnl 2.6.30), now
> aborted. I tried to make myself a dirty patch to 2.6.31but I lack competence
> to do that !
>
>
> Don't you think there could be a way to use previous em28xx-new data to hack
> kernel em28xx drivers ?
> I could make some test if you wish...

Probably.  I have no intention of going within ten miles of the
em28xx-new code though.  if you get your device working in the
mainline, feel free to submit patches and they will be merged
upstream.  I just don't have the time (nor the hardware) to dedicate
to getting that device to work.

Cheers,

Devin

-- 
Devin J. Heitmueller - Kernel Labs
http://www.kernellabs.com

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ?
  2009-11-09 20:06       ` Devin Heitmueller
@ 2009-11-09 20:15         ` fogna
  0 siblings, 0 replies; 4+ messages in thread
From: fogna @ 2009-11-09 20:15 UTC (permalink / raw)
  To: Devin Heitmueller; +Cc: Florent NOUVELLON, linux-media

Devin Heitmueller wrote:
> On Mon, Nov 9, 2009 at 3:03 PM, Florent NOUVELLON
> <flonouvellon@gmail.com> wrote:
>   
>> Right, this was supported in em28xx-new project (for krnl 2.6.30), now
>> aborted. I tried to make myself a dirty patch to 2.6.31but I lack competence
>> to do that !
>>
>>
>> Don't you think there could be a way to use previous em28xx-new data to hack
>> kernel em28xx drivers ?
>> I could make some test if you wish...
>>     
>
> Probably.  I have no intention of going within ten miles of the
> em28xx-new code though.  if you get your device working in the
> mainline, feel free to submit patches and they will be merged
> upstream.  I just don't have the time (nor the hardware) to dedicate
> to getting that device to work.
>
> Cheers,
>
> Devin
>
>   
Hi Devin, i have really good news, i have contacted Terratec about the 
problem with this stick (ID: 0ccd:0072) and linux kernel, they are 
really interested in supporting the linux community and they would 
donate some cards to linux developers for driver developing (i think 
they can send you all the cards you need), they only need direct contact 
with you, can i mail you in private for the details ?

thanks in advance

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2009-11-09 20:15 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <303c92ca0911091106s72910abdmb0df8c3fa7a4cf1b@mail.gmail.com>
2009-11-09 19:13 ` Terratec Cinergy Hybrid T USB XS FM and 2.6.31 : no more support ? Florent nouvellon
2009-11-09 19:41   ` Devin Heitmueller
     [not found]     ` <664add070911091203g3aeb0bf8tc54aa0d7f9037565@mail.gmail.com>
2009-11-09 20:06       ` Devin Heitmueller
2009-11-09 20:15         ` fogna

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox