Skip to content

Commit 894160a

Browse files
committed
Added USB support for RevE Rebooted devices.
1 parent 0e096a4 commit 894160a

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ android {
2626
applicationId "com.maxieds.chameleonminilivedebugger"
2727
minSdkVersion 21
2828
targetSdkVersion 27
29-
versionCode 39
30-
versionName "0.3.9"
29+
versionCode 40
30+
versionName "0.4.0"
3131
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
3232
multiDexEnabled true
3333
}

app/src/main/res/xml/usb_device_filter.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
<resources>
44
<!-- ChameleonMini Rev. G Board Firmware Device Specs -->
5-
<!-- Add prospective support for the untested ChameleonMini Rev. E Boards -->
65
<usb-device vendor-id="5840" product-id="1202" />
6+
<!-- Add prospective support for the untested ChameleonMini Rev. E Boards -->
7+
<usb-device vendor-id="1003" product-id="8260" />
78
</resources>

0 commit comments

Comments
 (0)