Received: by 2002:a05:6a10:1287:0:0:0:0 with SMTP id d7csp1279123pxv; Fri, 23 Jul 2021 04:39:56 -0700 (PDT) X-Google-Smtp-Source: ABdhPJxOhn/HIKJXhCuKaXPBva4z15ri+IeWtlSHU9ir7xq11oiszgmNuj2bMA8MnbeYkP/RyTDc X-Received: by 2002:a5d:8453:: with SMTP id w19mr3611754ior.105.1627040396524; Fri, 23 Jul 2021 04:39:56 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1627040396; cv=none; d=google.com; s=arc-20160816; b=UEdYSKoicYjJ/eEp8VhkS8NtI0eyEyKW1ezSzxmjorWL4trsFyO5fxaUQfCLfFZLT8 snm9mIsnwBR/bLMqa/eVoIi0xjR+p6gkRTV7WhthpUCiJQIi8RZPNcpPq5gBSyH3GU4M 84uXz9nO8+iZTErJMkqh40SaC+zMLNh4hcwr04DgLixGl89nRJKGMiDlz1Nim0gfGT1V WzJ3zQP+sloXVIuAYDl++sROKoXQSgmBJPiWd28czZchuT+00thA0SaiD6FYZkew2RtK cWrDMJDEiYux9u6Uuk78lKIW9rCJIZEBYHXne0RyRDnpMQMw1D0msSJQNWXSV/oANrcA th9Q== 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 :user-agent:references:in-reply-to:date:cc:to:from:subject :message-id; bh=KvoDuxb/6xlBnhvmfjCeGMHFVG/C+abC7Qxg3nRDBjU=; b=S4OBeqZyFfi2Ao1YEOV8sJYDjroB6cwGEaR2+d0udjTtLOheEfP9Mw5lFZai+Uj/g3 kBoyV0oknYkJsZ3n0wTPvqFTlGxhUwXIRX8pWztbXZcrdijoQi62ddZ6RFrIebtriZ/S NBm7SVMHrMh2ctQZuvCzPs6M3ZrnNtF4Id5C2mNZfjGcFyQlNlyFLCUtK5M6t7cicLw4 CQNd/W/cUZCaR7vfBXTSVq4QUBiWPV6weaFrrIp9sGRhckqlEQR2E6y3WH8eQDxbjiGv 8DArIBvbtphscYu2x5tAJ6+fzVeSv46XW7QWkYlWf2wjSwCW/0ip3HBF57OzC71pu94z I/gA== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id a10si9090448ios.94.2021.07.23.04.39.44; Fri, 23 Jul 2021 04:39:56 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-kernel-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-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S234385AbhGWK5P (ORCPT + 99 others); Fri, 23 Jul 2021 06:57:15 -0400 Received: from relay11.mail.gandi.net ([217.70.178.231]:35797 "EHLO relay11.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231703AbhGWK5O (ORCPT ); Fri, 23 Jul 2021 06:57:14 -0400 Received: (Authenticated sender: hadess@hadess.net) by relay11.mail.gandi.net (Postfix) with ESMTPSA id 12946100006; Fri, 23 Jul 2021 11:37:45 +0000 (UTC) Message-ID: Subject: Re: [PATCH v2] HID: logitech-hidpp: battery: provide CAPACITY property for newer devices From: Bastien Nocera To: Hamza Mahfooz , linux-kernel@vger.kernel.org Cc: Jiri Kosina , Benjamin Tissoires , Filipe =?ISO-8859-1?Q?La=EDns?= , linux-input@vger.kernel.org Date: Fri, 23 Jul 2021 13:37:45 +0200 In-Reply-To: <20210723112337.101495-1-someguy@effective-light.com> References: <20210723112337.101495-1-someguy@effective-light.com> Content-Type: text/plain; charset="UTF-8" User-Agent: Evolution 3.40.2 (3.40.2-1.fc34) MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2021-07-23 at 07:23 -0400, Hamza Mahfooz wrote: > For devices that only support the BATTERY_VOLTAGE (0x1001) feature, > UPower > requires the additional information provided by this patch, to set > them up. > > v2: use ARRAY_SIZE() and set voltages[]'s size to 100 This information should be under the "---" below, so that it gets stripped when the patch is applied by git. I'm sure Jiri can fix that up though. > > Signed-off-by: Hamza Mahfooz > --- >  drivers/hid/hid-logitech-hidpp.c | 30 +++++++++++++++++++++++++++++- >  1 file changed, 29 insertions(+), 1 deletion(-) > > diff --git a/drivers/hid/hid-logitech-hidpp.c b/drivers/hid/hid- > logitech-hidpp.c > index 61635e629469..6d63804a9a0f 100644 > --- a/drivers/hid/hid-logitech-hidpp.c > +++ b/drivers/hid/hid-logitech-hidpp.c > @@ -1331,6 +1331,31 @@ static int > hidpp20_battery_get_battery_voltage(struct hidpp_device *hidpp, >         return 0; >  } >   > +static int hidpp20_map_battery_capacity(int voltage) > +{ > +       static const int voltages[100] = { Looks good to me. Is there a way to make sure that there are actually 100 values being set in the array? > +               4186, 4156, 4143, 4133, 4122, 4113, 4103, 4094, 4086, > 4075, > +               4067, 4059, 4051, 4043, 4035, 4027, 4019, 4011, 4003, > 3997, > +               3989, 3983, 3976, 3969, 3961, 3955, 3949, 3942, 3935, > 3929, > +               3922, 3916, 3909, 3902, 3896, 3890, 3883, 3877, 3870, > 3865, > +               3859, 3853, 3848, 3842, 3837, 3833, 3828, 3824, 3819, > 3815, > +               3811, 3808, 3804, 3800, 3797, 3793, 3790, 3787, 3784, > 3781, > +               3778, 3775, 3772, 3770, 3767, 3764, 3762, 3759, 3757, > 3754, > +               3751, 3748, 3744, 3741, 3737, 3734, 3730, 3726, 3724, > 3720, > +               3717, 3714, 3710, 3706, 3702, 3697, 3693, 3688, 3683, > 3677, > +               3671, 3666, 3662, 3658, 3654, 3646, 3633, 3612, 3579, > 3537 > +       }; > + > +       int i; > + > +       for (i = 0; i < ARRAY_SIZE(voltages); i++) { > +               if (voltage >= voltages[i]) > +                       return ARRAY_SIZE(voltages) - i; > +       } > + > +       return 0; > +} > + >  static int hidpp20_query_battery_voltage_info(struct hidpp_device > *hidpp) >  { >         u8 feature_type; > @@ -1354,6 +1379,7 @@ static int > hidpp20_query_battery_voltage_info(struct hidpp_device *hidpp) >   >         hidpp->battery.status = status; >         hidpp->battery.voltage = voltage; > +       hidpp->battery.capacity = > hidpp20_map_battery_capacity(voltage); >         hidpp->battery.level = level; >         hidpp->battery.charge_type = charge_type; >         hidpp->battery.online = status != > POWER_SUPPLY_STATUS_NOT_CHARGING; > @@ -1378,6 +1404,7 @@ static int hidpp20_battery_voltage_event(struct > hidpp_device *hidpp, >   >         if (voltage != hidpp->battery.voltage || status != hidpp- > >battery.status) { >                 hidpp->battery.voltage = voltage; > +               hidpp->battery.capacity = > hidpp20_map_battery_capacity(voltage); >                 hidpp->battery.status = status; >                 hidpp->battery.level = level; >                 hidpp->battery.charge_type = charge_type; > @@ -3717,7 +3744,8 @@ static int hidpp_initialize_battery(struct > hidpp_device *hidpp) >         num_battery_props = ARRAY_SIZE(hidpp_battery_props) - 3; >   >         if (hidpp->capabilities & HIDPP_CAPABILITY_BATTERY_MILEAGE || > -           hidpp->capabilities & > HIDPP_CAPABILITY_BATTERY_PERCENTAGE) > +           hidpp->capabilities & HIDPP_CAPABILITY_BATTERY_PERCENTAGE > || > +           hidpp->capabilities & HIDPP_CAPABILITY_BATTERY_VOLTAGE) >                 battery_props[num_battery_props++] = >                                 POWER_SUPPLY_PROP_CAPACITY; >