]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
USB: serial: cp210x: Removing unncessary `usb_reset_device` on startup
authorPreston Fick <preston.fick@silabs.com>
Wed, 16 Jul 2014 19:31:30 +0000 (14:31 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 18 Jul 2014 00:12:13 +0000 (17:12 -0700)
commit934ef5aca9daea10507eebcbd0fb8f6d57d55359
treef19645db897fb4ecf8614d867fd840cc090ac392
parentce21bfe603b3401c258c415456c915634998e133
USB: serial: cp210x: Removing unncessary `usb_reset_device` on startup

This `usb_reset_device` command has been around since the driver was
originally reverse engineered. It doesn't cause much issue on single
interface CP210x devices, but on the CP2105 and CP2108 with 2 and 4
interfaces respectively it will cause instability on enumeration and
delays enumeration noticably. There should be no reason to reset a device
at startup, per the CP210x AN571 spec.

Signed-off-by: Preston Fick <preston.fick@silabs.com>
Cc: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cp210x.c