https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=192345

--- Comment #25 from Hans Petter Selasky <[email protected]> ---
For now, simply add in "usb_test_quirk_by_info()" by code:

if (quirk == 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 quirk.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "[email protected]"

Reply via email to