识别模块
域格CLM920 NC5模块VID、PID分别为1280、4E3C。确认使用lsusb可以找到模块。
内核添加相关配置
kernel
版本支持
blacklist
的,在
option.c (
路径一般为
drivers/usb/serial/option.c)
中的
option_ids
中添加
blacklist
,可使驱动在加载时自动跳过
blacklist
指定的
interface
。
</