From patchwork Tue Aug 13 13:38:05 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: Benjamin Tissoires X-Patchwork-Id: 11092287 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 BDBD76C5 for ; Tue, 13 Aug 2019 13:38:15 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id AF86527F60 for ; Tue, 13 Aug 2019 13:38:15 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id A32872845E; Tue, 13 Aug 2019 13:38:15 +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 4B92527F60 for ; Tue, 13 Aug 2019 13:38:15 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1728413AbfHMNiO (ORCPT ); Tue, 13 Aug 2019 09:38:14 -0400 Received: from mx1.redhat.com ([209.132.183.28]:53351 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727311AbfHMNiO (ORCPT ); Tue, 13 Aug 2019 09:38:14 -0400 Received: from smtp.corp.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 629F13016F4A; Tue, 13 Aug 2019 13:38:14 +0000 (UTC) Received: from plouf.redhat.com (ovpn-117-165.ams2.redhat.com [10.36.117.165]) by smtp.corp.redhat.com (Postfix) with ESMTP id AA6E46E6F0; Tue, 13 Aug 2019 13:38:10 +0000 (UTC) From: Benjamin Tissoires To: =?utf-8?q?Filipe_La=C3=ADns?= , Jiri Kosina Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, Benjamin Tissoires Subject: [PATCH 0/2] Fix support of a few Logitech devices broken in 5.3 Date: Tue, 13 Aug 2019 15:38:05 +0200 Message-Id: <20190813133807.12384-1-benjamin.tissoires@redhat.com> MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.79 on 10.5.11.11 X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.48]); Tue, 13 Aug 2019 13:38:14 +0000 (UTC) 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, another set of patches to send to Linus ASAP. It turns out that we have been breaking devices, so this should be sent before 5.3 final. Cheers, Benjamin Benjamin Tissoires (2): Revert "HID: logitech-hidpp: add USB PID for a few more supported mice" HID: logitech-hidpp: remove support for the G700 over USB drivers/hid/hid-logitech-hidpp.c | 22 ---------------------- 1 file changed, 22 deletions(-) Reviewed-by: Filipe LaĆ­ns