lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <4d1d5fac-4ad1-2ea7-a349-1b174be694d3@roeck-us.net>
Date:   Sat, 24 Jun 2023 16:49:59 -0700
From:   Guenter Roeck <linux@...ck-us.net>
To:     Joaquín Ignacio Aramendía 
        <samsagax@...il.com>
Cc:     Jerrod Frost <jcfrosty@...ton.me>, derekjohn.clark@...il.com,
        jdelvare@...e.com, linux-hwmon@...r.kernel.org,
        linux-kernel@...r.kernel.org
Subject: Re: [PATCH] hwmon: (oxp-sensors) Add support for AOKZOE A1 PRO

On 6/24/23 16:16, Joaquín Ignacio Aramendía wrote:
> From: Jerrod Frost <jcfrosty@...ton.me>
> 
> This device is an iteration over the AOKZOE A1 with the same EC mapping
> and features. It also has support for tt_toggle.
> 
> Thanks to Jerrod for authoring and testing.
> 
> Signed-off-by: Joaquín Ignacio Aramendía <samsagax@...il.com>

From: and the first Signed-off-by: have to match. You would need
Jerrod's Signed-off-by: tag to keep his authorship.

Guenter

> ---
>   Documentation/hwmon/oxp-sensors.rst | 2 ++
>   drivers/hwmon/oxp-sensors.c         | 7 +++++++
>   2 files changed, 9 insertions(+)
> 
> diff --git a/Documentation/hwmon/oxp-sensors.rst b/Documentation/hwmon/oxp-sensors.rst
> index 0ca1f7728c34..3adeb7406243 100644
> --- a/Documentation/hwmon/oxp-sensors.rst
> +++ b/Documentation/hwmon/oxp-sensors.rst
> @@ -30,6 +30,7 @@ Supported devices
>   Currently the driver supports the following handhelds:
>   
>    - AOK ZOE A1
> + - AOK ZOE A1 PRO
>    - Aya Neo 2
>    - Aya Neo AIR
>    - Aya Neo AIR Pro
> @@ -40,6 +41,7 @@ Currently the driver supports the following handhelds:
>   
>   "Turbo/Silent" button behaviour toggle is only supported on:
>    - AOK ZOE A1
> + - AOK ZOE A1 PRO
>    - OneXPlayer mini AMD (only with updated alpha BIOS)
>    - OneXPlayer mini AMD PRO
>   
> diff --git a/drivers/hwmon/oxp-sensors.c b/drivers/hwmon/oxp-sensors.c
> index 1e59d97219c4..e1a907cae820 100644
> --- a/drivers/hwmon/oxp-sensors.c
> +++ b/drivers/hwmon/oxp-sensors.c
> @@ -77,6 +77,13 @@ static const struct dmi_system_id dmi_table[] = {
>   		},
>   		.driver_data = (void *)aok_zoe_a1,
>   	},
> +	{
> +		.matches = {
> +			DMI_MATCH(DMI_BOARD_VENDOR, "AOKZOE"),
> +			DMI_EXACT_MATCH(DMI_BOARD_NAME, "AOKZOE A1 Pro"),
> +		},
> +		.driver_data = (void *)aok_zoe_a1,
> +	},
>   	{
>   		.matches = {
>   			DMI_MATCH(DMI_BOARD_VENDOR, "AYANEO"),

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ