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 10BAAC433FE for ; Fri, 13 May 2022 15:01:30 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1378147AbiEMPB0 (ORCPT ); Fri, 13 May 2022 11:01:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57212 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1381892AbiEMPBN (ORCPT ); Fri, 13 May 2022 11:01:13 -0400 Received: from louie.mork.no (louie.mork.no [IPv6:2001:41c8:51:8a:feff:ff:fe00:e5]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A2A653F890 for ; Fri, 13 May 2022 08:00:57 -0700 (PDT) Received: from canardo.dyn.mork.no ([IPv6:2a01:799:c9d:7e00:0:0:0:1]) (authenticated bits=0) by louie.mork.no (8.15.2/8.15.2) with ESMTPSA id 24DF0c78424148 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=OK); Fri, 13 May 2022 16:00:42 +0100 Received: from miraculix.mork.no ([IPv6:2a01:799:c9d:7e02:9be5:c549:1a72:4709]) (authenticated bits=0) by canardo.dyn.mork.no (8.15.2/8.15.2) with ESMTPSA id 24DF0X4a2538508 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=OK); Fri, 13 May 2022 17:00:33 +0200 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=mork.no; s=b; t=1652454033; bh=KCVriRaP01EnySZ+djQZE3My9dvgxWD17A2ku7q5+lE=; h=From:To:Cc:Subject:References:Date:Message-ID:From; b=fJu2+wnh3/tpC/2CxgdscxlvVjpA743Ojyh3JLwVEeDQmFMWa2tyGBb/B+4fOdZRI BXpXMuBTctE44D7rF0at1y4YVIjsDJVn5SZquC/QHFFeEq/zmMoNHFsfQrPFHQk0HD G6lS/mYJBkxUO7JMyAX7YbInEO0+vo/g6lACveVQ= Received: (nullmailer pid 424563 invoked by uid 1000); Fri, 13 May 2022 15:00:32 -0000 From: =?utf-8?Q?Bj=C3=B8rn_Mork?= To: Alan Stern Cc: Greg KH , Jose Ignacio Tornos Martinez , linux-usb@vger.kernel.org, Marcel Holtmann Subject: Re: [PATCH v5] USB: core: skip unconfiguration if device doesn't support it Organization: m References: <20220504151647.471885-1-jtornosm@redhat.com> Date: Fri, 13 May 2022 17:00:32 +0200 In-Reply-To: (Alan Stern's message of "Fri, 13 May 2022 10:26:02 -0400") Message-ID: <87zgjl8okv.fsf@miraculix.mork.no> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Virus-Scanned: clamav-milter 0.103.5 at canardo X-Virus-Status: Clean Precedence: bulk List-ID: X-Mailing-List: linux-usb@vger.kernel.org Alan Stern writes: > (Greg, did that program or something like it ever get added to the > usbutils package?) (your) usbreset.c was added to usbutils in 2016 :-) Bj=C3=B8rn