From patchwork Fri Nov 8 22:54:10 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Sebastian Reichel X-Patchwork-Id: 289936 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 251C22C00C2 for ; Sat, 9 Nov 2013 09:54:37 +1100 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1758459Ab3KHWyV (ORCPT ); Fri, 8 Nov 2013 17:54:21 -0500 Received: from ring0.de ([91.143.88.219]:60430 "EHLO smtp.ring0.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758434Ab3KHWyS (ORCPT ); Fri, 8 Nov 2013 17:54:18 -0500 Received: from comu.ring0.de (unknown [127.0.0.1]) by smtp.ring0.de (Postfix) with ESMTP id 9F0282C58EBC; Fri, 8 Nov 2013 23:54:17 +0100 (CET) Received: (from spamd@localhost) by comu.ring0.de (8.13.8/8.13.8/Submit) id rA8MsHT7008253; Fri, 8 Nov 2013 23:54:17 +0100 X-Authentication-Warning: comu.ring0.de: spamd set sender to sre@ring0.de using -f X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on comu.ring0.de X-Spam-Level: X-Spam-Status: No, score=-1.9 required=4.0 tests=BAYES_00,NO_RECEIVED, NO_RELAYS autolearn=ham version=3.3.1 X-Spam-Report: * -0.0 NO_RELAYS Informational: message was not relayed via SMTP * -1.9 BAYES_00 BODY: Spamwahrscheinlichkeit nach Bayes-Test: 0-1% * [score: 0.0000] * -0.0 NO_RECEIVED Informational: message has no Received headers From: Sebastian Reichel To: Sebastian Reichel , Kumar Gala Cc: Rob Herring , Pawel Moll , Mark Rutland , Stephen Warren , Ian Campbell , Rob Landley , Grant Likely , devicetree@vger.kernel.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Sebastian Reichel Subject: [PATCH] Documentation: dt: matrix-keymap: Add linux, keypad-no-autorepeat Date: Fri, 8 Nov 2013 23:54:10 +0100 Message-Id: <1383951250-2050-1-git-send-email-sre@debian.org> X-Mailer: git-send-email 1.8.4.rc3 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org Add documentation for linux,keypad-no-autorepeat, which is supported by most matrix-keymap implementations. Signed-off-by: Sebastian Reichel --- Documentation/devicetree/bindings/input/matrix-keymap.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/input/matrix-keymap.txt b/Documentation/devicetree/bindings/input/matrix-keymap.txt index c54919f..e87de50 100644 --- a/Documentation/devicetree/bindings/input/matrix-keymap.txt +++ b/Documentation/devicetree/bindings/input/matrix-keymap.txt @@ -14,6 +14,7 @@ drivers will use fixed values for these. - keypad,num-rows: Number of row lines connected to the keypad controller. - keypad,num-columns: Number of column lines connected to the keypad controller. +- linux,keypad-no-autorepeat: Do not enable autorepeat feature. Some users of this binding might choose to specify secondary keymaps for cases where there is a modifier key such as a Fn key. Proposed names