Re: [PATCH 1/2] USB: ftdi_sio: add CBUS mode for FT232R devices

2015-06-29 Thread Johan Hovold
On Tue, Jun 30, 2015 at 08:46:51AM +0200, Linus Walleij wrote: > On Sun, Jun 21, 2015 at 12:12 AM, Stefan Agner wrote: > > > Add interface to allow CBUS access. The functions set_bitmode and > > read_pins use control transfers only hence should not interfere > > with the serial operation mode. >

Re: [PATCH 1/2] USB: ftdi_sio: add CBUS mode for FT232R devices

2015-06-29 Thread Linus Walleij
On Sun, Jun 21, 2015 at 12:12 AM, Stefan Agner wrote: > Add interface to allow CBUS access. The functions set_bitmode and > read_pins use control transfers only hence should not interfere > with the serial operation mode. > > Signed-off-by: Stefan Agner Interesting. Waiting for Johan's review o