summaryrefslogtreecommitdiffstats
path: root/android-mobile/res
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-08 20:29:53 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2020-03-10 13:27:43 -0700
commitf4589583ef7dd259852069c0d5baad1bddee92a2 (patch)
treeada95c9b7eafa5a9790e1182f486a0cb756960c9 /android-mobile/res
parent0212b1b9f7734c2ee4edaf7e27a2c25601b5c4bc (diff)
downloadsubsurface-f4589583ef7dd259852069c0d5baad1bddee92a2.tar.gz
Android: remove USB devices we don't support
The HID devices and the Atomics Aquatics Cobalt cannot work on Android right now. We should claim to support them. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/res')
-rw-r--r--android-mobile/res/xml/device_filter.xml19
1 files changed, 1 insertions, 18 deletions
diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml
index 54445c997..cace30025 100644
--- a/android-mobile/res/xml/device_filter.xml
+++ b/android-mobile/res/xml/device_filter.xml
@@ -20,20 +20,6 @@
<!-- Mares Icon HD Custom PID -->
<usb-device vendor-id="0xFFFF" product-id="0x0005"/>
- <!-- USB devices -->
- <!-- EON Steel -->
- <usb-device vendor-id="0x1493" product-id="0x30"/>
- <!-- EON Steel core -->
- <usb-device vendor-id="0x1493" product-id="0x33"/>
- <!-- Scubapro G2 (wrist/console/hud) -->
- <usb-device vendor-id="0x2e6c" product-id="0x3201"/>
- <usb-device vendor-id="0x2e6c" product-id="0x3211"/>
- <usb-device vendor-id="0x2e6c" product-id="0x4201"/>
- <!-- Scubapro Aladin Square -->
- <usb-device vendor-id="0xc251" product-id="0x2006"/>
- <!-- Atomics Aquatics Cobalt -->
- <usb-device vendor-id="0x0471" product-id="0x0888"/>
-
<!-- devices supported by usb-serial-for-android which aren't included in FTDI chips -->
<!-- Don't support Arduino / Teensyduino / Leaflabs Maple -->
<!-- SiLabs CP2102 -->
@@ -54,7 +40,4 @@
<usb-device vendor-id="0x1a86" product-id="0x7523"/>
<!-- ARM mBed (possibly not used) -->
<usb-device vendor-id="0x0d28" product-id="0x0204"/>
-
-
-
-</resources> \ No newline at end of file
+</resources>