USB: serial: ti_usb_3410_5052: always require a bulk-out endpoint
authorJohan Hovold <johan@kernel.org>
Thu, 16 Mar 2017 16:13:50 +0000 (17:13 +0100)
committerJohan Hovold <johan@kernel.org>
Tue, 28 Mar 2017 09:14:10 +0000 (11:14 +0200)
commitc0dcf242d27a785930d73885471b368798720718
tree1111859d2ff66f9c0a71f8234e7cc260cdf34dae
parentd27444152c0d1fb969ee0acb8334287cf8b30d1b
USB: serial: ti_usb_3410_5052: always require a bulk-out endpoint

These devices always require at least one bulk-out endpoint so let core
verify that.

This avoids attempting to send bulk data to the default pipe when
downloading firmware in boot mode.

Note that further endpoints are still needed when not in boot mode.

Signed-off-by: Johan Hovold <johan@kernel.org>
drivers/usb/serial/ti_usb_3410_5052.c