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:
committed by
mike wakerly
parent
f878d5db80
commit
d272021034
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user