1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-11 16:32:53 +00:00

Adding support for the new FT231X IC from FTDI

To use it as a serial-USB bridge it's the same thing as a FT232 IC
This commit is contained in:
Arthur Benemann
2013-09-30 15:03:23 -03:00
committed by mike wakerly
parent f878d5db80
commit d272021034
3 changed files with 5 additions and 0 deletions
@@ -2,6 +2,9 @@
<resources>
<!-- 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" />