OSDN Git Service

USB: serial: io_ti: bind to interface after fw download
authorJohan Hovold <johan@kernel.org>
Tue, 3 Jan 2017 15:39:46 +0000 (16:39 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 12 Jan 2017 10:39:20 +0000 (11:39 +0100)
commitc1ec6ba3d7c71a28d9a14f4abb1999fd5db80e2f
treeb37b3143ebdde9cf3b4f90073afbcd0b4ca6e6b8
parentfb0a00fb0843136baee7812b7319c2b4db2592aa
USB: serial: io_ti: bind to interface after fw download

commit e35d6d7c4e6532a89732cf4bace0e910ee684c88 upstream.

Bind to the interface, but do not register any ports, after having
downloaded the firmware. The device will still disconnect and
re-enumerate, but this way we avoid an error messages from being logged
as part of the process:

io_ti: probe of 1-1.3:1.0 failed with error -5

Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/io_ti.c