summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2018-01-28 23:01:23 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2018-01-29 14:09:05 -0800
commitcd759a3b1e35b75bb51c44453b7883dfcb9701ad (patch)
treecf60f3db3f722fa71e9c7ee4c2b943b35e71812d /android
parent79ce3c02cbb67a568e50c95b1f2f227a3265af86 (diff)
downloadsubsurface-cd759a3b1e35b75bb51c44453b7883dfcb9701ad.tar.gz
Correct the ftdi pid for Cressi devices
Way back in time there was a copy paste error in the Cressi pid. This corrects it. Signed-off-by: Anton Lundin <glance@acc.umu.se>
Diffstat (limited to 'android')
-rw-r--r--android/res/xml/device_filter.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml
index 231b9a076..9509292eb 100644
--- a/android/res/xml/device_filter.xml
+++ b/android/res/xml/device_filter.xml
@@ -10,7 +10,7 @@
<!-- Suunto Custom PID -->
<usb-device vendor-id="1027" product-id="63104"/>
<!-- Cressi (Leonardo) Custom PID -->
- <usb-device vendor-id="1027" product-id="63104"/>
+ <usb-device vendor-id="1027" product-id="34768"/>
<!-- EON Steel -->
<usb-device vendor-id="5267" product-id="48"/>
<!-- EON Steel core -->