From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751935AbdBBOPX (ORCPT ); Thu, 2 Feb 2017 09:15:23 -0500 Received: from mx1.redhat.com ([209.132.183.28]:34390 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750881AbdBBOMy (ORCPT ); Thu, 2 Feb 2017 09:12:54 -0500 From: Benjamin Tissoires To: Jiri Kosina , Bastien Nocera , Peter Hutterer , Nestor Lopez Casado , Olivier Gay , Simon Wood Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 00/15] Report power supply from hid-logitech-hidpp Date: Thu, 2 Feb 2017 15:12:14 +0100 Message-Id: <20170202141229.17322-1-benjamin.tissoires@redhat.com> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.25]); Thu, 02 Feb 2017 14:12:37 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi, This is the v2 of the series which aims at adding kernel support for the power_supply reporting of the HID++ devices. I updated the series with the comments from Bastien: - fixed K750 battery state - fixed the model names of the devices I also stripped out the less than optimal patches that added plain HID++ for USB devices (need to work on that later), and I fixed a couple of issues along the road. Cheers, Benjamin Bastien Nocera (1): HID: logitech-hidpp: Add scope to battery Benjamin Tissoires (14): HID: logitech-dj: allow devices to request full pairing information HID: logitech-hidpp: make sure we only register one battery per device HID: logitech-hidpp: battery: remove overloads and provide ONLINE HID: logitech-hidpp: forward device info in power_supply HID: logitech-hidpp: create the battery for all types of HID++ devices HID: logitech-hidpp: return an error if the feature is not present HID: logitech-hidpp: add support for battery status for the K750 HID: logitech-hidpp: enable HID++ 1.0 battery reporting HID: logitech-hidpp: notify battery on connect HID: logitech-hidpp: add a sysfs file to tell we support power_supply HID: logitech-hidpp: do not query the name through HID++ for 1.0 devices HID: logitech-hidpp: rework probe path for unifying devices HID: logitech-hidpp: retrieve the HID++ device name when available HID: logitech-hidpp: rework hidpp_connect_event() drivers/hid/hid-logitech-dj.c | 17 +- drivers/hid/hid-logitech-hidpp.c | 554 +++++++++++++++++++++++++++++++++------ 2 files changed, 480 insertions(+), 91 deletions(-) -- 2.9.3