summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorGravatar Linus Torvalds <torvalds@linux-foundation.org>2019-04-24 09:15:41 -0700
committerGravatar bstoeger <32835590+bstoeger@users.noreply.github.com>2019-04-25 13:22:21 +0200
commit263c87b1cc55e264e8c8ba5d2e976e2c78e16a2b (patch)
treef715bc075181d2ba05d33dc93b4120e943b2c77d /android
parent50da417709f8e1f6546898071ddfa2fabdf356eb (diff)
downloadsubsurface-263c87b1cc55e264e8c8ba5d2e976e2c78e16a2b.tar.gz
Update (and fix) device mobile ID's for Scubapro dive computers
I'm not sure this is actually relevant for anything any more, but this adds the USB device ID's for the Scubapro G2 Console and HUD versions. It also fixes things to use the proper vendor name (a bit too much cut-and-paste, where the code said "Suunto" instead of "Scubapro"). The real device ID changes are in libdivecomputer, this is just the Android xml list for recognized USB devices that likely nobody really uses. Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'android')
-rw-r--r--android/res/xml/device_filter.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml
index 046b12f2b..59742610d 100644
--- a/android/res/xml/device_filter.xml
+++ b/android/res/xml/device_filter.xml
@@ -19,8 +19,10 @@
<usb-device vendor-id="0x1493" product-id="0x30"/>
<!-- EON Steel core -->
<usb-device vendor-id="0x1493" product-id="0x33"/>
- <!-- Scubapro G2 -->
+ <!-- Scubapro G2 (wrist/console/hud) -->
<usb-device vendor-id="0x2e6c" product-id="0x3201"/>
+ <usb-device vendor-id="0x2e6c" product-id="0x3211"/>
+ <usb-device vendor-id="0x2e6c" product-id="0x4201"/>
<!-- Scubapro Aladin Square -->
<usb-device vendor-id="0xc251" product-id="0x2006"/>
<!-- Atomics Aquatics Cobalt -->