从/usr/share/hwdata/usb.ids,在我的系统上,英特尔公司似乎有多个USB厂商ID:
# cat /usr/share/hwdata/usb.ids | grep 'Intel Corp'
042b Intel Corp.
8086 Intel Corp.
8087 Intel Corp.为什么?
发布于 2016-03-04 09:22:13
usb.ids由分配,usb.ids文件正是您的系统了解这一点的方式。
因此,如果英特尔已经购买了3个厂商it (他们是5k美元一件),它将出现3次。
此外,看看具体的ID 8086和8087,这似乎是英特尔试图确保没有人使用ID,看上去像他们的微处理器芯片名称。
https://serverfault.com/questions/761520
复制相似问题