mirror of
https://github.com/subsurface/subsurface.git
synced 2024-11-28 05:00:20 +00:00
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>
This commit is contained in:
parent
bdd1a35c01
commit
8467e53f11
1 changed files with 2 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue