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 F0E2AC32772 for ; Thu, 18 Aug 2022 16:59:46 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1345228AbiHRQ7p (ORCPT ); Thu, 18 Aug 2022 12:59:45 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:60812 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1345194AbiHRQ72 (ORCPT ); Thu, 18 Aug 2022 12:59:28 -0400 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 7603C7C1D9; Thu, 18 Aug 2022 09:59:27 -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 ams.source.kernel.org (Postfix) with ESMTPS id 3074FB82224; Thu, 18 Aug 2022 16:59:26 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 6E50EC433B5; Thu, 18 Aug 2022 16:59:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1660841964; bh=9gzQOMNNDBydo+S49sPg2d6ZCeJYZcrV+3tVZriBYy0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=qYd0eHU75pC4yIqaUAcV8odWRAExwk7RdDYpE2AV9Z/r57uU1Gtmcj+ti2CRDT+ow vsDqTH0ACbfxVvDqV88IT+K9enjsKIGMqt0NNYT7GCXbPMYIxuo4DKQemhflYbU5xa wPYR/hnwrjCgQvjYSL7gvGo2yX0oJvQFsKCU9HbY= Date: Thu, 18 Aug 2022 18:59:21 +0200 From: Greg KH To: Thierry GUIBERT Cc: Thierry GUIBERT , oneukum@suse.com, linux-usb@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] CDC-ACM : Add Icom PMR F3400 support (0c26:0020) Message-ID: References: <20220817102440.117640-1-thierry.guibert@croix-rouge.fr> <67aa9041-b9c9-435f-f4a2-b453344ba779@free.fr> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <67aa9041-b9c9-435f-f4a2-b453344ba779@free.fr> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Aug 18, 2022 at 06:54:15PM +0200, Thierry GUIBERT wrote: > Hi Greg, > > Do you expect me to reorder the whole structure by VendorId / ProductId ? No. > I can place my node after Castles VEGA 3000, but nodes "MARETRON USB100" > "Alcatel OT-I650" and "DATECS FP-2000" are misplaced too in that case. Just move your entry up one and that should be good enough, right? thanks, greg k-h