Added Moxa USB-Serial device VID:0x110a PID:0x1150

pull/30/head
Felipe Herranz 2016-02-13 17:06:58 +01:00
rodzic 79445e975c
commit 7a8794430e
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -9,7 +9,7 @@ public class PL2303Ids
private static final ConcreteDevice[] pl2303Devices = new ConcreteDevice[]
{
new ConcreteDevice(0x04a5, 0x4027),
new ConcreteDevice (0x04a5, 0x4027),
new ConcreteDevice (0x067b, 0x2303),
new ConcreteDevice (0x067b, 0x04bb),
new ConcreteDevice (0x067b, 0x1234),
@ -64,6 +64,7 @@ public class PL2303Ids
new ConcreteDevice (0x11ad, 0x0001),
new ConcreteDevice (0x0b63, 0x6530),
new ConcreteDevice (0x0b8c, 0x2303),
new ConcreteDevice (0x110a, 0x1150)
};
public static boolean isDeviceSupported(int vendorId, int productId)