From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.3 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_SANE_2 autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 448B3C64E8A for ; Mon, 30 Nov 2020 14:50:16 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id 69C9A2085B for ; Mon, 30 Nov 2020 14:50:15 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (2048-bit key) header.d=posteo.net header.i=@posteo.net header.b="W0dPQXSf" Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727720AbgK3OuP (ORCPT ); Mon, 30 Nov 2020 09:50:15 -0500 Received: from mout02.posteo.de ([185.67.36.66]:52167 "EHLO mout02.posteo.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726539AbgK3OuO (ORCPT ); Mon, 30 Nov 2020 09:50:14 -0500 Received: from submission (posteo.de [89.146.220.130]) by mout02.posteo.de (Postfix) with ESMTPS id 098DC2400FD for ; Mon, 30 Nov 2020 15:49:18 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=posteo.net; s=2017; t=1606747758; bh=j5eeyfAPUe9fI6d05dTrX8PAUimPSUijcPAOnrjGhDk=; h=Date:From:To:Cc:Subject:From; b=W0dPQXSfnzd2AOVcaNbOWOOZv/ZG73k9shIO9Nj09wuWXok2yRCWmdUPbBgi7Nkiq 1n2AYVX3gDHeIN/L24Jd0fMVE52yTM+vCzPIzKeUdGS5ti15YpTUwmjLLIKM88E5Bs Ejqe453iKl0Emws92y4ec/D6mm7VZ4y7yMPP/UdTf1JHNid9r5xeea9Imc1qvss1K3 AxiNN4HALVpHR8uLp8kguFFcjWieHcKC0MMCgejztTsGcLIfMtO8NdFELUin0VHxfE MgQ+ai8zCpnn4VZekB3i3ru/ze51mavU4ugd9iI8jHPawyX2jl8YCUfxHMnWczA76g lR2c/GvW8WLUw== Received: from customer (localhost [127.0.0.1]) by submission (posteo.de) with ESMTPSA id 4Cl7RK19lGz9rxD; Mon, 30 Nov 2020 15:49:17 +0100 (CET) Date: Mon, 30 Nov 2020 15:49:15 +0100 From: Wilken Gottwalt To: Thomas Backlund Cc: Jonas Malaco , linux-kernel@vger.kernel.org, Jean Delvare , Guenter Roeck , Jonathan Corbet , linux-hwmon@vger.kernel.org Subject: Re: [PATCH] hwmon: corsair-psu: update supported devices Message-ID: <20201130154915.760923fd@monster.powergraphx.local> In-Reply-To: <4917cc59-aa35-7fb1-d2d0-75039523816f@iki.fi> References: <20201128113524.24f4f56f@monster.powergraphx.local> <4917cc59-aa35-7fb1-d2d0-75039523816f@iki.fi> X-Mailer: Claws Mail 3.17.8 (GTK+ 2.24.32; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: linux-hwmon@vger.kernel.org On Mon, 30 Nov 2020 14:43:44 +0200 Thomas Backlund wrote: > Den 28.11.2020 kl. 12:35, skrev Wilken Gottwalt: > > On Sat, 28 Nov 2020 02:37:38 -0300 > > Jonas Malaco wrote: > > > >> On Thu, Nov 26, 2020 at 8:43 AM Wilken Gottwalt > >> wrote: > >>> > >>> Adds support for another Corsair PSUs series: AX760i, AX860i, AX1200i, > >>> AX1500i and AX1600i. The first 3 power supplies are supported through > >>> the Corsair Link USB Dongle which is some kind of USB/Serial/TTL > >>> converter especially made for the COM ports of these power supplies. > >>> There are 3 known revisions of these adapters. The AX1500i power supply > >>> has revision 3 built into the case and AX1600i is the only one in that > >>> series, which has an unique usb hid id like the RM/RX series. > >> > >> Can I ask what AXi power supplies were tested? > >> > >> I ask because, based on the user-space implementations I am aware of, > >> the AXi dongle protocol appears to be different from the RMi/HXi series. > > > > I was not able to test this against the AX power supplies, they are really > > hard to find (and are far to expensive). But I went through all these tools > > and stuck to the most common commands, which all 3 series support. Not every > > series supports all commands (there also seem to be different firmwares in > > the micro-conrollers). But this is fine, some sensors will show up as N/A. > > Even my HX850i does not support all commands covered in this driver. > > > > What kind of tests do you want / need ? > > I have an AX860i here. Oh nice. Lets start with an usb info dump. Can you give me the full dump of lsusb -vd of the Corsair USB dongle? greetings, Wilken > -- > Regards > > Thomas Backlund >