From patchwork Tue Jul 24 11:53:18 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Hanno Zulla X-Patchwork-Id: 10541945 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 8F9651805 for ; Tue, 24 Jul 2018 11:53:24 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id 7DDFC1FFB2 for ; Tue, 24 Jul 2018 11:53:24 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id 71CC3260CD; Tue, 24 Jul 2018 11:53:24 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-7.9 required=2.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_DNSWL_HI autolearn=ham version=3.3.1 Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id CFA3A1FFB2 for ; Tue, 24 Jul 2018 11:53:23 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S2388519AbeGXM73 (ORCPT ); Tue, 24 Jul 2018 08:59:29 -0400 Received: from zoot.epublica.de ([78.46.103.157]:51464 "EHLO zoot.epublica.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S2388272AbeGXM72 (ORCPT ); Tue, 24 Jul 2018 08:59:28 -0400 Received: from localhost (localhost.localdomain [127.0.0.1]) by zoot.epublica.de (Postfix) with ESMTP id A84B8184175D; Tue, 24 Jul 2018 13:53:19 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at zoot.epublica.de Received: from zoot.epublica.de ([127.0.0.1]) by localhost (zoot.epublica.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WvCfmmXtCkAg; Tue, 24 Jul 2018 13:53:18 +0200 (CEST) Received: from [10.1.0.41] (ip1f103e43.dynamic.kabel-deutschland.de [31.16.62.67]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by zoot.epublica.de (Postfix) with ESMTPSA id A638F1841757; Tue, 24 Jul 2018 13:53:18 +0200 (CEST) Subject: [PATCH v3 0/1] HID: hid-sony: Only allow four LED states From: Hanno Zulla To: Roderick Colenbrander , Jiri Kosina Cc: Frank Praznik , Benjamin Tissoires , linux-input References: <2AE476B4-2C49-479A-8C6A-E878E3E11483@gmail.com> Message-ID: Date: Tue, 24 Jul 2018 13:53:18 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.9.1 MIME-Version: 1.0 In-Reply-To: Content-Language: en-US Sender: linux-input-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-input@vger.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP Hi, Roderick discussed the benefits and drawbacks of "[PATCH v2] HID: hid-sony: Brighter RGB values and add 8th color." Message-ID and came to the conclusion that having more than four LED states is undesirable. He pointed out that it would be preferrable for the Sony team to have the Linux kernel driver behave more closely like the original Playstation driver. The PS only allows four gamepads and thus only four LED states. This patch removes the Linux-specific behaviour and undocumented LED patterns and colours. It will still be possible to have the non-Playstation LED patterns on a Linux systems through user space (e.g. this patch doesn't change the behaviour of Debian, where the gamepad enumeration is done in user space through the 'joystick' package). Roderick, please test this with your team. Thanks! Hanno --- To unsubscribe from this list: send the line "unsubscribe linux-input" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html