Re: [PATCH V7 07/11] USB: f81232: implement port_enable function

2015-02-25 Thread Johan Hovold
On Tue, Feb 24, 2015 at 06:16:22PM +0800, Peter Hung wrote: > We put FCR/IER initial step to f81232_port_enable(). When port is open, > it set MSR interrupt on. Otherwise set it off. > > Signed-off-by: Peter Hung > --- > drivers/usb/serial/f81232.c | 39 +++ >

[PATCH V7 07/11] USB: f81232: implement port_enable function

2015-02-24 Thread Peter Hung
We put FCR/IER initial step to f81232_port_enable(). When port is open, it set MSR interrupt on. Otherwise set it off. Signed-off-by: Peter Hung --- drivers/usb/serial/f81232.c | 39 +++ 1 file changed, 39 insertions(+) diff --git a/drivers/usb/serial/f81232.