mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
d500969918
commit
00e3346835
2 changed files with 14 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue