Re: [PATCH] si2157: Add support for Logilink VG0022A.
From: Mauro Carvalho Chehab
Date: Thu Oct 03 2019 - 15:53:00 EST
Em Thu, 3 Oct 2019 21:40:28 +0200
Gonsolo <gonsolo@xxxxxxxxx> escreveu:
> From si2168.c:808:
> /* Sometimes firmware returns bogus value */
> if (utmp1 == 0xffff)
> utmp1 = 0;
Huh? are you using the upstream Kernel? the above code is at line 215!
Please always use the upstream code when sending patches.
>
> Maybe we can include my "bogus" hack to get at least Logilink running.
> Maybe with an info message to tell users what is going on.
>
> g
Thanks,
Mauro