Skip to content

Commit d584ff7

Browse files
committed
add verisense usb support
1 parent 80a3468 commit d584ff7

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driverUtilities/HwDriverShimmerDeviceDetails.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,14 @@ public static final class MASS_STORAGE_DEVICE {
152152
public static final String[] SHIMMER = new String[] {
153153
"shimmer",
154154
};
155+
156+
public static final String[] VERISENSE_USB = new String[] {
157+
"VID_1915&PID_520F",
158+
};
159+
160+
public static final String[] VERISENSE = new String[] {
161+
"verisense",
162+
};
155163

156164
public static final String[] SHIMMER3R_COMPOSITE_DEVICE = new String[] { "SHIMMER COMPOSITE DEVICE","STM32 COMPOSITE DEVICE"};
157165

0 commit comments

Comments
 (0)