Re: [PATCH 3/4] media: af9035: add support for Logilink VG0022A

From: Gon Solo
Date: Thu Oct 10 2019 - 04:23:08 EST


Hi!

I rebased Mauros patch on top of mine and this patch [3/4] is the first bad
commit. I believe these lines are the culprit:

+ if (le16_to_cpu(d->udev->descriptor.idVendor) == USB_VID_DEXATEK &&
+ le16_to_cpu(d->udev->descriptor.idProduct) == 0x0100)
+ si2168_config.dont_load_firmware = true;

> From: JP <jp@xxxxxxx>
> Mauro just took the wrong firmware to skip. demod instead of tuner.
> It would not be hard to fix that.

It seems so.

g