From patchwork Fri Feb 17 09:19:16 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Matthias Reichl X-Patchwork-Id: 9579287 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id 58D586049F for ; Fri, 17 Feb 2017 09:28:35 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 51AAD28675 for ; Fri, 17 Feb 2017 09:28:35 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 456E82868A; Fri, 17 Feb 2017 09:28:35 +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=-6.9 required=2.0 tests=BAYES_00,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 8FEF628675 for ; Fri, 17 Feb 2017 09:28:34 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933019AbdBQJ2d (ORCPT ); Fri, 17 Feb 2017 04:28:33 -0500 Received: from mail.horus.com ([78.46.148.228]:40038 "EHLO mail.horus.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932956AbdBQJ2c (ORCPT ); Fri, 17 Feb 2017 04:28:32 -0500 X-Greylist: delayed 552 seconds by postgrey-1.27 at vger.kernel.org; Fri, 17 Feb 2017 04:28:31 EST Received: from [192.168.1.20] (193-83-226-11.adsl.highway.telekom.at [193.83.226.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "E-Mail Matthias Reichl", Issuer "HiassofT CA 2014" (verified OK)) by mail.horus.com (Postfix) with ESMTPS id A07AC6408E; Fri, 17 Feb 2017 10:19:17 +0100 (CET) Received: by camel2.lan (Postfix, from userid 1000) id 6FAE71C731C; Fri, 17 Feb 2017 10:19:16 +0100 (CET) Date: Fri, 17 Feb 2017 10:19:16 +0100 From: Matthias Reichl To: Mauro Carvalho Chehab , linux-media@vger.kernel.org Subject: [PATCH] v4l-utils: fix invalid protocol in streamzap keymap Message-ID: <20170217091916.GA24266@camel2.lan> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) 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 ir-keytable can't load the streamzap keymap because the protocol type RC5_SZ is invalid: ./ir-keytable -w rc_keymaps/streamzap Protocol RC5_SZ invalid ... Fix this by changing the protocol type to RC-5-SZ which matches the kernel protocol rc-5-sz Signed-off-by: Matthias Reichl --- utils/keytable/rc_keymaps/streamzap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/keytable/rc_keymaps/streamzap b/utils/keytable/rc_keymaps/streamzap index 3512cd8..03d2cb8 100644 --- a/utils/keytable/rc_keymaps/streamzap +++ b/utils/keytable/rc_keymaps/streamzap @@ -1,4 +1,4 @@ -# table streamzap, type: RC5_SZ +# table streamzap, type: RC-5-SZ 0x28c0 KEY_NUMERIC_0 0x28c1 KEY_NUMERIC_1 0x28c2 KEY_NUMERIC_2