Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 Nov 2017 18:50:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-usb@FreeBSD.org
Subject:   [Bug 192345] [u3g] [cdce] patch for huawei 4G/LTE modems: E3272, E3372
Message-ID:  <bug-192345-17-It8Sb7VI3N@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-192345-17@https.bugs.freebsd.org/bugzilla/>
References:  <bug-192345-17@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192345

--- Comment #25 from Hans Petter Selasky <hselasky@FreeBSD.org> ---
For now, simply add in "usb_test_quirk_by_info()" by code:

if (quirk =3D=3D UQ_CDC_HUAWEI) {
 if (XXXX)
   return (1),
}

And make sure the UQ_XXX value gets defined as described in usb_quirk.h

I see the quirk table is currently not advanced enough to contain this quir=
k.

--=20
You are receiving this mail because:
You are on the CC list for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-192345-17-It8Sb7VI3N>