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=-5.2 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, 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 EC97CC43464 for ; Mon, 21 Sep 2020 11:52:04 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id B9BAC21789 for ; Mon, 21 Sep 2020 11:52:04 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600689124; bh=NQPRQz+/iXSNe/+tUadlxBAYfUGBh67MQofu9hUBUTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:List-ID:From; b=UjAZgZJTAcP0/kuxYrF0WNa4lE9FoGoZ5aMkNyg6exhvX7zZNwlAxlUl2MpGEdjh0 07TLC5DH9wyhkDIh3b3atYaPYQkMQws4jitcDPEDQhc7qKW6kT9hKveNkYbkor7tzB tEwdsMD8ypMThorjWRJ3/nne2iD/dxORvaB2WVHw= Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1726589AbgIULwD (ORCPT ); Mon, 21 Sep 2020 07:52:03 -0400 Received: from mail.kernel.org ([198.145.29.99]:36222 "EHLO mail.kernel.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726375AbgIULwD (ORCPT ); Mon, 21 Sep 2020 07:52:03 -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 493CD20EDD; Mon, 21 Sep 2020 11:52:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1600689122; bh=NQPRQz+/iXSNe/+tUadlxBAYfUGBh67MQofu9hUBUTg=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=RPP0h1Fj1Zxs8Z6/zNYzmrhuwfKB4AUNmvHGDOZBvtSOTwTVB1pshajIcnVjzuPTf FxcTYmWjx2NvgWR88Fm0N4iEovvT5pCil6Mw3WZwndBm1jXFHNpJoF97z1Rt3kuuNZ 4RxSLc5sQTGLrvKOIloeRy0IyRe8q/pKfK4q2gSg= Date: Mon, 21 Sep 2020 13:52:26 +0200 From: Greg KH To: Pavel Machek Cc: stern@rowland.harvard.edu, kai.heng.feng@canonical.com, johan@kernel.org, tomasz@meresinski.eu, jonathan@jdcox.net, kerneldev@karsmulder.nl, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] USB: quirks: simplify quirk handling. Message-ID: <20200921115226.GA275283@kroah.com> References: <20200921113039.GA19862@duo.ucw.cz> <20200921113800.GA26212@kroah.com> <20200921114729.GA21368@duo.ucw.cz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20200921114729.GA21368@duo.ucw.cz> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, Sep 21, 2020 at 01:47:29PM +0200, Pavel Machek wrote: > On Mon 2020-09-21 13:38:00, Greg KH wrote: > > On Mon, Sep 21, 2020 at 01:30:39PM +0200, Pavel Machek wrote: > > > Simplify quirk handling. > > > > In what way? > > > > Please be more descriptive in your changelog and resend. > > Have you looked at the patch below? Please apply the patch. You are > free to edit the changelog if you feel the need. I am also free to ignore patches with changelogs that do not say anything of consequence, which I will do here. greg k-h