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.8 required=3.0 tests=DKIMWL_WL_HIGH,DKIM_SIGNED, DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI,SIGNED_OFF_BY, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=unavailable 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 D13A9C432C0 for ; Wed, 27 Nov 2019 21:31:48 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 9D35D20665 for ; Wed, 27 Nov 2019 21:31:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574890308; bh=4k1yRRpvUsBbhpTb99G7YX+ZkIxIpRCmb4xb9hF2Iic=; h=From:To:Cc:Subject:Date:In-Reply-To:References:List-ID:From; b=h40tEsUk7bHjOa7WVi8xDSbu+bKzTIvTcPItQEAUiSTUDLITfaILthyFyog5qOH9D jpGevzdl34FQfjGqiI8/fuQiH3D25Og/SDjCqB0bb8Qbr+90p9sLygyjvm1Q+KDE6G L44slawYHX1Trs0SbjUdeaOxz957V7FDCdDh2myo= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730547AbfK0Vbr (ORCPT ); Wed, 27 Nov 2019 16:31:47 -0500 Received: from mail.kernel.org ([198.145.29.99]:44064 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1730304AbfK0UyP (ORCPT ); Wed, 27 Nov 2019 15:54:15 -0500 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 762872086A; Wed, 27 Nov 2019 20:54:14 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574888054; bh=4k1yRRpvUsBbhpTb99G7YX+ZkIxIpRCmb4xb9hF2Iic=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=m+/GgUKeVHn2nEhlVAn3Ws0ywuv16CxIeiRCHa9/zMFl4hGdPfU5ihtdzXC91yYfn 2KoE3Wr+w3iyc2mI29GHXseT9MKJnR2tHt2AVnSpNGBND5m0s0TCuOA0S5x5WDbgER y8jc1klR5s9QYJJlDyRLWPzF14rjdXexwMyMJxZY= From: Greg Kroah-Hartman To: linux-kernel@vger.kernel.org Cc: Greg Kroah-Hartman , stable@vger.kernel.org, Joel Jennings , Johan Hovold Subject: [PATCH 4.14 199/211] usb-serial: cp201x: support Mark-10 digital force gauge Date: Wed, 27 Nov 2019 21:32:12 +0100 Message-Id: <20191127203112.411520378@linuxfoundation.org> X-Mailer: git-send-email 2.24.0 In-Reply-To: <20191127203049.431810767@linuxfoundation.org> References: <20191127203049.431810767@linuxfoundation.org> User-Agent: quilt/0.66 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Greg Kroah-Hartman commit 347bc8cb26388791c5881a3775cb14a3f765a674 upstream. Add support for the Mark-10 digital force gauge device to the cp201x driver. Based on a report and a larger patch from Joel Jennings Reported-by: Joel Jennings Cc: stable Acked-by: Johan Hovold Link: https://lore.kernel.org/r/20191118092119.GA153852@kroah.com 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 @@ -128,6 +128,7 @@ static const struct usb_device_id id_tab { USB_DEVICE(0x10C4, 0x8341) }, /* Siemens MC35PU GPRS Modem */ { USB_DEVICE(0x10C4, 0x8382) }, /* Cygnal Integrated Products, Inc. */ { USB_DEVICE(0x10C4, 0x83A8) }, /* Amber Wireless AMB2560 */ + { USB_DEVICE(0x10C4, 0x83AA) }, /* Mark-10 Digital Force Gauge */ { USB_DEVICE(0x10C4, 0x83D8) }, /* DekTec DTA Plus VHF/UHF Booster/Attenuator */ { USB_DEVICE(0x10C4, 0x8411) }, /* Kyocera GPS Module */ { USB_DEVICE(0x10C4, 0x8418) }, /* IRZ Automation Teleport SG-10 GSM/GPRS Modem */