diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-08-09 05:42:26 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-08-11 11:14:22 -0700 |
commit | c10a63ce015ef4dd9db46a4701efda1ef4b8a723 (patch) | |
tree | f9c2b6872e57687fc232f3b9a2c9ab55f19ff9fb /android-mobile | |
parent | f8d551ac6ee68fc90759da915f1a65e40225b661 (diff) | |
download | subsurface-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>
Diffstat (limited to 'android-mobile')
-rw-r--r-- | android-mobile/res/xml/device_filter.xml | 4 |
1 files changed, 4 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 --> |