From patchwork Thu Oct 4 16:29:41 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sean Young X-Patchwork-Id: 10626427 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 4F7CC1731 for ; Thu, 4 Oct 2018 16:29:44 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 3E0C9292A7 for ; Thu, 4 Oct 2018 16:29:44 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 3220B29403; Thu, 4 Oct 2018 16:29:44 +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 AE2A929405 for ; Thu, 4 Oct 2018 16:29:43 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1727504AbeJDXXn (ORCPT ); Thu, 4 Oct 2018 19:23:43 -0400 Received: from gofer.mess.org ([88.97.38.141]:53597 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1727415AbeJDXXn (ORCPT ); Thu, 4 Oct 2018 19:23:43 -0400 Received: by gofer.mess.org (Postfix, from userid 1000) id A771960420; Thu, 4 Oct 2018 17:29:41 +0100 (BST) Date: Thu, 4 Oct 2018 17:29:41 +0100 From: Sean Young To: linux-media@vger.kernel.org Subject: [GIT PULL FOR v4.20] Additional RC fixes Message-ID: <20181004162941.stweqx5vszghpapk@gofer.mess.org> MIME-Version: 1.0 Content-Disposition: inline User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi Mauro, Here are some additional fixes for v4.20. By enabling the rel/keys bits when the RC input device is registered, we can re-use the same input device for imon/mce_kbd protocol mouse movements and keys. Note that all these patches depend on each other; the second depends on the first, and the third depends on the first two. Tested with real imon and mce keyboard. Thanks, Sean The following changes since commit 5f108da55c6a928d0305163731bca2ac94ab233b: media: smiapp: Remove unused loop (2018-10-03 11:59:10 -0400) are available in the Git repository at: git://linuxtv.org/syoung/media_tree.git for-v4.20b for you to fetch changes up to a810925a2795daa204f1ff2e659e026acc4459b5: media: rc: mce_kbd: input events via rc-core's input device (2018-10-04 15:05:37 +0100) ---------------------------------------------------------------- Sean Young (3): media: rc: some events are dropped by userspace media: rc: imon: report mouse events using rc-core's input device media: rc: mce_kbd: input events via rc-core's input device drivers/media/rc/ir-imon-decoder.c | 62 ++-------------------------- drivers/media/rc/ir-mce_kbd-decoder.c | 77 +++++++---------------------------- drivers/media/rc/rc-core-priv.h | 5 --- drivers/media/rc/rc-main.c | 20 ++++----- 4 files changed, 26 insertions(+), 138 deletions(-)