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=-10.8 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_CR_TRAILER,MAILING_LIST_MULTI,SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED 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 40767C433E0 for ; Tue, 16 Feb 2021 14:50:32 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 00EC064E07 for ; Tue, 16 Feb 2021 14:50:31 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230356AbhBPOuR (ORCPT ); Tue, 16 Feb 2021 09:50:17 -0500 Received: from mail.kernel.org ([198.145.29.99]:37350 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230328AbhBPOuK (ORCPT ); Tue, 16 Feb 2021 09:50:10 -0500 Received: by mail.kernel.org (Postfix) with ESMTPSA id EA59164DF5; Tue, 16 Feb 2021 14:49:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1613486970; bh=hl40OB93a+qG012lfI+kfbv0ElATlR6UuVxNEuYcHiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=lgiExrLg2BpgT4SDikEYdFN0UahyHSV1LbPtKRoPNVfSjocakFsQVzntt/kE7g9J2 ibaKLKLW8RrC7waiTf9pRugBJrj8GeTP6I6x1umQxsyPJXIHDrlMxRcz4n2BljvfYq eMhkAlFBOfmcVFjp/qaWHgeFWNaHBmSRWbAcpZd4= Date: Tue, 16 Feb 2021 15:49:27 +0100 From: Greg KH To: Karan Singhal Cc: johan@kernel.org, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: serial: cp210x: add IDs for nLight Air Adapter, Acuity Brands, Inc. Message-ID: References: <20210216144333.29262-1-karan.singhal@acuitybrands.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210216144333.29262-1-karan.singhal@acuitybrands.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Feb 16, 2021 at 09:43:33AM -0500, Karan Singhal wrote: > Signed-off-by: Karan Singhal I know I can't take patches without any changelog text, maybe Johan is a bit nicer, but I hope not :) Please fi xup and at least say something here, perhaps the output of 'lsusb -v' for the device? thanks, greg k-h