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>
Wed, 11 Jul 2018 14:26:41 +0000 (16:26 +0200)
commit1b9f7d27057bb310e97aa5602da53cc6fff86b99
treeed6de660f7c67e8fe668bcc8c1fb2a5cfd114da4
parentb9a0ce3b8422a1043192bf6b9ba6106a06fc0d43
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