Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在我的嵌入式设备上更改这些值还是需要重新编译小工具串行驱动程序?
您可以将供应商和产品 ID 作为模块参数传递。如下所示:
insmod module.ko vendor="vendorid" product="productid"
希望这会有所帮助!