[PATCH] android: Add new usb vid/pid's to manifest

Anton Lundin glance at acc.umu.se
Tue Nov 28 00:00:22 PST 2017


This adds vid/pid of the recently added usb devices.

* EON Steel core
* Scubapro G2
* Scubapro Aladin Square

Signed-off-by: Anton Lundin <glance at acc.umu.se>
---
 android-mobile/res/xml/device_filter.xml | 6 ++++++
 android/res/xml/device_filter.xml        | 8 ++++++++
 2 files changed, 14 insertions(+)

diff --git a/android-mobile/res/xml/device_filter.xml b/android-mobile/res/xml/device_filter.xml
index 83b42ea07..231b9a076 100644
--- a/android-mobile/res/xml/device_filter.xml
+++ b/android-mobile/res/xml/device_filter.xml
@@ -13,4 +13,10 @@
     <usb-device vendor-id="1027" product-id="63104"/>
     <!-- EON Steel -->
     <usb-device vendor-id="5267" product-id="48"/>
+    <!-- EON Steel core -->
+    <usb-device vendor-id="5267" product-id="51"/>
+    <!-- Scubapro G2 -->
+    <usb-device vendor-id="11884" product-id="12801"/>
+    <!-- Scubapro Aladin Square -->
+    <usb-device vendor-id="49745" product-id="8198"/>
 </resources>
diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml
index fc9333bdb..231b9a076 100644
--- a/android/res/xml/device_filter.xml
+++ b/android/res/xml/device_filter.xml
@@ -11,4 +11,12 @@
     <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"/>
+    <!-- EON Steel core -->
+    <usb-device vendor-id="5267" product-id="51"/>
+    <!-- Scubapro G2 -->
+    <usb-device vendor-id="11884" product-id="12801"/>
+    <!-- Scubapro Aladin Square -->
+    <usb-device vendor-id="49745" product-id="8198"/>
 </resources>
-- 
2.14.1



More information about the subsurface mailing list