<div dir="ltr"><br><div class="gmail_extra"><br><div class="gmail_quote">On Tue, Jan 10, 2017 at 7:08 PM, Dan Williams <span dir="ltr"><<a href="mailto:dcbw@redhat.com" target="_blank">dcbw@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On Tue, <a href="tel:2017-01-10" value="+4520170110">2017-01-10</a> at 18:33 +0100, Greg KH wrote:<br>
> On Tue, Jan 10, 2017 at 06:23:13PM +0100, Lars Knudsen wrote:<br>
> ><br>
> ><br>
> > On Jan 10, 2017 18:19, "Greg KH" <<a href="mailto:greg@kroah.com">greg@kroah.com</a>> wrote:<br>
> ><br>
> >     On Tue, Jan 10, 2017 at 06:04:46PM +0100, Lars Knudsen wrote:<br>
> >     > I figured that made most sense :)<br>
> >     ><br>
> >     > Still, it would be good if we could have a rule to not grab<br>
> > the CDC<br>
> >     interface<br>
> >     > part if the device includes WebUSB functionality.<br>
> ><br>
> >     What exactly do you mean by "grab"?<br>
> ><br>
> > MM probing :)<br>
><br>
> Probe should be fine, right?  Are you really thinking that MM needs<br>
> to<br>
> go "oh look, a cdc device, let's go look at all of the raw interfaces<br>
> to<br>
> ensure it really isn't a webusb device as well before I touch it!"<br>
><br>
> That way lies madness...<br>
><br>
> What's wrong with touching it?  The kernel already did, why would<br>
> userspace care?<br>
<br>
</span>And we're quite happy to keep blacklisting specific VID/PID combos we<br>
know are not modems. Another possible solution is to greylist devices<br>
that happen to have webusb descriptors, such that they won't get auto-<br>
probed, but could be probed on-demand via D-Bus.  But I'd rather that<br>
happen via udev rules than MM trying to walk USB device attributes and<br>
parsing webusb descriptors.<br></blockquote><div><br></div><div>Actually, that sounds like a very good compromise.  I remember my own struggles 3-4 years ago when I had to get a device working properly on ChromeOS and Ubuntu, where the firmware had to handle that the first ~16 seconds it would *sometimes* get sent strange AT commands (the probing) all while the system thought it could already start speaking with the device over e.g. chrome.serial.  Eventually you (modemmanager) were kind enough to get our VID/PID listed and ChromeOS was quick to pick it up (~5-6 months to get in stable) and ubuntu so kind to upgrade to the version of modemmanager including our blacklisting approx 2.5 years later (sigh) ;)</div><div><br></div><div>If greylisting prevents auto-probing, I think it would be very valuable for devices with a WebUSB header because those will in most cases (as I see them used) be industrial things (like my current medical company employer) or IoT devices.  And waiting ~16 seconds for a fallback to USB Serial where WebUSB is not available (or for other reasons not chosen), can be a real pain.</div><div><br></div><div>I agree that a solid udev rule would be a good way forward (I'll look into greylisting and see if I can come up with something that covers) and maybe this could also be the place to do the user space access (or not - I'll try to come back with something.</div><div><br></div><div>thanks for all the input.  Maybe Kenneth, Reilly or some working on USB related things in Intel have something to add?</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Dan<br>
<span class=""><br>
> >     > The likelihood of a modem+WebUSB combo is so small that it<br>
> > must fall<br>
> >     > in the category where potential rare exotic devices combining<br>
> > it must<br>
> >     > be whitelisted and the rest be left alone.<br>
> ><br>
> >     I think you misunderstand just how crazy firmware authors can<br>
> > be.  I'm<br>
> >     sure we will see those types of devices in the wild.<br>
> ><br>
> > ...But realistically how many? Bothering 99.9% to support the<br>
> > special case<br>
> > seems less logical than just finding the 0.1% and whitelisting it<br>
> > (if needed)<br>
><br>
> That's the joy of writing an operating system for all devices on the<br>
> planet, those 0.1% can be a lot of devices :)<br>
><br>
> Anyway, I don't think there's much to do here just yet, let's wait<br>
> and<br>
> see just how bad these webusb devices end up looking like...<br>
><br>
> thanks,<br>
><br>
> greg k-h<br>
</span>> ______________________________<wbr>_________________<br>
> ModemManager-devel mailing list<br>
> <a href="mailto:ModemManager-devel@lists.freedesktop.org">ModemManager-devel@lists.<wbr>freedesktop.org</a><br>
> <a href="https://lists.freedesktop.org/mailman/listinfo/modemmanager-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/modemmanager-<wbr>devel</a><br>
</blockquote></div><br></div></div>