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.
Windows 的 inf 文件中以下行中的 MI_00 是什么意思:
%DESCRIPTION%=驱动安装,USB\VID_28FA&PID_8036&MI_00
?
看起来如果我删除它,该设备将无法再重新安装。H
接口描述符,即 MI_xx,是具有多个接口的 USB 设备的一组端点。查看 USB In a Nutshell 中解释接口描述符的这一章,或查看此 MSDN 文本中的 Multiple-interfaces device 部分。