Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753304AbcL3BWN (ORCPT ); Thu, 29 Dec 2016 20:22:13 -0500 Received: from leo.clearchain.com ([199.73.29.74]:58386 "EHLO mail.clearchain.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752880AbcL3BWM (ORCPT ); Thu, 29 Dec 2016 20:22:12 -0500 X-Greylist: delayed 515 seconds by postgrey-1.27 at vger.kernel.org; Thu, 29 Dec 2016 20:22:11 EST Subject: Re: [PATCH] Input: mousedev - stop offering PS/2 to userspace by default To: Dmitry Torokhov , linux-input@vger.kernel.org References: <20161229180731.GA5321@dtor-ws> Cc: Benjamin Tissoires , Jiri Kosina , linux-kernel@vger.kernel.org From: Peter Hutterer Message-ID: <110f81ed-e0c0-3651-01c2-34b06461e530@who-t.net> Date: Fri, 30 Dec 2016 11:11:15 +1000 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: <20161229180731.GA5321@dtor-ws> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.clearchain.com [199.73.29.74]); Fri, 30 Dec 2016 11:50:01 +1030 (CST) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1283 Lines: 45 On 30/12/2016 04:07 , Dmitry Torokhov wrote: > Evdev interface has been available for many years and by now everyone > is switched to using it, so let's stop offering /dev/input/mouseN > and /dev/psaux by default. > > Signed-off-by: Dmitry Torokhov Acked-by: Peter Hutterer Cheers, Peter > --- > drivers/input/Kconfig | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/drivers/input/Kconfig b/drivers/input/Kconfig > index 6261874..ff80377 100644 > --- a/drivers/input/Kconfig > +++ b/drivers/input/Kconfig > @@ -94,7 +94,6 @@ comment "Userland interfaces" > > config INPUT_MOUSEDEV > tristate "Mouse interface" > - default y > help > Say Y here if you want your mouse to be accessible as char devices > 13:32+ - /dev/input/mouseX and 13:63 - /dev/input/mice as an > @@ -109,7 +108,6 @@ config INPUT_MOUSEDEV > > config INPUT_MOUSEDEV_PSAUX > bool "Provide legacy /dev/psaux device" > - default y > depends on INPUT_MOUSEDEV > help > Say Y here if you want your mouse also be accessible as char device > @@ -118,7 +116,6 @@ config INPUT_MOUSEDEV_PSAUX > > If unsure, say Y. > > - > config INPUT_MOUSEDEV_SCREEN_X > int "Horizontal screen resolution" > depends on INPUT_MOUSEDEV >