[GIT,PULL,FOR,v4l-utils] ir updates
Message ID | 20161227204957.GB18181@gofer.mess.org (mailing list archive) |
---|---|
State | Superseded, archived |
Headers |
Received: from mail.tu-berlin.de ([130.149.7.33]) by www.linuxtv.org with esmtp (Exim 4.84_2) (envelope-from <linux-media-owner@vger.kernel.org>) id 1cLyhs-00088r-OV; Tue, 27 Dec 2016 20:50:48 +0000 X-tubIT-Incoming-IP: 209.132.180.67 Received: from vger.kernel.org ([209.132.180.67]) by mail.tu-berlin.de (exim-4.84_2/mailfrontend-6) with esmtp id 1cLyhq-0008MB-5z; Tue, 27 Dec 2016 21:50:48 +0100 Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751678AbcL0Uuo (ORCPT <rfc822;mkrufky@linuxtv.org> + 1 other); Tue, 27 Dec 2016 15:50:44 -0500 Received: from gofer.mess.org ([80.229.237.210]:36163 "EHLO gofer.mess.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751865AbcL0Uuo (ORCPT <rfc822;linux-media@vger.kernel.org>); Tue, 27 Dec 2016 15:50:44 -0500 Received: by gofer.mess.org (Postfix, from userid 1000) id EB807601FE; Tue, 27 Dec 2016 20:49:57 +0000 (GMT) Date: Tue, 27 Dec 2016 20:49:57 +0000 From: Sean Young <sean@mess.org> To: Mauro Carvalho Chehab <mchehab@s-opensource.com> Cc: linux-media@vger.kernel.org Subject: [GIT PULL FOR v4l-utils] ir updates Message-ID: <20161227204957.GB18181@gofer.mess.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: <linux-media.vger.kernel.org> X-Mailing-List: linux-media@vger.kernel.org X-PMX-Version: 6.0.0.2142326, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2016.12.27.204216 X-PMX-Spam: Gauge=IIIIIIII, Probability=8%, Report=' HTML_00_01 0.05, HTML_00_10 0.05, MSGID_ADDED_BY_MTA 0.05, BODYTEXTP_SIZE_3000_LESS 0, BODY_SIZE_1300_1399 0, BODY_SIZE_2000_LESS 0, BODY_SIZE_5000_LESS 0, BODY_SIZE_7000_LESS 0, LEGITIMATE_NEGATE 0, LEGITIMATE_SIGNS 0, MULTIPLE_REAL_RCPTS 0, NO_URI_HTTPS 0, SINGLE_URI_IN_BODY 0, URI_ENDS_IN_HTML 0, __ANY_URI 0, __CD 0, __CP_URI_IN_BODY 0, __CT 0, __CT_TEXT_PLAIN 0, __HAS_CC_HDR 0, __HAS_FROM 0, __HAS_MSGID 0, __HAS_X_MAILING_LIST 0, __MIME_TEXT_ONLY 0, __MIME_TEXT_P 0, __MIME_TEXT_P1 0, __MIME_VERSION 0, __NO_HTML_TAG_RAW 0, __SANE_MSGID 0, __SINGLE_URI_TEXT 0, __SUBJ_ALPHA_END 0, __TO_MALFORMED_2 0, __TO_NAME 0, __TO_NAME_DIFF_FROM_ACC 0, __TO_REAL_NAMES 0, __URI_IN_BODY 0, __URI_NO_WWW 0, __URI_NS , __URI_WITH_PATH 0, __USER_AGENT 0' |
Pull-request
git://linuxtv.org/syoung/v4l-utils.git ir-fixesMessage
Sean Young
Dec. 27, 2016, 8:49 p.m. UTC
Hi Mauro, Some minor fixes for ir-ctl and one for ir-keytable. Thanks, Sean The following changes since commit f6ecbc90656815d91dc6ba90aac0ad8193a14b38: v4l-utils: sync with latest kernel (2016-11-30 10:33:44 +0100) are available in the git repository at: git://linuxtv.org/syoung/v4l-utils.git ir-fixes for you to fetch changes up to df9cc492fd2a51e19a15cc6249ed2e27f76d937a: ir-ctl: `strndupa' undefined with --disable-nls (2016-12-27 11:31:13 +0000) ---------------------------------------------------------------- Greg Whiteley (1): ir-ctl: `strndupa' undefined with --disable-nls Sean Young (6): ir-ctl: fix rc5x encoding ir-ctl: 0 is valid scancode ir-ctl: improve scancode validation ir-keytable: "-p all" or "-p mce-kdb" does not work ir-ctl: rename rc5x to rc5x_20 ir-ctl: rc5 command 6th bit missing utils/ir-ctl/ir-ctl.1.in | 7 ++++--- utils/ir-ctl/ir-ctl.c | 7 ++++--- utils/ir-ctl/ir-encode.c | 29 ++++++++++++++++++++++++----- utils/ir-ctl/ir-encode.h | 3 ++- utils/keytable/keytable.c | 2 +- 5 files changed, 35 insertions(+), 13 deletions(-) -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
Comments
Em Tue, 27 Dec 2016 20:49:57 +0000 Sean Young <sean@mess.org> escreveu: > Hi Mauro, > > Some minor fixes for ir-ctl and one for ir-keytable. Hi Sean, I suspect that Gregor already merged those patches. If are there any left-over, just submit what's missing. Regards, Mauro -- To unsubscribe from this list: send the line "unsubscribe linux-media" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html