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

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

* EON Steel core
* Scubapro G2
* Scubapro Aladin Square

Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Anton Lundin 2017-11-28 09:00:22 +01:00 committed by Dirk Hohndel
parent d500969918
commit 00e3346835
2 changed files with 14 additions and 0 deletions

View file

@ -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>

View file

@ -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>