mirror of
https://github.com/mik3y/usb-serial-for-android.git
synced 2026-08-11 16:32:53 +00:00
Device support: PL2303.
This change consolidates changes made by Felix Hädicke: https://code.google.com/r/felixhaedicke-usb-serial-for-android/ Upstream changes merged (newest first): 3b6fb7f Rename parameter variables 74d858f Remove unused constant bab0691 Make consts private 381f28c Remove test code bdd9a64 Suppport for reading CTS / DSR / CD / RI status ccf807a Remove "Untested" TODO comment (no longer true) 1b1ccce Remove unneeded commented out function ctrlIn 5f853db Make parameter fields private d8c6758 Fix for wrong constant being used when turning off DTR 05ff566 Fix for NullPointerException 9d2c9af Reenabled device type detection 307ce72 Device support: PL2303. Original commit message: New driver for Prolific PL2303 A new driver for Prolific PL2303 devices, which is more or less a port of the "pyprolific" driver from https://github.com/eblot/pyftdi
This commit is contained in:
committed by
mike wakerly
parent
4b4499f369
commit
2bdcbfd16e
@@ -12,4 +12,6 @@
|
||||
<!-- 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>
|
||||
|
||||
Reference in New Issue
Block a user