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 EBDAC481D5; Fri, 19 Jul 2024 06:05:38 +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=1721369139; cv=none; b=nG1MNMPIfG6q4+Gogxn3RZ3ypBCEo8si36GYjE/Y4qYZmVZHOd9irk/2EVUu1cOEE/3rFTT7Fi6TUOIAZMFLk2KcGFE5VRFUKg9jeZUR7Niq1CyOBlM3mdCIgG9F6vbe+Qhc/NHWATXD6ic/bDh+LsPQmaxl0CeJhHfeVdAHd7I= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1721369139; c=relaxed/simple; bh=yr62qP012G17l338zFPCJQtHh3KR+qKnHgkq5gNUZL0=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=dRn6LVUhSN2vZeM09oP8xnFto6+n1ZNWsb8IJfijcdxNstzJHBXOF2J0xeyqvapc2/3QFdujaTEBdKjLmEH8j+GV+8l9yfOh56hG0OdK+bIXQnQEcK+CkmG0zQg00q+kDc5ESblNO56iRlPYCaIfxPCinwUP6is+yuw51ezxPio= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linuxfoundation.org header.i=@linuxfoundation.org header.b=uLnUz3+c; 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="uLnUz3+c" Received: by smtp.kernel.org (Postfix) with ESMTPSA id EF350C4AF0D; Fri, 19 Jul 2024 06:05:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linuxfoundation.org; s=korg; t=1721369138; bh=yr62qP012G17l338zFPCJQtHh3KR+qKnHgkq5gNUZL0=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=uLnUz3+c4GsBoNAgQ+yt5T1CGGtX8b/hlxorutvGy0TXpSxI/z8y7HXKFkOOO7jg+ slojyY357TbBcw5B5/7agI4UueS9ECIboMBpWFyFzQK4aKXI0BT5zSUnjsRqHtzCgX Z5Kb5Ecr1h5XODKP02IJrP2ULCLa92WynTc5TELY= Date: Fri, 19 Jul 2024 08:05:35 +0200 From: Greg KH To: Paul Menzel Cc: Laurent Pinchart , Mauro Carvalho Chehab , linux-media@vger.kernel.org, linux-usb@vger.kernel.org, LKML Subject: Re: Linux logs error `Failed to query (GET_CUR) UVC control X on unit Y: -75 (exp. 1).` (75 == EOVERFLOW?) Message-ID: <2024071939-wrought-repackage-f3c5@gregkh> References: Precedence: bulk X-Mailing-List: linux-usb@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 Fri, Jul 19, 2024 at 07:22:54AM +0200, Paul Menzel wrote: > Dear Linux folks, > > > Today, starting the Intel Kaby Lake laptop Dell XPS 13 9360/0596KF, BIOS > 2.21.0 06/02/2022 with > > Bus 001 Device 004: ID 0c45:670c Microdia Integrated Webcam HD > > Linux “6.11-rc0” (v6.10-8070-gcb273eb7c839) logged UVC errors: Does 6.10-final have the same issue? If not, can you use 'git bisect' to track down the offending commit? There have not been any USB changes in Linus's tree yet, but there have been a bunch of media changes, so perhaps something in the uvc driver is causing this? thanks, greg k-h