Skip to content

Commit

Permalink
Update CP210xIds.java
Browse files Browse the repository at this point in the history
  • Loading branch information
phuongnam0907 authored Mar 28, 2019
1 parent 3e889f6 commit 5ec3079
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion usbserial/src/main/java/com/felhr/deviceids/CP210xIds.java
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,8 @@ public class CP210xIds
createDevice(0x3195, 0xF190),
createDevice(0x3195, 0xF280),
createDevice(0x3195, 0xF281),
createDevice(0x413C, 0x9500)
createDevice(0x413C, 0x9500),
createDevice(0x1908, 0x2311) //serial of CMOS camera
);

public static boolean isDeviceSupported(int vendorId, int productId)
Expand Down

0 comments on commit 5ec3079

Please sign in to comment.