From patchwork Thu May 8 19:41:27 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hans de Goede X-Patchwork-Id: 4138391 Return-Path: X-Original-To: patchwork-linux-media@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id 426669F387 for ; Thu, 8 May 2014 19:41:41 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 8E480200E8 for ; Thu, 8 May 2014 19:41:40 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id B8FC02012F for ; Thu, 8 May 2014 19:41:39 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755342AbaEHTlg (ORCPT ); Thu, 8 May 2014 15:41:36 -0400 Received: from mx1.redhat.com ([209.132.183.28]:30035 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755061AbaEHTle (ORCPT ); Thu, 8 May 2014 15:41:34 -0400 Received: from int-mx09.intmail.prod.int.phx2.redhat.com (int-mx09.intmail.prod.int.phx2.redhat.com [10.5.11.22]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id s48JfWIl027429 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Thu, 8 May 2014 15:41:33 -0400 Received: from shalem.localdomain.com (vpn1-5-220.ams2.redhat.com [10.36.5.220]) by int-mx09.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id s48JfS2J029599; Thu, 8 May 2014 15:41:32 -0400 From: Hans de Goede To: Linux Media Mailing List Cc: Hans de Goede Subject: [PATCH 3/3] rc_keymaps: Add keymap for the remote shipped with the Wobo i5 tv box Date: Thu, 8 May 2014 21:41:27 +0200 Message-Id: <1399578087-2365-4-git-send-email-hdegoede@redhat.com> In-Reply-To: <1399578087-2365-1-git-send-email-hdegoede@redhat.com> References: <1399578087-2365-1-git-send-email-hdegoede@redhat.com> X-Scanned-By: MIMEDefang 2.68 on 10.5.11.22 Sender: linux-media-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-media@vger.kernel.org X-Spam-Status: No, score=-7.5 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP The Wobo i5 is an allwinner based android tv box, with its own custom remote, this adds a keymap for this remote (like all allwinner devices, the wobo i5 can run plain Linux). Signed-off-by: Hans de Goede --- utils/keytable/rc_keymaps/wobo_i5 | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 utils/keytable/rc_keymaps/wobo_i5 diff --git a/utils/keytable/rc_keymaps/wobo_i5 b/utils/keytable/rc_keymaps/wobo_i5 new file mode 100644 index 0000000..38362c5 --- /dev/null +++ b/utils/keytable/rc_keymaps/wobo_i5 @@ -0,0 +1,9 @@ +# table wobo_i5, type: NEC +0x01 KEY_POWER +0x05 KEY_UP +0x06 KEY_LEFT +0x08 KEY_RIGHT +0x09 KEY_PLAYPAUSE +0x0a KEY_DOWN +0x0c KEY_MENU +0x0e KEY_BACK