All of lore.kernel.org
 help / color / mirror / Atom feed
* Mygica 230C defined in two drivers
@ 2018-01-05 15:39 Olli Salonen
  2018-02-16 22:46 ` Brüns, Stefan
  0 siblings, 1 reply; 2+ messages in thread
From: Olli Salonen @ 2018-01-05 15:39 UTC (permalink / raw)
  To: stefan.bruens, linux-media; +Cc: Antti Palosaari, Mauro Carvalho Chehab

Hi Stefan and all,

I noticed that the Mygica 230C is currently defined in two different drivers.

in dvbsky.c:

    { DVB_USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230C,
        &mygica_t230c_props, "MyGica Mini DVB-T2 USB Stick T230C",
        RC_MAP_TOTAL_MEDIA_IN_HAND_02) },


in cxusb.c:

    [MYGICA_T230] = {
        USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230)
    },
    [MYGICA_T230C] = {
        USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230+1)
    },

and in dvb-usb-ids.h:

#define USB_PID_MYGICA_T230                    0xc688
#define USB_PID_MYGICA_T230C                0xc689

I think you've played around with this device earlier. Do you have any
insight on which driver works better or all they all the same?

Cheers,
-olli

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

* Re: Mygica 230C defined in two drivers
  2018-01-05 15:39 Mygica 230C defined in two drivers Olli Salonen
@ 2018-02-16 22:46 ` Brüns, Stefan
  0 siblings, 0 replies; 2+ messages in thread
From: Brüns, Stefan @ 2018-02-16 22:46 UTC (permalink / raw)
  To: Olli Salonen; +Cc: linux-media, Antti Palosaari, Mauro Carvalho Chehab

On Freitag, 5. Januar 2018 16:39:20 CET Olli Salonen wrote:
> Hi Stefan and all,
> 
> I noticed that the Mygica 230C is currently defined in two different
> drivers.
> 
> in dvbsky.c:
> 
>     { DVB_USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230C,
>         &mygica_t230c_props, "MyGica Mini DVB-T2 USB Stick T230C",
>         RC_MAP_TOTAL_MEDIA_IN_HAND_02) },
> 
> 
> in cxusb.c:
> 
>     [MYGICA_T230] = {
>         USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230)
>     },
>     [MYGICA_T230C] = {
>         USB_DEVICE(USB_VID_CONEXANT, USB_PID_MYGICA_T230+1)
>     },
> 
> and in dvb-usb-ids.h:
> 
> #define USB_PID_MYGICA_T230                    0xc688
> #define USB_PID_MYGICA_T230C                0xc689
> 
> I think you've played around with this device earlier. Do you have any
> insight on which driver works better or all they all the same?
> 
> Cheers,
> -olli


An patch addressing this issue has been lingering in patchwork for 5+ weeks 
...

https://patchwork.linuxtv.org/patch/46404/
https://patchwork.linuxtv.org/patch/46403/

Regards,

Stefan

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

end of thread, other threads:[~2018-02-16 22:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-01-05 15:39 Mygica 230C defined in two drivers Olli Salonen
2018-02-16 22:46 ` Brüns, Stefan

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.