Skip to content

Commit

Permalink
Use FTDI driver provided by ftdicjip.com
Browse files Browse the repository at this point in the history
- Fixes lost connections with FTDI radios
- Modified code to only test vendor id, all product ids are let through
- Modified code to pass log output through to C++ side
QGCLoggingCategory system
  • Loading branch information
DonLakeFlyer committed Oct 19, 2016
1 parent 8156462 commit 9593ff3
Show file tree
Hide file tree
Showing 7 changed files with 184 additions and 307 deletions.
Binary file added android/libs/d2xx.jar
Binary file not shown.
36 changes: 1 addition & 35 deletions android/res/xml/device_filter.xml
Original file line number Diff line number Diff line change
@@ -1,40 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Everything -->
<!-- Allow anything connected -->
<usb-device />
<!-- 0x26AC / 0x11: PX4 FMU Pixhawk -->
<!--
<usb-device vendor-id="9900" product-id="17" />
-->

<!-- 0x0403 / 0x6001: FTDI FT232R UART -->
<!--
<usb-device vendor-id="1027" product-id="24577" />
-->

<!-- 0x0403 / 0x6015: FTDI FT231X -->
<!--
<usb-device vendor-id="1027" product-id="24597" />
-->

<!-- 0x2341 / Arduino -->
<!--
<usb-device vendor-id="9025" />
-->

<!-- 0x16C0 / 0x0483: Teensyduino -->
<!--
<usb-device vendor-id="5824" product-id="1155" />
-->

<!-- 0x10C4 / 0xEA60: CP210x UART Bridge -->
<!--
<usb-device vendor-id="4292" product-id="60000" />
-->

<!-- 0x067B / 0x2303: Prolific PL2303 -->
<!--
<usb-device vendor-id="1659" product-id="8963" />
-->
</resources>

Loading

0 comments on commit 9593ff3

Please sign in to comment.