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=-7.5 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS autolearn=no 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 92FE5C4346E for ; Sun, 27 Sep 2020 05:45:31 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 593E82074F for ; Sun, 27 Sep 2020 05:45:31 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601185531; bh=a9aAX0T70/QT+2E8l3kCiS6KGiEBCkdVBqms4vRdVjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=NuvTPCL08p8sTvQljLX6pYFhIayZ6xAx4240erVk2+JxcRLUV2IGeW/NtTQqpQ21R x9xKUiChWr0b7yc9gWnU4CFE3K8ktLlxzsWW/1YbjeS1TihGbfb47wqm2DLVPoYAft blzE7Kkm7kq8Xq5fJTItcOPs0YxqnUt9aSTkr35o= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1730307AbgI0FpY (ORCPT ); Sun, 27 Sep 2020 01:45:24 -0400 Received: from mail.kernel.org ([198.145.29.99]:48788 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729291AbgI0FpY (ORCPT ); Sun, 27 Sep 2020 01:45:24 -0400 Received: from localhost (83-86-74-64.cable.dynamic.v4.ziggo.nl [83.86.74.64]) (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 375C8239EE; Sun, 27 Sep 2020 05:45:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1601185524; bh=a9aAX0T70/QT+2E8l3kCiS6KGiEBCkdVBqms4vRdVjc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=pjzZQT6phG8KUnfYInKFnq2/aYwUwj1cBQ6Bz3NhiknkdllJePnrod8hIEZkGyf60 puzeebHIO2dIZ91HVULq3Zmof1Q78NwbBrMvFMVJ3ak+yW4/ZznfOOkjaKCbLkIwG1 TaGV+vdulrDvPt/VloJ/HcREzmcE2wYzhr/3BURc= Date: Sun, 27 Sep 2020 07:45:20 +0200 From: Greg Kroah-Hartman To: Vincent Mailhol Cc: linux-kernel@vger.kernel.org, netdev@vger.kernel.org, linux-can@vger.kernel.org, Wolfgang Grandegger , Marc Kleine-Budde , "David S . Miller" , Oliver Neukum , linux-usb@vger.kernel.org Subject: Re: [PATCH 6/6] USB: cdc-acm: blacklist ETAS ES58X device Message-ID: <20200927054520.GB699448@kroah.com> References: <20200926175810.278529-1-mailhol.vincent@wanadoo.fr> <20200926175810.278529-7-mailhol.vincent@wanadoo.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200926175810.278529-7-mailhol.vincent@wanadoo.fr> Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org On Sun, Sep 27, 2020 at 02:57:56AM +0900, Vincent Mailhol wrote: > The ES58X devices are incorrectly recognized as USB Modem (CDC ACM), > preventing the etas-es58x module to load. > > Thus, these have been added > to the ignore list in drivers/usb/class/cdc-acm.c > > Signed-off-by: Vincent Mailhol > --- > drivers/usb/class/cdc-acm.c | 11 +++++++++++ > 1 file changed, 11 insertions(+) Did you mean to send this twice? And where are the 5 other patches in this series? And finally, it's a good idea to include the output of 'lsusb -v' for devices that need quirks so we can figure things out later on, can you fix up your changelog to include that information? thanks, greg k-h