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 Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 55FC2C6FD19 for ; Mon, 13 Mar 2023 15:04:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229768AbjCMPE1 (ORCPT ); Mon, 13 Mar 2023 11:04:27 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53918 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229925AbjCMPE0 (ORCPT ); Mon, 13 Mar 2023 11:04:26 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 541F029E24 for ; Mon, 13 Mar 2023 08:03:56 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id BC18A6132D for ; Mon, 13 Mar 2023 15:03:43 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 2F470C433EF; Mon, 13 Mar 2023 15:03:43 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1678719823; bh=h4KaDjIje2H4z6h7AqOLQLBJI8Yxp5CKMyTIsJEgAO0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=NvyDZA5T7GE8UWSVzFnmwZz31yTuMOkHIcONTQ6vEGnK95qzNjIoQOvt1MAPJPuEr W7M38a7wz1Ww0onzBH4wjEDc4oqZFc08CrN2u6XWJosmq7hhZrvW45wltEdOzojF3x FuX/Tk/EhHicIVIpLES9lNz7Iigt2KCf7ozHotb6VVC+JyC806Bpk3mgkfODtvidTr QIqGQpcoKOKW7rEwfYrt5cAUitUbJfLgoI1RsgwYcVu1XY2FQxKbspZvsQ4R6uddSC aE0IAqErW5aDzEg9d2leIJm1roXN01hpoHCnvrsAfD4dylwSWIMLnOE0zrTRMYWIxh ESrtAkUO4u9pg== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1pbjjA-0004gy-9c; Mon, 13 Mar 2023 16:04:44 +0100 Date: Mon, 13 Mar 2023 16:04:44 +0100 From: Johan Hovold To: Kees Jan Koster Cc: gregkh@linuxfoundation.org, linux-usb@vger.kernel.org Subject: Re: [PATCH] USB: serial: cp210x: add Silicon Labs IFS-USB-DATACABLE IDs Message-ID: References: <20230218141830.5612-1-kjkoster@kjkoster.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20230218141830.5612-1-kjkoster@kjkoster.org> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sat, Feb 18, 2023 at 03:18:30PM +0100, Kees Jan Koster wrote: > The Silicon Labs IFS-USB-DATACABLE is used in conjunction with for example > the Quint UPSes. It is used to enable Modbus communication with the UPS to > query configuration, power and battery status. > > Signed-off-by: Kees Jan Koster Now applied, thanks. Johan