Received: by 2002:a05:6a10:9848:0:0:0:0 with SMTP id x8csp456152pxf; Thu, 11 Mar 2021 07:34:04 -0800 (PST) X-Google-Smtp-Source: ABdhPJxg8E795K6bNqFy8E1Qusz2yxXnROOyPrPe2gEE21lB+NSjr0WLYGPfrwaTbuUugOQaH6/c X-Received: by 2002:a17:907:2054:: with SMTP id pg20mr3616201ejb.213.1615476844337; Thu, 11 Mar 2021 07:34:04 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1615476844; cv=none; d=google.com; s=arc-20160816; b=JqaprBrt5HIegNz8AR5vBX6rQ06hHvaMdJbYjZbHXRygb4RVndmTH7YBVsyG4gnn5b BczLYHdNojnpVvTI2N4kRJ9Lz6rao9hLw8Xx2WuoAFUAAPu0qCHQelQG7pYD9/3H9ewt OLTjyZQXn8k3LkI0yUWnRcHr2k7TYqgjeZMTQ359sIvnI9ofkc0W6J25KN6KqVe1h7zC S5+OWvJnDbTOaGdL/A7CLaYCF4919rcgFZSrY1Gdm0JL2F+jBFD8yTumDSAe/rViG9Qd s8NthMGYtCzIf/ix76LH3FtUF72S4R54Gylc1faDsY7cibVbE8vkUoW5aGG1BHK8Ablz p7Vw== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:date:cc:to:from:subject:message-id; bh=TlvJr1zb4kzczJE60e2WZD9jUGnWIY+RGkLlyLV7SDI=; b=EnYnU2V441nwGSKBb9sfytUZZS474p2atuTqRIX1Vy3OWjbWhj7ak7rVSOSGrhOhcw 6K1tTD6j+2IGDpH2xTpDdOuWDw7jd4TyunBeHDsWymqIszxshYXDu2ucTV3KMA0HMhXU r4/Sox6aKya4TK+WSY6os2L7DTvfzJBpmDn8s34oVFZ4I1/HMYyziZqd4K+9PPmxX87R NSsa5BLThbokcUmmtixNMM0l/VaY4llkJwEUcyNs9AD5GjkcdEG+icJObaMTMG9a8r2q tdELcZzv2MhRgNaWiGSOApMsKaAL2xdVaMMqQmpVmgQF4HCCDI55DrrkySitBu4dP09+ hH2Q== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id h14si1900397ejt.198.2021.03.11.07.33.21; Thu, 11 Mar 2021 07:34:04 -0800 (PST) Received-SPF: pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-bluetooth-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-bluetooth-owner@vger.kernel.org; dmarc=fail (p=NONE sp=NONE dis=NONE) header.from=collabora.com Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234177AbhCKPbO (ORCPT + 99 others); Thu, 11 Mar 2021 10:31:14 -0500 Received: from bhuna.collabora.co.uk ([46.235.227.227]:37818 "EHLO bhuna.collabora.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S234159AbhCKPbL (ORCPT ); Thu, 11 Mar 2021 10:31:11 -0500 Received: from [127.0.0.1] (localhost [127.0.0.1]) (Authenticated sender: rcn) with ESMTPSA id D80991F442CC Message-ID: <9fed57047ba6145af64ac00579f8ffb7cd03a55d.camel@collabora.com> Subject: Re: Bug caused by moving to BlueZ 5.56 (bytes stripped from HoG reports) From: Ricardo =?ISO-8859-1?Q?Ca=F1uelo?= To: taylor85345@gmail.com Cc: linux-bluetooth@vger.kernel.org Date: Thu, 11 Mar 2021 16:31:05 +0100 In-Reply-To: <20210311150556.7ym24egif67k6ilq@taylor-lt> References: <20210311150556.7ym24egif67k6ilq@taylor-lt> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.28.5-0ubuntu0.18.04.2 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-bluetooth@vger.kernel.org Hi Taylor, On Thu, 2021-03-11 at 08:05 -0700, Taylor Phillips wrote: > Hi Ricardo, > > Just passing over this issue in the steam-for-linux github that seems > like it may be related: > https://github.com/ValveSoftware/steam-for-linux/issues/7697. > > The latest BlueZ update seems to be causing issues with the Steam > Controller's ability to communicate specifically with the Steam client > over Bluetooth LE. I'm a casual non-dev, so can't tell you much more > than that. > > Thanks, > > Taylor Thank you. Yes, I'm aware of that. The bug I was inspecting is sorted out now, but yes, we had to take into account the change in how BlueZ provides the report IDs starting in 5.56. I guess that's something that everyone using hidraw devices with multiple report IDs will have to take care of when they switch to BlueZ 5.56 or later. Cheers, Ricardo