diff options
author | Anton Lundin <glance@acc.umu.se> | 2016-09-18 14:56:44 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-09-18 07:12:16 -0700 |
commit | 93ef223a3131db838abc7c390ddce3fae8be5f7c (patch) | |
tree | d3ae2499bccb1f6b477059207a1d57c4ecafd576 /android | |
parent | e0fe8762c2e76ab6739cc10bba73f66a26fedaf8 (diff) | |
download | subsurface-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.xml | 3 |
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> |