diff options
| author | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-24 16:44:22 +0200 |
|---|---|---|
| committer | Roy Ben-Shabat <Roy@Twine-s.com> | 2017-12-24 16:44:22 +0200 |
| commit | fc4e5cbfadc31321111d8fb5aa3da082a80ad658 (patch) | |
| tree | 4387940907104306d2e91fbc2867cf62fd8395e2 /Software/Android_Studio/Tango.Stubs.UI/src | |
| parent | 8ef54228747d6d7e534953c265cfa95a5489ac0f (diff) | |
| download | Tango-fc4e5cbfadc31321111d8fb5aa3da082a80ad658.tar.gz Tango-fc4e5cbfadc31321111d8fb5aa3da082a80ad658.zip | |
Implemented UsbSerialAdapter for android.
Diffstat (limited to 'Software/Android_Studio/Tango.Stubs.UI/src')
| -rw-r--r-- | Software/Android_Studio/Tango.Stubs.UI/src/main/res/xml/device_filter.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Software/Android_Studio/Tango.Stubs.UI/src/main/res/xml/device_filter.xml b/Software/Android_Studio/Tango.Stubs.UI/src/main/res/xml/device_filter.xml new file mode 100644 index 000000000..888cfe3bf --- /dev/null +++ b/Software/Android_Studio/Tango.Stubs.UI/src/main/res/xml/device_filter.xml @@ -0,0 +1,3 @@ +<resources> + <usb-device vendor-id="7358" /> +</resources>
\ No newline at end of file |
