From patchwork Fri Sep 7 10:34:43 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Benjamin Tissoires X-Patchwork-Id: 10592037 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 667D6112B for ; Fri, 7 Sep 2018 10:34:57 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 576692AD94 for ; Fri, 7 Sep 2018 10:34:57 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 4BC032AE15; Fri, 7 Sep 2018 10:34:57 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DFDE52AD97 for ; Fri, 7 Sep 2018 10:34:56 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728308AbeIGPPP (ORCPT ); Fri, 7 Sep 2018 11:15:15 -0400 Received: from mx3-rdu2.redhat.com ([66.187.233.73]:57902 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1728183AbeIGPPP (ORCPT ); Fri, 7 Sep 2018 11:15:15 -0400 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.rdu2.redhat.com [10.11.54.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 7B3887A7ED; Fri, 7 Sep 2018 10:34:55 +0000 (UTC) Received: from plouf.redhat.com (ovpn-116-25.ams2.redhat.com [10.36.116.25]) by smtp.corp.redhat.com (Postfix) with ESMTP id F124663F4A; Fri, 7 Sep 2018 10:34:51 +0000 (UTC) From: Benjamin Tissoires To: Jiri Kosina , Nestor Lopez Casado , Simon Wood , Olivier Gay Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [PATCH 0/7] HID: logitech-hidpp: support non DJ devices Date: Fri, 7 Sep 2018 12:34:43 +0200 Message-Id: <20180907103450.13890-1-benjamin.tissoires@redhat.com> X-Scanned-By: MIMEDefang 2.79 on 10.11.54.5 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Fri, 07 Sep 2018 10:34:55 +0000 (UTC) X-Greylist: inspected by milter-greylist-4.5.16 (mx1.redhat.com [10.11.55.2]); Fri, 07 Sep 2018 10:34:55 +0000 (UTC) for IP:'10.11.54.5' DOMAIN:'int-mx05.intmail.prod.int.rdu2.redhat.com' HELO:'smtp.corp.redhat.com' FROM:'benjamin.tissoires@redhat.com' RCPT:'' Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Jiri, Nestor, I have this series in my tree for a while now (first commit was in January). I never sent it (as far as I can remember*) because I was requesting feedback regarding the G920 wheel. I think I haven't break it, but mistakes can happen. Anyway, I think it's been too long, so I am just sending it now, as it will fix the names of the non-dj devices that share the same USB receiver (G900 and G403 for instance). Also, rebasing on top of new code is a pain I'd rather not do every 3 months. Cheers, Benjamin * looking into my archives, I actually sent those as a part of the battery support in hid-logitech-hidpp. Consider it as a fresh start though :) Benjamin Tissoires (7): HID: logitech-hidpp: allow non HID++ devices to be handled by this module HID: logitech-hidpp: make .probe usbhid capable HID: logitech-hidpp: support non-DJ receivers HID: logitech-hidpp: get the name and serial of the other non-HID++ node HID: logitech-hidpp: create a name based on the type if non available HID: logitech-hidpp: support the G700 over wireless HID: logitech-hidpp: support the G900 over wireless drivers/hid/hid-ids.h | 4 + drivers/hid/hid-logitech-hidpp.c | 470 +++++++++++++++++++++++++++++++++------ 2 files changed, 407 insertions(+), 67 deletions(-)