Skip to content
This repository has been archived by the owner on Sep 17, 2023. It is now read-only.

Commit

Permalink
Added USB support for RevE Rebooted devices.
Browse files Browse the repository at this point in the history
  • Loading branch information
maxieds committed May 11, 2018
1 parent 0e096a4 commit 894160a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ android {
applicationId "com.maxieds.chameleonminilivedebugger"
minSdkVersion 21
targetSdkVersion 27
versionCode 39
versionName "0.3.9"
versionCode 40
versionName "0.4.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
multiDexEnabled true
}
Expand Down
3 changes: 2 additions & 1 deletion app/src/main/res/xml/usb_device_filter.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

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

0 comments on commit 894160a

Please sign in to comment.