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

--- Comment #25 from Hans Petter Selasky <hsela...@freebsd.org> ---
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.
_______________________________________________
freebsd-usb@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-usb
To unsubscribe, send any mail to "freebsd-usb-unsubscr...@freebsd.org"

Reply via email to