aboutsummaryrefslogtreecommitdiff
path: root/android/WALT/app/src/main/res/xml/device_filter.xml
blob: f4f4a198284491650e55c9b5e0315596cae47bf3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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>