diff options
| author | Keith Packard <keithp@keithp.com> | 2015-04-27 21:20:22 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2015-04-27 21:20:22 -0700 |
| commit | 7bfa8841b65707d629b425b306ec4cc3acfc156c (patch) | |
| tree | a5265c9aae11ca7dcae8fb70e3a64a8d843eb6bb /altosdroid/res/xml | |
| parent | 356617a3476e237311b8bbcefd6beda8271b120d (diff) | |
altosdroid: Add USB support for TeleDongle/TeleBT
This lets AltosDroid use a USB-connected receiver as well as Bluetooth devices.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosdroid/res/xml')
| -rw-r--r-- | altosdroid/res/xml/device_filter.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/altosdroid/res/xml/device_filter.xml b/altosdroid/res/xml/device_filter.xml new file mode 100644 index 00000000..84b09c06 --- /dev/null +++ b/altosdroid/res/xml/device_filter.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="utf-8"?> + +<resources> + <usb-device vendor-id="65534" /> + <usb-device vendor-id="1027" /> +</resources> |
