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-mobile/res | |
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-mobile/res')
-rw-r--r-- | android-mobile/res/xml/device_filter.xml | 6 |
1 files changed, 6 insertions, 0 deletions
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> |