From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-6.0 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_PASS,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 85D5CC4360F for ; Mon, 1 Apr 2019 17:35:42 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5798720896 for ; Mon, 1 Apr 2019 17:35:42 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554140142; bh=Z9Jgm698JSOAaZOrTuhOv6tp8KtsWFK6ePobGaGQpH0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=rVB6gCaHR5N9Kz3UUixYKKEYCqVECzfGip/24rzSHyQFyEQ2wZ+8lwvaVL7p91rGs ckCH3m3KdHdep9/nPNbp3IQPYSglHYTS150OuSG7XhIlsEaqJzeGEg8If/ScoGbuDI fD6U2V1sc3YT47qkYAKBCR9AQ9Mt4YiTc+GMQG1g= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2387541AbfDARfk (ORCPT ); Mon, 1 Apr 2019 13:35:40 -0400 Received: from mail.kernel.org ([198.145.29.99]:46582 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2387937AbfDARfj (ORCPT ); Mon, 1 Apr 2019 13:35:39 -0400 Received: from localhost (83-86-89-107.cable.dynamic.v4.ziggo.nl [83.86.89.107]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id 7781A20880; Mon, 1 Apr 2019 17:35:38 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1554140139; bh=Z9Jgm698JSOAaZOrTuhOv6tp8KtsWFK6ePobGaGQpH0=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=Hp5wcYylTnusMri34L2xTlOYla5V29iiGwpqycj235V8tV/fONG1BX7D/gRuB54Zf /60mVaM7dydBeP1vAYUrhntKjRWskO4MA5wmznwfIFtBa2XQi9K1KKVyhZjmHP+7xW TbGMTQCp6IPRcJnWsRhjAv+SwcQxoqXbI8e4ARwc= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Uli , Johan Hovold Subject: [PATCH 4.4 116/131] USB: serial: cp210x: add new device id Date: Mon, 1 Apr 2019 19:03:06 +0200 Message-Id: <20190401170101.326588799@linuxfoundation.org> X-Mailer: git-send-email 2.21.0 In-Reply-To: <20190401170051.645954551@linuxfoundation.org> References: <20190401170051.645954551@linuxfoundation.org> User-Agent: quilt/0.65 X-stable: review X-Patchwork-Hint: ignore MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: stable-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: stable@vger.kernel.org 4.4-stable review patch. If anyone has any objections, please let me know. ------------------ From: Greg Kroah-Hartman commit a595ecdd5f60b2d93863cebb07eec7f935839b54 upstream. Lorenz Messtechnik has a device that is controlled by the cp210x driver, so add the device id to the driver. The device id was provided by Silicon-Labs for the devices from this vendor. Reported-by: Uli Signed-off-by: Greg Kroah-Hartman Cc: stable Signed-off-by: Johan Hovold Signed-off-by: Greg Kroah-Hartman --- drivers/usb/serial/cp210x.c | 1 + 1 file changed, 1 insertion(+) --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -76,6 +76,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x10C4, 0x804E) }, /* Software Bisque Paramount ME build-in converter */ { USB_DEVICE(0x10C4, 0x8053) }, /* Enfora EDG1228 */ { USB_DEVICE(0x10C4, 0x8054) }, /* Enfora GSM2228 */ + { USB_DEVICE(0x10C4, 0x8056) }, /* Lorenz Messtechnik devices */ { USB_DEVICE(0x10C4, 0x8066) }, /* Argussoft In-System Programmer */ { USB_DEVICE(0x10C4, 0x806F) }, /* IMS USB to RS422 Converter Cable */ { USB_DEVICE(0x10C4, 0x807A) }, /* Crumb128 board */