Re: [PATCH] si2157: Add support for Logilink VG0022A.
From: Gonsolo
Date: Thu Oct 03 2019 - 15:40:44 EST
>From si2168.c:808:
/* Sometimes firmware returns bogus value */
if (utmp1 == 0xffff)
utmp1 = 0;
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