1
0
mirror of https://github.com/mik3y/usb-serial-for-android.git synced 2026-08-22 05:43:09 +00:00

Merge pull request #103 from xeonfusion/patch-1

Update ProlificSerialDriver.java
This commit is contained in:
mike w
2016-03-23 19:31:24 -04:00
@@ -456,6 +456,10 @@ public class ProlificSerialDriver implements UsbSerialDriver {
case PARITY_ODD: case PARITY_ODD:
lineRequestData[5] = 1; lineRequestData[5] = 1;
break; break;
case PARITY_EVEN:
lineRequestData[5] = 2;
break;
case PARITY_MARK: case PARITY_MARK:
lineRequestData[5] = 3; lineRequestData[5] = 3;