From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id A16BC1AC45E for ; Wed, 31 Jul 2024 11:12:49 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722424369; cv=none; b=BGumdTGatlYi3JiuT/fDWtrUPdIzIapbhD9te5xGZ4m+w6Rrrdd4mGjhQOCZC7nbUbhFVovenV0U8wgaRkPybyBs+HCiKs48FmzmUR6jOQTdNOx8Z+oJJZFLDDF1Dl4jad/VQ74mqIza+eFCPDi4krl2fXtPRBfarzp0+hlJMk0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1722424369; c=relaxed/simple; bh=OclwWEKl/YMKvSPUPArV1XjcS3l6x/0HqjlC5Ivjrl4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=nSuOGZZ2HSZtCGnni68QZzNfKggMaqdbQOQZZ1CTbl9fJjwEfpiy+J8vcUaouxsIWmIdi504wTfQN7owIjpqs7ARPyNBgTjjuDy+oUDZjlOQLD8QsB2q8OD0aieWrfnj+K4EAM+lH7Sc8Ylaq/ZPhqDD83cex2++/fZnrNPnNSw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=KsAHJzwY; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b="KsAHJzwY" Received: by smtp.kernel.org (Postfix) with ESMTPSA id B1DDBC116B1; Wed, 31 Jul 2024 11:12:48 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1722424369; bh=OclwWEKl/YMKvSPUPArV1XjcS3l6x/0HqjlC5Ivjrl4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KsAHJzwYpRCUw9KWUIbhQ5T1/NiRve6UYH4IT3TqNf3HqFQiOv5YLaZOT+I3YdHAq YFQdla7ABe4U2GYakApoiERqd6iKvGCmCvFlGrdSfw7M0a2RlaJhKsjOjT5XEWg936 bazWNiIMBzPVHf+bUZySyHCdIyiX11hSrunOM+90= Date: Wed, 31 Jul 2024 13:12:46 +0200 From: "gregkh@linuxfoundation.org" To: =?utf-8?B?6IOh6L+e5Yuk?= Cc: "akpm@linux-foundation.org" , "linux-kernel@vger.kernel.org" , "opensource.kernel" Subject: Re: [PATCH v1] usb: gadget: uvc: Fixed the abnormal enumeration problem of mobile phone as UVC camera. Message-ID: <2024073122-margin-unplanned-6171@gregkh> References: Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: On Wed, Jul 31, 2024 at 08:45:31AM +0000, 胡连勤 wrote: > When the phone is connected to the computer to use the webcam function, > the phone needs to be enumerated as a uvc camera function. Note, why aren't you using scripts/get_maintainer.pl to find the proper mailing list and developers for this change? Please do so. thanks, greg k-h