From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dmitry Torokhov Subject: Re: [PATCH 2/2] xpad: Kudos to the reverse-engineering work Date: Tue, 14 Apr 2015 10:19:25 -0700 Message-ID: <20150414171925.GC29874@dtor-ws> References: <1428913295-14332-1-git-send-email-mwei@lxde.org> <1428913295-14332-2-git-send-email-mwei@lxde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from mail-ig0-f175.google.com ([209.85.213.175]:35382 "EHLO mail-ig0-f175.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755668AbbDNRT3 (ORCPT ); Tue, 14 Apr 2015 13:19:29 -0400 Received: by igbyr2 with SMTP id yr2so44543897igb.0 for ; Tue, 14 Apr 2015 10:19:29 -0700 (PDT) Content-Disposition: inline In-Reply-To: <1428913295-14332-2-git-send-email-mwei@lxde.org> Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Ming-ting Yao Wei Cc: linux-input@vger.kernel.org Hi Ming-ting, On Mon, Apr 13, 2015 at 04:21:35PM +0800, Ming-ting Yao Wei wrote: > This adds credits to the reverse engineering work. I squashed this into the previous patch (1/2) and applied. Thank you. > > --- > drivers/input/joystick/xpad.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/drivers/input/joystick/xpad.c b/drivers/input/joystick/xpad.c > index 9b08c47..882b528 100644 > --- a/drivers/input/joystick/xpad.c > +++ b/drivers/input/joystick/xpad.c > @@ -10,6 +10,7 @@ > * 2006 Adam Buchbinder > * 2007 Jan Kratochvil > * 2010 Christoph Fritz > + * 2015 Ming-ting Yao Wei > * > * This program is free software; you can redistribute it and/or > * modify it under the terms of the GNU General Public License as > @@ -31,6 +32,7 @@ > * - the iForce driver drivers/char/joystick/iforce.c > * - the skeleton-driver drivers/usb/usb-skeleton.c > * - Xbox 360 information http://www.free60.org/wiki/Gamepad > + * - Xbox One information https://github.com/quantus/xbox-one-controller-protocol > * > * Thanks to: > * - ITO Takayuki for providing essential xpad information on his website > -- > 2.3.2 (Apple Git-55) > -- Dmitry