diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2018-04-02 12:35:58 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-04-02 13:37:38 -0700 |
commit | 2700f02dcd83d6ffebb22975b80999dd96cd79c2 (patch) | |
tree | 08c8c5deb827417324723866d2fe6e1010399c38 /android-mobile/res | |
parent | 5467b5349e9c3c5644a5a3d5549fbd833a7caffe (diff) | |
download | subsurface-2700f02dcd83d6ffebb22975b80999dd96cd79c2.tar.gz |
Android: add Atomics Aquatics Cobalt as device
This way plugging in a Cobalt should pop up a question if the
user wants to open Subsurface-mobile.
Unfortunately, this, too, fails on my Android devices, so I can't test
it.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile/res')
-rw-r--r-- | android-mobile/res/xml/device_filter.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml index 9509292eb..b180e020e 100644 --- a/android-mobile/res/xml/device_filter.xml +++ b/android-mobile/res/xml/device_filter.xml @@ -19,4 +19,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> |