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 CEFADC27C76 for ; Wed, 25 Jan 2023 17:07:07 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S236082AbjAYRHF (ORCPT ); Wed, 25 Jan 2023 12:07:05 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:57696 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S236077AbjAYRGy (ORCPT ); Wed, 25 Jan 2023 12:06:54 -0500 Received: from ams.source.kernel.org (ams.source.kernel.org [IPv6:2604:1380:4601:e00::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 231145AB55; Wed, 25 Jan 2023 09:06:33 -0800 (PST) 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 C1B1AB81B47; Wed, 25 Jan 2023 17:06:31 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 22CB5C433D2; Wed, 25 Jan 2023 17:06:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1674666390; bh=a8yDym9PtaFsR6d2QkMhsN6o22KNSgm1+t3YLfXmmgc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=JZYCLIr0Mf3j/LjiwrBWDd1Y+dp2pOXKyQMikX8wmvl/FSQq4XZmBsGmFu9PEzTmt TP3Bm/jDyxUE6wmoZWvCsqPbCCtIe8kelZ+njFxTPsAk/EJ9GBJ3/JIEIbuH6ZZ1uP DNMHPZC0WMHfAR3174FtbCHT/HGmWeuzn+tgqETg= Date: Wed, 25 Jan 2023 18:06:27 +0100 From: Greg KH To: =?iso-8859-1?Q?J=F3_=C1gila?= Bitsch Cc: Andy Shevchenko , Andrzej Pietrasiewicz , Alan Stern , Christophe JAILLET , linux-kernel@vger.kernel.org, linux-usb@vger.kernel.org Subject: Re: [PATCH v5] usb: gadget: add WebUSB landing page support Message-ID: References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jan 25, 2023 at 05:59:08PM +0100, Jó Ágila Bitsch wrote: > There is a custom (non-USB IF) extension to the USB standard: > > https://wicg.github.io/webusb/ > > This specification is published under the W3C Community Contributor > Agreement, which in particular allows to implement the specification > without any royalties. No, I can't revert the existing patch and then add this one, just send a set of follow-on patches that fix up the needed things and I can apply that as I can not rebase my public tree. thanks, greg k-h