kopia lustrzana https://github.com/felHR85/UsbSerial
cp210x: Add support for "Windows Update" PID
There are certain PID CP210x devices can be set to to allow Windows to automatically download drivers from Windows Update. This patch adds support for those PIDs. Reference: https://www.silabs.com/community/interface/knowledge-base.entry.html/2016/12/30/downloading_cp210xd-ek07pull/201/head
rodzic
ab242bd7b3
commit
f25cc0ab7b
|
|
@ -85,9 +85,12 @@ public class CP210xIds
|
|||
new ConcreteDevice(0x10C4, 0x88A5),
|
||||
new ConcreteDevice(0x10C4, 0xEA60),
|
||||
new ConcreteDevice(0x10C4, 0xEA61),
|
||||
new ConcreteDevice(0x10C4, 0xEA63),
|
||||
new ConcreteDevice(0x10C4, 0xEA70),
|
||||
new ConcreteDevice(0x10C4, 0xEA80),
|
||||
new ConcreteDevice(0x10C4, 0xEA71),
|
||||
new ConcreteDevice(0x10C4, 0xEA7A),
|
||||
new ConcreteDevice(0x10C4, 0xEA7B),
|
||||
new ConcreteDevice(0x10C4, 0xEA80),
|
||||
new ConcreteDevice(0x10C4, 0xF001),
|
||||
new ConcreteDevice(0x10C4, 0xF002),
|
||||
new ConcreteDevice(0x10C4, 0xF003),
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue