From 3899952114f96ba0ce48ef8e99385ad31c1fe820 Mon Sep 17 00:00:00 2001 From: Oleg Mazurov Date: Tue, 18 Jun 2013 20:22:19 -0600 Subject: [PATCH] fixed ready flag in Prolific driver --- cdcprolific.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cdcprolific.cpp b/cdcprolific.cpp index f17feaf7..649cab95 100644 --- a/cdcprolific.cpp +++ b/cdcprolific.cpp @@ -151,7 +151,8 @@ uint8_t PL2303::Init(uint8_t parent, uint8_t port, bool lowspeed) { USBTRACE("PL configured\r\n"); - bPollEnable = true; + //bPollEnable = true; + ready = true; return 0; FailGetDevDescr: