Skip to content

Commit d9c60fe

Browse files
authored
Merge pull request #254 from ShimmerEngineering/DEV-579
DEV-579 USB 3R support - Right Click Menu Items
2 parents 7c1c0a7 + 5b30f9c commit d9c60fe

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

ShimmerDriver/src/main/java/com/shimmerresearch/driver/ShimmerDevice.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1402,6 +1402,9 @@ else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.BASE15.getLabe
14021402
else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.BASE6.getLabel())){
14031403
mDockType = DEVICE_TYPE.BASE6;
14041404
}
1405+
else if(mDockID.contains(HwDriverShimmerDeviceDetails.DEVICE_TYPE.SHIMMER3R.getLabel())){
1406+
mDockType = DEVICE_TYPE.SHIMMER3R;
1407+
}
14051408
else {
14061409
mDockType = DEVICE_TYPE.UNKOWN;
14071410
}

0 commit comments

Comments
 (0)