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 82729315D32 for ; Wed, 7 Jan 2026 09:43:07 +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=1767778987; cv=none; b=PkTtTz1UUBf9hCsuIW0z3Y4lnuhS3P+bWrDF9xVPNNzQbyyVhFvoKbCO/PRJa4Mvzo8zXU5anxODDhBSkpawCa8GmbadKiU41fULzfIlXS1YfbcOmhqCArMmrIcU3s172Un+sDAQdDc99Vxo7yJ2vzgb7TRi2FZEFILCSrOjmkA= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1767778987; c=relaxed/simple; bh=daJm0gp/JmIXT+GsA1JdBdNDhAY3BwGIMyqvQbHaBdo=; h=From:To:Subject:Date:Message-ID:In-Reply-To:References: Content-Type:MIME-Version; b=RvGjwOYcxsoE++jW8RqEp1UUKwDVb7i7ZalfYjFDyzUPPAwnnP6g/UPq0o91VrZbZ2vu+2PQcy4RViXMZUBWZ6yt40dgfvbkDOrl603LyvNYWLo4VS/tIfPZsD17gRmFkHsChZZKqXx1a++qAfr9yprQ7xTynA+kDV/1DLduffM= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=eKKKX6JQ; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="eKKKX6JQ" Received: by smtp.kernel.org (Postfix) with ESMTPS id 14A42C4CEF7 for ; Wed, 7 Jan 2026 09:43:07 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1767778987; bh=daJm0gp/JmIXT+GsA1JdBdNDhAY3BwGIMyqvQbHaBdo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=eKKKX6JQtMbW+7N7dthMS9KeQTVyahZN3IXxbTluvJTUlnbvryPmK7CTWKdIgMgYq 2S442HBdq9vCldH7Rfys311W7hCR6WCD/gFk6LxBgIQ0oa2fRpCtHTbZk2oTROHJ14 ElBMqmTOM1UQsb+D89V2iAFW+tm3mvcy6QQmAi7x2sg8YQ7ypObmJ1vzkiMNSfIs92 kWwL/DTENc7CQjvTGXQ6zIYZyqBhEO/nYlKDxWnWtb88ElHUH3I+TPRy6aEZnuSYDg 8WWP7sBmw/ooy/BkH4ioTRNmBVTfCqAcqjYhjGLVojcYdAZd7FBKf758mIvY8pOGBM TxWveQmgiOhpQ== Received: by aws-us-west-2-korg-bugzilla-1.web.codeaurora.org (Postfix, from userid 48) id 06090C3279F; Wed, 7 Jan 2026 09:43:07 +0000 (UTC) From: bugzilla-daemon@kernel.org To: linux-bluetooth@vger.kernel.org Subject: [Bug 220682] Bluetooth adapter (MediaTek MT7925, USB ID 0489:e111) stops working after user logs in to the GNOME Date: Wed, 07 Jan 2026 09:43:06 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Drivers X-Bugzilla-Component: Bluetooth X-Bugzilla-Version: 2.5 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: bugzilla@hadess.net X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: INVALID X-Bugzilla-Priority: P3 X-Bugzilla-Assigned-To: linux-bluetooth@vger.kernel.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_status cc resolution Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugzilla.kernel.org/ Auto-Submitted: auto-generated Precedence: bulk X-Mailing-List: linux-bluetooth@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 https://bugzilla.kernel.org/show_bug.cgi?id=3D220682 Bastien Nocera (bugzilla@hadess.net) changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |bugzilla@hadess.net Resolution|--- |INVALID --- Comment #4 from Bastien Nocera (bugzilla@hadess.net) --- Somebody used the same USB ID for their new MT7925 BT adapter as what was u= sed for a Lenovo-branded tablet's USB device interface so libmtp would tag the device as being a media device, and GNOME would try to mount it, the adapter would break and people complain that it's GNOME's fault because it has MTP support builtin... So the kernel isn't to blame: - libmtp shouldn't be probing the adapter or marking it as a media device - the Bluetooth adapter probably should be surviving behind poked by mtp-pr= obe and libmtp in general There are errata for all Fedora versions at: https://bodhi.fedoraproject.org/updates/FEDORA-2026-b0ca73070f https://bodhi.fedoraproject.org/updates/FEDORA-2026-98bf98c858 https://bodhi.fedoraproject.org/updates/FEDORA-2026-8552ea2f58 For other distributions, please file bugs in their bug tracking systems. Marking the bug as invalid as the fix isn't in the kernel. --=20 You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.=