I noticed that recently, all my systems started loading option.ko driver even if I've no single GSM modem anywhere around. After some investigation I found this in option.c: /* ZTE PRODUCTS -- alternate vendor ID */ #define ZTE_VENDOR_ID2 0x1d6b #define ZTE_PRODUCT_MF_330 0x0002 ... { USB_DEVICE(ZTE_VENDOR_ID2, ZTE_PRODUCT_MF_330) }, But this matches... "Linux Foundation 2.0 root hub", which has this module alias: usb:v1D6Bp0002d0206dc09dsc00dp00ic09isc00ip00 What are options to fix this option now? :) Thanks! [Cc'ing linux-kernel due to interesting USB ID clash] /mjt -- 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