Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1426964AbdD2VKp (ORCPT ); Sat, 29 Apr 2017 17:10:45 -0400 Received: from relay4-d.mail.gandi.net ([217.70.183.196]:56797 "EHLO relay4-d.mail.gandi.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1426947AbdD2VKg (ORCPT ); Sat, 29 Apr 2017 17:10:36 -0400 X-Originating-IP: 83.155.44.161 Message-ID: <1493500230.22420.6.camel@hadess.net> Subject: Re: [PATCH v5] Input: psxpad-spi - Add PSX (Play Station 1/2) pad SPI driver From: Bastien Nocera To: Dmitry Torokhov , Tomohiro Yoshidomi Cc: linux-input@vger.kernel.org, linux-kernel@vger.kernel.org, sylph23k@gmail.com Date: Sat, 29 Apr 2017 23:10:30 +0200 In-Reply-To: <20170429181604.GA5562@dtor-ws> References: <20170429094053.26870-1-sylph23k@gmail.com> <20170429181604.GA5562@dtor-ws> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.24.1 (3.24.1-1.fc26) Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 980 Lines: 27 Hey, On Sat, 2017-04-29 at 11:16 -0700, Dmitry Torokhov wrote: > "Say Y here if you wish to connect PSX (PS1/2) pad via SPI > interface." It should say "PlayStation 1/2 joypads". Using "Play Station" is incorrect, PSX is a code name so you could mention it in between brackets. Saying "pads" is also possibly confusing, Wacom tablets have "pads", they're "joypads". > Let's call it "PSX gamepad force feedback (rumble) support" This should probably mention that it's force feedback support for the PlayStation joypads when connected via SPI. Maybe it could be automatically enabled if both the above driver is enabled and force feedback is as well? That would save having to describe it too verbosely. A code comment: how does the output of this device compare to the output of USB PlayStation adapters? It would be interesting to double- check that what comes out of the kernel when connected either way is the same. Maybe Benjamin has captures for those adapters? Cheers