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:30:46 +0000 (15:30 +0200)
commite80add5223dda08db1e5453a0ed4bc1175f394e9
treec50e5b282a8b36ec84806720a84c4f6b3889fafa
parent15e449969537594f970c166bbe811889f2ec853b
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