diff options
author | Anton Lundin <glance@acc.umu.se> | 2017-11-28 09:00:22 +0100 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2017-11-28 11:25:55 -0800 |
commit | 00e33468355b718dab1fa49f63206b8e3be16bad (patch) | |
tree | bfbc41d7788114ededb5b4d773bef6ad26f37ece /android | |
parent | d50096991899e1f07eef71c078879f58d61b83f7 (diff) | |
download | subsurface-00e33468355b718dab1fa49f63206b8e3be16bad.tar.gz |
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>
Diffstat (limited to 'android')
-rw-r--r-- | android/res/xml/device_filter.xml | 8 |
1 files changed, 8 insertions, 0 deletions
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> |