Bjørn Mork <bjorn@xxxxxxx> writes: > +#if IS_ENABLED(CONFIG_USB_NET_CDC_MBIM) > +static bool prefer_mbim = true; > +#else > +static bool prefer_mbim; > +#endif > +module_param(prefer_mbim, bool, S_IRUGO | S_IWUSR); > +MODULE_PARM_DESC(prefer_mbim, "Prefer MBIM on NCM/MBIM backwards compatible functions"); So, noone wanting to comment on this? I am not sure how to interpret that. If I liked the solution myself I would just have taken it as an unanimous ack, but I don't... Please, if your gut feeling is that this is the most stupid thing you've ever seen, then just say so. I can take it :) Bjørn -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html