Skip to content

Commit 97cce69

Browse files
authored
Merge pull request #273 from ShimmerEngineering/DEV-636_usbx_cdc_acm_msc_integration_changes
DEV-636 S3R USBX support
2 parents e1b7268 + f243913 commit 97cce69

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -161,10 +161,6 @@ public static final class MASS_STORAGE_DEVICE {
161161
"verisense",
162162
};
163163

164-
public static final String[] SHIMMER3R_COMPOSITE_DEVICE = new String[] { "SHIMMER COMPOSITE DEVICE","STM32 COMPOSITE DEVICE"};
165-
166-
public static final String[] SHIMMER3R_MSC_DEVICE = new String[] { "SHIMMER MSC","STM32 MSC DEVICE" };
167-
168164
public static final String[] SHIMMER3R_DFU_DEVICE_BUS_DESCRITION = new String[] { "DFU in HS Mode" };
169165

170166
public static final class SERVICE_DESCRIPTION {
@@ -202,7 +198,7 @@ public static final class SERIAL_PORT {
202198
public static final String VIRTUAL_PORT = "COM0COM";
203199

204200
public static final String[] SHIMMER_3R = new String[] {
205-
"VID_0483&PID_52A4"
201+
"VID_0483&PID_5710" // USBX drivers
206202
};
207203
}
208204

0 commit comments

Comments
 (0)