aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/xml/device_filter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'android/WALT/app/src/main/res/xml/device_filter.xml')
-rw-r--r--android/WALT/app/src/main/res/xml/device_filter.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/android/WALT/app/src/main/res/xml/device_filter.xml b/android/WALT/app/src/main/res/xml/device_filter.xml
new file mode 100644
index 0000000..f4f4a19
--- /dev/null
+++ b/android/WALT/app/src/main/res/xml/device_filter.xml
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <!-- Teensy in Serial mode, hex 16C0:0483 -->
+ <usb-device vendor-id="5824" product-id="1155" />
+
+ <!-- Teensy in Serial + keyboard +... mode. Hex 16C0:0483 -->
+ <usb-device vendor-id="5824" product-id="1159" />
+
+ <!-- Teensy in Serial + MIDI mode. Hex 16C0:0485 -->
+ <usb-device vendor-id="5824" product-id="1157" />
+
+ <!-- Teensy in Serial + MIDI mode with Teensyduion v1.31+. Hex 16C0:0489 -->
+ <usb-device vendor-id="5824" product-id="1161" />
+</resources>