From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.enpas.org (zhong.enpas.org [46.38.239.100]) (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 0599C626B6; Thu, 1 Feb 2024 15:56:34 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=46.38.239.100 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706802997; cv=none; b=UC1fXjiSyBIaLmw+w/u84txSDpeEgvgaqQVBZbKfVuJy+72ozqV7m6oxmexsPSSwWCSAPszCeU3ql6zGc7z6NqSSht2jB05iu6HVu1beEGH33kPUOfoWas4JN7dgfYVSerPzG6vzdXNbqwtY6hDxks92S3nyvTqKrAU9hmkDrOk= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1706802997; c=relaxed/simple; bh=HZRmG/u2yOoG/gtlPI7AZER68B4VPuCYhtlhcp1Zmc4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=T6bI3LK0DlZasyDH7x5srKjspXPYYq6y1HqesqwssUbyC9T+EgwDpoH+qjoj28NCopThbzqcxwlya2DMnsqfIpFGBWVfAnzoiEXq+EUI9Dn09Y9tW6G7j3TVCInRO1CwyJyjfdSMroyYZhnPbT7dTI50eiVep5M+NiqMMWApwXE= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=enpas.org; spf=pass smtp.mailfrom=enpas.org; arc=none smtp.client-ip=46.38.239.100 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=enpas.org Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=enpas.org Received: from [127.0.0.1] (localhost [127.0.0.1]) by mail.enpas.org (Postfix) with ESMTPSA id A99A8FFE54; Thu, 1 Feb 2024 15:56:25 +0000 (UTC) Message-ID: Date: Fri, 2 Feb 2024 00:56:19 +0900 Precedence: bulk X-Mailing-List: linux-input@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v1 7/7] HID: playstation: DS4: Add VID/PID for SZ-MYPOWER controllers To: Roderick Colenbrander Cc: Roderick Colenbrander , Jiri Kosina , Benjamin Tissoires , linux-input@vger.kernel.org, linux-kernel@vger.kernel.org References: <20240115144538.12018-1-max@enpas.org> <20240115144538.12018-8-max@enpas.org> Content-Language: en-US From: Max Staudt In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2/1/24 01:34, Roderick Colenbrander wrote: > I agree it sounds like a good idea for now to drop just those 2 paches > and just see what other devices are out there (SDL2 has a good ds4 > implementation too and they dealt with a lot of devices). May need to > get some of the 8bitdo and many others to see some patterns. 8BitDo seem to be interesting indeed. IIRC they need the patches for the firmware version, the gyro calibration, and 0x01 events. Max