From patchwork Tue Dec 17 11:33:44 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 3360721 Return-Path: X-Original-To: patchwork-linux-input@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 1D9CBC0D4A for ; Tue, 17 Dec 2013 11:33:57 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 4B46620378 for ; Tue, 17 Dec 2013 11:33:52 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id 5ECF320377 for ; Tue, 17 Dec 2013 11:33:50 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751390Ab3LQLdt (ORCPT ); Tue, 17 Dec 2013 06:33:49 -0500 Received: from smtp205.alice.it ([82.57.200.101]:36240 "EHLO smtp205.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750929Ab3LQLds (ORCPT ); Tue, 17 Dec 2013 06:33:48 -0500 Received: from jcn (82.61.79.211) by smtp205.alice.it (8.6.060.28) id 529A5931042A9C03; Tue, 17 Dec 2013 12:33:47 +0100 Received: from ao2 by jcn with local (Exim 4.82) (envelope-from ) id 1VssuH-0003Ba-Cp; Tue, 17 Dec 2013 12:33:45 +0100 From: Antonio Ospite To: linux-input@vger.kernel.org Cc: Antonio Ospite , Randy Dunlap , David Herrmann , Dmitry Torokhov , Jiri Kosina Subject: [PATCHv2] Input: fix typos in Documentation/input/gamepad.txt Date: Tue, 17 Dec 2013 12:33:44 +0100 Message-Id: <1387280024-12213-1-git-send-email-ospite@studenti.unina.it> X-Mailer: git-send-email 1.8.5.1 In-Reply-To: <52AF51EA.8090400@infradead.org> References: <52AF51EA.8090400@infradead.org> X-Face: z*RaLf`X<@C75u6Ig9}{oW$H; 1_\2t5)({*|jhM/Vb; ]yA5\I~93>J<_`<4)A{':UrE Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Spam-Status: No, score=-7.4 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_HI, RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=ham 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 Fix some typos and while at it also use "PS" as the name for the central "HOME" button on Sony controllers, this is how Sony itself calls it. Reviewed-by: David Herrmann Signed-off-by: Antonio Ospite --- Changes since v1: - Fix one of the fixes: use "advise" (verb) in place of "advice" (noun) Thanks Randy. Documentation/input/gamepad.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Documentation/input/gamepad.txt b/Documentation/input/gamepad.txt index 31bb6a4..3f6d8a5 100644 --- a/Documentation/input/gamepad.txt +++ b/Documentation/input/gamepad.txt @@ -68,7 +68,7 @@ features that you need, first. How each feature is mapped is described below. Legacy drivers often don't comply to these rules. As we cannot change them for backwards-compatibility reasons, you need to provide fixup mappings in user-space yourself. Some of them might also provide module-options that -change the mappings so you can adivce users to set these. +change the mappings so you can advise users to set these. All new gamepads are supposed to comply with this mapping. Please report any bugs, if they don't. @@ -150,10 +150,10 @@ Menu-Pad: BTN_START Many pads also have a third button which is branded or has a special symbol and meaning. Such buttons are mapped as BTN_MODE. Examples are the Nintendo - "HOME" button, the XBox "X"-button or Sony "P" button. + "HOME" button, the XBox "X"-button or Sony "PS" button. Rumble: - Rumble is adverticed as FF_RUMBLE. + Rumble is advertised as FF_RUMBLE. ---------------------------------------------------------------------------- Written 2013 by David Herrmann