Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Jan 2018 14:05:48 +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-TuG3LuNrgR@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

rozhuk.im@gmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|Closed                      |In Progress

--- Comment #39 from rozhuk.im@gmail.com ---
You re implement my first solution, U3G_HUAWEI_IS_CDC() =3D u3g_huawei_is_c=
dc()
is same.

My last patch does not need this function to work.
See: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D192345#c28

We do not need compare device id~s, we need only one simple thing: call
usbd_set_parent_iface(uaa->device, i, uaa->info.bIfaceIndex);
only after some serial sub device is attached.

Current code call: usbd_set_parent_iface(uaa->device, i,
uaa->info.bIfaceIndex);
then try attach and if it fail then device still marked as "no need to driv=
er
probe".

Also my patch on probe() fail return more proper code.

--=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-TuG3LuNrgR>