Skip to content

Commit

Permalink
added UC-232A Serial Port from ATEN manufacturer
Browse files Browse the repository at this point in the history
  • Loading branch information
felHR85 committed Nov 2, 2016
1 parent fb3e96a commit 3895d03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ buildscript {
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:2.1.3'
classpath 'com.android.tools.build:gradle:2.2.0'
}
}

Expand Down
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 @@ -64,7 +64,8 @@ private PL2303Ids()
new ConcreteDevice (0x11ad, 0x0001),
new ConcreteDevice (0x0b63, 0x6530),
new ConcreteDevice (0x0b8c, 0x2303),
new ConcreteDevice (0x110a, 0x1150)
new ConcreteDevice (0x110a, 0x1150),
new ConcreteDevice (0x0557, 0x2008)
};

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

0 comments on commit 3895d03

Please sign in to comment.