Received: by 2002:a05:6a10:f347:0:0:0:0 with SMTP id d7csp161711pxu; Thu, 10 Dec 2020 22:10:06 -0800 (PST) X-Google-Smtp-Source: ABdhPJyZpbBMutTTQ65ObQZ+fL5967VRHIT7p59EYjylEapCL7YwDziJud74yFjDcG/2rHhBXe9g X-Received: by 2002:a05:6402:d09:: with SMTP id eb9mr10099761edb.71.1607667005800; Thu, 10 Dec 2020 22:10:05 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1607667005; cv=none; d=google.com; s=arc-20160816; b=tztkjSH0lL8XFug6GBHn1lbvQ8m9s//MF92oEmE7iYB9ko8iDScRsOTjCv5wWzK76r uGX3rjMJ7YexnvCmcQhYMoohsPZQ8aoGNDrU9FNpyJtXHqV3lqUP8P7QXW4VTIALU5k5 jUdyOPHh+fNTzlRzD1gwW12Fnhbuwq0jlBWT4PbDNbQJjc5qAl/rWu8CHmahI704HbAw 4QB/IhVLH1pIe7JwyHOAoJDyye+PzpQPql/1zq3G4OYK7n28kM2Xy9kacnX3j6JMcjwC 5eyoiFKgQl4OAe9WbOr1ki27+2QxDd/bCA+cpF5cXv2qPlIl6Js6DzkOPK8W64VZicOC aQwQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :user-agent:references:in-reply-to:message-id:date:subject:cc:to :from; bh=DA8El/UCsZXz0fCcbkfXxczVEudG0vPvOX1UxVB06VY=; b=1KZFE7ngzmDAiaBTta/rwBW5VBxuem6C98Evkr9SOPfhDAOPL7Yfb4wa1VFDHpVad9 /BA6s0FCwglADj3zgco6NsU8fwumlKm/5yH9VhX/su4MeyPHgqsQqVh78AG8VcjEH4D+ yLsyhpQC9GXEwflDQD3ebByCPE74qNowmovLib1MpixIMXV2ywGiusJGJMsXptrGEYzj irXJ4yTnlnP1tX8YWfngxT939xmjaB8QgKax6WRxCUYbMSwFAfLdEmR/Hvp9cQHUGSiy oJkP2rl0WGpXaUPZqdVLYbwjiUle1PjGvUHkUres1sOdQ9HXJNzKAO0c7f0ga/ACX2bJ ouZQ== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id g19si3961772edf.599.2020.12.10.22.09.27; Thu, 10 Dec 2020 22:10:05 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=linuxfoundation.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2390964AbgLJOfq (ORCPT + 99 others); Thu, 10 Dec 2020 09:35:46 -0500 Received: from mail.kernel.org ([198.145.29.99]:41908 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733022AbgLJOdt (ORCPT ); Thu, 10 Dec 2020 09:33:49 -0500 From: Greg Kroah-Hartman Authentication-Results: mail.kernel.org; dkim=permerror (bad message/signature format) To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Jan-Niklas Burfeind , Johan Hovold Subject: [PATCH 4.19 05/39] USB: serial: ch341: add new Product ID for CH341A Date: Thu, 10 Dec 2020 15:26:44 +0100 Message-Id: <20201210142602.556428503@linuxfoundation.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201210142602.272595094@linuxfoundation.org> References: <20201210142602.272595094@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Jan-Niklas Burfeind commit 46ee4abb10a07bd8f8ce910ee6b4ae6a947d7f63 upstream. Add PID for CH340 that's found on a ch341 based Programmer made by keeyees. The specific device that contains the serial converter is described here: http://www.keeyees.com/a/Products/ej/36.html The driver works flawlessly as soon as the new PID (0x5512) is added to it. Signed-off-by: Jan-Niklas Burfeind Cc: stable@vger.kernel.org Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/ch341.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/ch341.c +++ b/drivers/usb/serial/ch341.c @@ -83,6 +83,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x4348, 0x5523) }, { USB_DEVICE(0x1a86, 0x7522) }, { USB_DEVICE(0x1a86, 0x7523) }, + { USB_DEVICE(0x1a86, 0x5512) }, { USB_DEVICE(0x1a86, 0x5523) }, { }, };