From patchwork Thu Jan 28 17:23:43 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Antonio Ospite X-Patchwork-Id: 8152701 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.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 820CCBEEE5 for ; Thu, 28 Jan 2016 17:29:50 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id AE73D2011D for ; Thu, 28 Jan 2016 17:29:49 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.kernel.org (Postfix) with ESMTP id ECD8620340 for ; Thu, 28 Jan 2016 17:29:48 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1946087AbcA1R3o (ORCPT ); Thu, 28 Jan 2016 12:29:44 -0500 Received: from smtp206.alice.it ([82.57.200.102]:27591 "EHLO smtp206.alice.it" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1946092AbcA1R3l (ORCPT ); Thu, 28 Jan 2016 12:29:41 -0500 Received: from jcn (82.57.78.224) by smtp206.alice.it (8.6.060.28) id 56139B83183183DB; Thu, 28 Jan 2016 18:23:51 +0100 Received: from ao2 by jcn with local (Exim 4.86) (envelope-from ) id 1aOqIP-0006y9-E6; Thu, 28 Jan 2016 18:23:49 +0100 From: Antonio Ospite To: linux-input@vger.kernel.org Cc: Jiri Kosina , Frank Praznik , Antonio Ospite Subject: [PATCH 3/7] HID: sony: fix a typo in descriptors comments s/Joystik/Joystick/ Date: Thu, 28 Jan 2016 18:23:43 +0100 Message-Id: <1454001827-26732-4-git-send-email-ao2@ao2.it> X-Mailer: git-send-email 2.7.0 In-Reply-To: <1454001827-26732-1-git-send-email-ao2@ao2.it> References: <1454001827-26732-1-git-send-email-ao2@ao2.it> 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=-6.9 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 Signed-off-by: Antonio Ospite --- drivers/hid/hid-sony.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-sony.c b/drivers/hid/hid-sony.c index 173af01..8dcea69 100644 --- a/drivers/hid/hid-sony.c +++ b/drivers/hid/hid-sony.c @@ -252,7 +252,7 @@ static __u8 motion_rdesc[] = { /* PS/3 Navigation controller */ static __u8 navigation_rdesc[] = { 0x05, 0x01, /* Usage Page (Desktop), */ - 0x09, 0x04, /* Usage (Joystik), */ + 0x09, 0x04, /* Usage (Joystick), */ 0xA1, 0x01, /* Collection (Application), */ 0xA1, 0x02, /* Collection (Logical), */ 0x85, 0x01, /* Report ID (1), */