Re: [PATCH] USB: serial: ftdi_sio: only bind FT232H if UART mode is enabled

2017-07-25 Thread Johan Hovold
On Wed, Jul 19, 2017 at 01:23:27PM +0200, Anatolij Gustschin wrote: > On Wed, 19 Jul 2017 11:03:11 +0200 > Johan Hovold jo...@kernel.org wrote: > > >On Thu, Jul 13, 2017 at 06:25:25PM +0200, Anatolij Gustschin wrote: > >> On FT232H the interface mode can be configured in the EEPROM, > >> and the a

Re: [PATCH] USB: serial: ftdi_sio: only bind FT232H if UART mode is enabled

2017-07-19 Thread Anatolij Gustschin
On Wed, 19 Jul 2017 11:03:11 +0200 Johan Hovold jo...@kernel.org wrote: >On Thu, Jul 13, 2017 at 06:25:25PM +0200, Anatolij Gustschin wrote: >> On FT232H the interface mode can be configured in the EEPROM, >> and the async UART mode is configured by default. The chip is >> also in async UART mode

Re: [PATCH] USB: serial: ftdi_sio: only bind FT232H if UART mode is enabled

2017-07-19 Thread Johan Hovold
On Thu, Jul 13, 2017 at 06:25:25PM +0200, Anatolij Gustschin wrote: > On FT232H the interface mode can be configured in the EEPROM, > and the async UART mode is configured by default. The chip is > also in async UART mode if no EEPROM is connected. > > Check the EEPROM configuration and do not bin

[PATCH] USB: serial: ftdi_sio: only bind FT232H if UART mode is enabled

2017-07-13 Thread Anatolij Gustschin
On FT232H the interface mode can be configured in the EEPROM, and the async UART mode is configured by default. The chip is also in async UART mode if no EEPROM is connected. Check the EEPROM configuration and do not bind as serial device when different interface mode is programmed in the EEPROM.