diff options
author | Anton Lundin <glance@acc.umu.se> | 2018-01-28 23:01:23 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2018-01-29 14:09:05 -0800 |
commit | cd759a3b1e35b75bb51c44453b7883dfcb9701ad (patch) | |
tree | cf60f3db3f722fa71e9c7ee4c2b943b35e71812d /android-mobile/res | |
parent | 79ce3c02cbb67a568e50c95b1f2f227a3265af86 (diff) | |
download | subsurface-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-mobile/res')
-rw-r--r-- | android-mobile/res/xml/device_filter.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml index 231b9a076..9509292eb 100644 --- a/android-mobile/res/xml/device_filter.xml +++ b/android-mobile/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 --> |