重新编程 USB 设备的 VID/PID

发布于 2024-11-18 06:22:29 字数 168 浏览 2 评论 0原文

我有两个可以启动的 USB 拇指驱动器。问题是它们来自同一供应商,因此它们在启动列表中都以相同的名称出现,我不知道该选择哪一个(它们的顺序根据它们插入的 USB 端口而变化)。问题是,我必须一直把两个电源都插上。

有没有办法更改 USB 设备的 VID/PID,以便 BIOS 将它们显示为两个不同的设备?

I have two USB thumb drives that I can boot from. The problem is that they are from the same vendor so they both appear with the same name in the boot list and I don't know which one to choose (their order changes bases on the USB port they are plugged into). The thing is, I must have both plugged in all the time.

Is there a way to change the VID/PID of the USB device so that the BIOS will show them as two different devices?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

尸血腥色 2024-11-25 06:22:29

供应商 ID 和产品 ID 存储在 USB 设备本身中,因此要更改它们,您必须知道设备上有哪些芯片并知道如何对它们重新编程。重新编程(如果可能)可能需要额外的硬件,这可能比仅购买另一个拇指驱动器的替代方案更昂贵。

您使用什么文件系统(例如 NTFS、ext3)?理想情况下,您的 BIOS 将能够读取卷的名称并将其显示给您,就像插入拇指驱动器时 Windows 和 Linux 所做的那样。

The Vendor ID and Product ID are stored in the USB device itself, so to change them you would have to have know what chips are on the device and know how to reprogram them. The reprogramming (if possible) would probably require extra hardware which is likely to be more expensive than the alternative of just buying another thumb drive.

What file system are you using (e.g. NTFS, ext3)? Ideally, your BIOS would be able to read the name of the volume and display that to you, the same way Windows and Linux do when you plug in a thumb drive.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文