Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp2010318imm; Tue, 10 Jul 2018 11:32:31 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeOI4v9UaMaeZta5ceDfZNAk+gKLJ2YEoJCmv3J5ZKxvGNRYONybnImm/xACwRwNMNWgH1q X-Received: by 2002:a62:9042:: with SMTP id a63-v6mr27011505pfe.52.1531247551360; Tue, 10 Jul 2018 11:32:31 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531247551; cv=none; d=google.com; s=arc-20160816; b=RJMos9cHQSvA7J3hXExiQI0j+8wnCIbRKVTb4tuw5jCH8eLv0J72LX/XcLQIj9k8UG dQCEo63B2BrjVEjrrIVUbdZOtuq/G7dOUBY3NAFCnURRCbpX/HnDRZxc7FQjrBkmTqMl WVEDT5K7I6DyfHlIcGEd480iJWSnpedpyLAEIqpZ8iSq5B+3HdnDnYIIyHCX601ZkcR5 8hX3N2LmsXUmGRe0T7ksD7GYO91pEnRFSHDq/ijCapdWeUz8zFD+/5ZZ7deiwSn+Vjju I3hGDoRdJVUN/P5OJJ9VBuNTtdg7qOydZZ+0z5fugf4BJ/NHLxYV1NAIyGy6zRGIidE2 8Gdw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:user-agent:references :in-reply-to:message-id:date:subject:cc:to:from :arc-authentication-results; bh=qcmrWM9L5uf/8amrtpgvVPma3Qo3BBwh4D5qMf3Au+k=; b=H9KTgiwn2ZObBHLFrl04+dVTlsGeNnLAQ6NfJVybTOCyKwk27Ls7axoaZsVQZBdLyu nNS1f54zP4mUmp37hs/Ch96Pa3jiL2BwZPoJb6r8CjMoVch4KzPwrQBPaWnvoAhMCBWd OIBOodCgS6lywVDw4WOaFJ2//AAQ3zhJbEQam9Dt8nnARb2BcQoqq1+T6Aewv+NE7h62 jJ9+kmPp3gkl02RaZ5wZMIED2rgmsqSoPuM9VrpgKho9F2JhOiPRJpKbVROXARZ2jchE dDcl0y/CTGnYyBdLu2SD00VDQKc81C+sZ2yY6837UHv98Z0Dtwv64TU+BMkYBfXO4Kjx 4kiA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id f11-v6si16920543plr.316.2018.07.10.11.32.16; Tue, 10 Jul 2018 11:32:31 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388068AbeGJSa3 (ORCPT + 99 others); Tue, 10 Jul 2018 14:30:29 -0400 Received: from mail.linuxfoundation.org ([140.211.169.12]:45576 "EHLO mail.linuxfoundation.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388035AbeGJSa2 (ORCPT ); Tue, 10 Jul 2018 14:30:28 -0400 Received: from localhost (LFbn-1-12247-202.w90-92.abo.wanadoo.fr [90.92.61.202]) by mail.linuxfoundation.org (Postfix) with ESMTPSA id 6D50FEC6; Tue, 10 Jul 2018 18:30:16 +0000 (UTC) From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Karoly Pados , Johan Hovold Subject: [PATCH 4.9 03/52] USB: serial: cp210x: add Silicon Labs IDs for Windows Update Date: Tue, 10 Jul 2018 20:24:31 +0200 Message-Id: <20180710182449.522734583@linuxfoundation.org> X-Mailer: git-send-email 2.18.0 In-Reply-To: <20180710182449.285532226@linuxfoundation.org> References: <20180710182449.285532226@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 4.9-stable review patch. If anyone has any objections, please let me know. ------------------ From: Karoly Pados 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 Cc: stable Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 3 +++ 1 file changed, 3 insertions(+) --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -151,8 +151,11 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x10C4, 0x8B34) }, /* Qivicon ZigBee USB Radio Stick */ { USB_DEVICE(0x10C4, 0xEA60) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA61) }, /* Silicon Labs factory default */ + { USB_DEVICE(0x10C4, 0xEA63) }, /* Silicon Labs Windows Update (CP2101-4/CP2102N) */ { USB_DEVICE(0x10C4, 0xEA70) }, /* Silicon Labs factory default */ { USB_DEVICE(0x10C4, 0xEA71) }, /* Infinity GPS-MIC-1 Radio Monophone */ + { USB_DEVICE(0x10C4, 0xEA7A) }, /* Silicon Labs Windows Update (CP2105) */ + { USB_DEVICE(0x10C4, 0xEA7B) }, /* Silicon Labs Windows Update (CP2108) */ { USB_DEVICE(0x10C4, 0xF001) }, /* Elan Digital Systems USBscope50 */ { USB_DEVICE(0x10C4, 0xF002) }, /* Elan Digital Systems USBwave12 */ { USB_DEVICE(0x10C4, 0xF003) }, /* Elan Digital Systems USBpulse100 */