Re: [PATCH V6 02/10] USB: f81232: implement read IIR/MSR with endpoint

2015-02-17 Thread Johan Hovold
On Mon, Feb 16, 2015 at 03:57:54PM +0800, Peter Hung wrote: > The interrupt Endpoint will report current IIR. If we got IIR with MSR Changed > , We will do read MSR with interrupt_work worker to do f81232_read_msr() func. > > Signed-off-by: Peter Hung > --- > drivers/usb/serial/f81232.c | 109 >

[PATCH V6 02/10] USB: f81232: implement read IIR/MSR with endpoint

2015-02-15 Thread Peter Hung
The interrupt Endpoint will report current IIR. If we got IIR with MSR Changed , We will do read MSR with interrupt_work worker to do f81232_read_msr() func. Signed-off-by: Peter Hung --- drivers/usb/serial/f81232.c | 109 1 file changed, 100 insertio