diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 15:05:45 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-07-03 15:05:45 -0700 |
commit | 8467e53f1178503de1d5bd5007e0361113d5f14b (patch) | |
tree | 6003616c3555cc190699755ae51702576427eaf5 /android-mobile | |
parent | bdd1a35c01ee7ce91e1c9428b50d5c38d7f3cb6c (diff) | |
download | subsurface-8467e53f1178503de1d5bd5007e0361113d5f14b.tar.gz |
Android: add Suunto EON Steel as device
This way plugging in an EON Steel should pop up a question if the
user wants to open Subsurface-mobile. Unfortunately, the download
doesn't work, yet, and worse, if the phone goes to sleep while an
EON Steel is plugged in, this appears to trigger a hard crash on
the EON Steel.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'android-mobile')
-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 fc9333bdb..83b42ea07 100644 --- a/android-mobile/res/xml/device_filter.xml +++ b/android-mobile/res/xml/device_filter.xml @@ -11,4 +11,6 @@ <usb-device vendor-id="1027" product-id="63104"/> <!-- Cressi (Leonardo) Custom PID --> <usb-device vendor-id="1027" product-id="63104"/> + <!-- EON Steel --> + <usb-device vendor-id="5267" product-id="48"/> </resources> |