summaryrefslogtreecommitdiffstats
path: root/android
diff options
context:
space:
mode:
authorGravatar Anton Lundin <glance@acc.umu.se>2016-09-18 14:56:44 +0200
committerGravatar Dirk Hohndel <dirk@hohndel.org>2016-09-18 07:12:16 -0700
commit93ef223a3131db838abc7c390ddce3fae8be5f7c (patch)
treed3ae2499bccb1f6b477059207a1d57c4ecafd576 /android
parente0fe8762c2e76ab6739cc10bba73f66a26fedaf8 (diff)
downloadsubsurface-93ef223a3131db838abc7c390ddce3fae8be5f7c.tar.gz
Add a simple cp2130 libusb driver
This adds a simple cp2130 userspace driver. Its probably unusable in the real world but its a great base to build upon. 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.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/android/res/xml/device_filter.xml b/android/res/xml/device_filter.xml
index fc9333bdb..19e535e28 100644
--- a/android/res/xml/device_filter.xml
+++ b/android/res/xml/device_filter.xml
@@ -11,4 +11,7 @@
<usb-device vendor-id="1027" product-id="63104"/>
<!-- Cressi (Leonardo) Custom PID -->
<usb-device vendor-id="1027" product-id="63104"/>
+
+ <!-- CP2130 Chip -->
+ <usb-device vendor-id="4292" product-id="34720"/>
</resources>