USB: serial: cp210x: add Silicon Labs IDs for Windows Update
authorKaroly Pados <pados@pados.hu>
Sat, 9 Jun 2018 11:26:08 +0000 (13:26 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 8 Jul 2018 13:32:16 +0000 (15:32 +0200)
commita4c541363fbc73fe3329b2911e0dbcf0c5ed1ebd
tree426f9bc4a070708421f831ccf6c8ec95a6e0b9d1
parente5d06d6cc9435fd2f0425a8ddcd228f18cef7817
USB: serial: cp210x: add Silicon Labs IDs for Windows Update

commit 2f839823382748664b643daa73f41ee0cc01ced6 upstream.

Silicon Labs defines alternative VID/PID pairs for some chips that when
used will automatically install drivers for Windows users without manual
intervention. Unfortunately, these IDs are not recognized by the Linux
module, so using these IDs improves user experience on one platform but
degrades it on Linux. This patch addresses this problem.

Signed-off-by: Karoly Pados <pados@pados.hu>
Cc: stable <stable@vger.kernel.org>
Signed-off-by: Johan Hovold <johan@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/serial/cp210x.c