Skip to content

Commit

Permalink
Added Moxa USB-Serial device VID:0x110a PID:0x1150
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Feb 13, 2016
1 parent 79445e9 commit 7a87944
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usbserial/src/main/java/com/felhr/deviceids/PL2303Ids.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ private 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),
Expand Down Expand Up @@ -64,6 +64,7 @@ private 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)
Expand Down

0 comments on commit 7a87944

Please sign in to comment.