forked from mavlink/qgroundcontrol
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use FTDI driver provided by ftdicjip.com
- 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
1 parent
8156462
commit 9593ff3
Showing
7 changed files
with
184 additions
and
307 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> | ||
|
Oops, something went wrong.