Skip to content

Commit

Permalink
Merge pull request #225 from phuongnam0907/patch-1
Browse files Browse the repository at this point in the history
Update CP210xIds.java
  • Loading branch information
felHR85 authored Apr 5, 2019
2 parents 3e889f6 + 5ec3079 commit 2afa82d
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 2afa82d

Please sign in to comment.