summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-09 05:42:26 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-08-11 11:14:22 -0700
commitc10a63ce015ef4dd9db46a4701efda1ef4b8a723 (patch)
treef9c2b6872e57687fc232f3b9a2c9ab55f19ff9fb
parentf8d551ac6ee68fc90759da915f1a65e40225b661 (diff)
downloadsubsurface-c10a63ce015ef4dd9db46a4701efda1ef4b8a723.tar.gz
Android: add another FTDI product id to recognized IDs
We don't know for sure if this is Aqualung specific, though. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
-rw-r--r--android-mobile/res/xml/device_filter.xml4
-rw-r--r--android/res/xml/device_filter.xml6
2 files changed, 10 insertions, 0 deletions
diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml
index b180e020e..413daa61f 100644
--- a/android-mobile/res/xml/device_filter.xml
+++ b/android-mobile/res/xml/device_filter.xml
@@ -5,12 +5,16 @@
<usb-device vendor-id="1027" product-id="24577"/>
<usb-device vendor-id="1027" product-id="24592"/>
<usb-device vendor-id="1027" product-id="24593"/>
+ <!-- May be Aqualung custom PID? -->
+ <usb-device vendor-id="1027" product-id="24597"/>
<!-- Oceanic Custom PID -->
<usb-device vendor-id="1027" product-id="62560"/>
<!-- Suunto Custom PID -->
<usb-device vendor-id="1027" product-id="63104"/>
<!-- Cressi (Leonardo) Custom PID -->
<usb-device vendor-id="1027" product-id="34768"/>
+
+ <!-- USB devices -->
<!-- EON Steel -->
<usb-device vendor-id="5267" product-id="48"/>
<!-- EON Steel core -->
diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml
index 9509292eb..413daa61f 100644
--- a/android/res/xml/device_filter.xml
+++ b/android/res/xml/device_filter.xml
@@ -5,12 +5,16 @@
<usb-device vendor-id="1027" product-id="24577"/>
<usb-device vendor-id="1027" product-id="24592"/>
<usb-device vendor-id="1027" product-id="24593"/>
+ <!-- May be Aqualung custom PID? -->
+ <usb-device vendor-id="1027" product-id="24597"/>
<!-- Oceanic Custom PID -->
<usb-device vendor-id="1027" product-id="62560"/>
<!-- Suunto Custom PID -->
<usb-device vendor-id="1027" product-id="63104"/>
<!-- Cressi (Leonardo) Custom PID -->
<usb-device vendor-id="1027" product-id="34768"/>
+
+ <!-- USB devices -->
<!-- EON Steel -->
<usb-device vendor-id="5267" product-id="48"/>
<!-- EON Steel core -->
@@ -19,4 +23,6 @@
<usb-device vendor-id="11884" product-id="12801"/>
<!-- Scubapro Aladin Square -->
<usb-device vendor-id="49745" product-id="8198"/>
+ <!-- Atomics Aquatics Cobalt -->
+ <usb-device vendor-id="1137" product-id="2184"/>
</resources>