From patchwork Mon Nov 18 09:21:19 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Greg KH X-Patchwork-Id: 11249175 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 893DD14ED for ; Mon, 18 Nov 2019 09:21:23 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 6890C2073A for ; Mon, 18 Nov 2019 09:21:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574068883; bh=MoFFydwu/grMmA0oEyrFodrQP1vzKcnb7EsrZaec0sY=; h=Date:From:To:Cc:Subject:List-ID:From; b=h2h/XI+PUbwmmWkMP2eAx3JFTEpas4MP7xXhjfi8i7zSVuqo8bzoAqNqakrCvcsdP Y/mHMbKd2Vq4iX0jjfu9suOrYOCkFjM5yUCOH1gs5XGnmH021qs1l0KxiwMsPeWNhO RGcvRB9jFr4t0MmmX2RrGSNF70pbOwA7VxspGrjY= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726614AbfKRJVW (ORCPT ); Mon, 18 Nov 2019 04:21:22 -0500 Received: from mail.kernel.org ([198.145.29.99]:33826 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726460AbfKRJVW (ORCPT ); Mon, 18 Nov 2019 04:21:22 -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 70D8620692; Mon, 18 Nov 2019 09:21:21 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1574068882; bh=MoFFydwu/grMmA0oEyrFodrQP1vzKcnb7EsrZaec0sY=; h=Date:From:To:Cc:Subject:From; b=NCu59VMyACDBuXEtQLrYWULn7F0XIB6OJShxzoY0pknzytEnUffJdBcf+nQulIuNj p9sl3YnBNX0k6MYlzNrShQfn5IBJnFiRVuy54j5quVCMd21SznUhqDZhszBae2XS2m 1vDkTXgD4qxDleAMhVHNuY7LX1qos63q7VzjW308= Date: Mon, 18 Nov 2019 10:21:19 +0100 From: Greg Kroah-Hartman To: Johan Hovold Cc: Joel Jennings , linux-usb@vger.kernel.org Subject: [PATCH] usb-serial: cp201x: support Mark-10 digital force gauge Message-ID: <20191118092119.GA153852@kroah.com> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.12.2 (2019-09-21) Sender: linux-usb-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org 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 Signed-off-by: Greg Kroah-Hartman Cc: stable Acked-by: Johan Hovold --- Johan, I can queue this up in my tree directly if you want me to, so as to get into the larger 5.5-rc1 merge if that's ok with you. thanks, greg k-h --- a/drivers/usb/serial/cp210x.c +++ b/drivers/usb/serial/cp210x.c @@ -125,6 +125,7 @@ static const struct usb_device_id id_table[] = { { 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 */