From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Jiri Slaby" Subject: Re: [PATCH 09/10] HID: add compat support Date: Wed, 4 Jun 2008 11:00:18 +0200 Message-ID: <4af2d03a0806040200p473a3958t74dd0c38c67b26f8@mail.gmail.com> References: <1210931362-18422-1-git-send-email-jirislaby@gmail.com> <1210931362-18422-2-git-send-email-jirislaby@gmail.com> <1210931362-18422-3-git-send-email-jirislaby@gmail.com> <1210931362-18422-4-git-send-email-jirislaby@gmail.com> <1210931362-18422-5-git-send-email-jirislaby@gmail.com> <1210931362-18422-6-git-send-email-jirislaby@gmail.com> <1210931362-18422-7-git-send-email-jirislaby@gmail.com> <1210931362-18422-8-git-send-email-jirislaby@gmail.com> <1210931362-18422-9-git-send-email-jirislaby@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: Received: from an-out-0708.google.com ([209.85.132.243]:16726 "EHLO an-out-0708.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759346AbYFDJAV (ORCPT ); Wed, 4 Jun 2008 05:00:21 -0400 Received: by an-out-0708.google.com with SMTP id d40so511862and.103 for ; Wed, 04 Jun 2008 02:00:18 -0700 (PDT) In-Reply-To: Content-Disposition: inline Sender: linux-input-owner@vger.kernel.org List-Id: linux-input@vger.kernel.org To: Jiri Kosina Cc: Dmitry Torokhov , linux-input@vger.kernel.org, Marcel Holtmann , linux-kernel@vger.kernel.org, anssi.hannula@gmail.com On Wed, Jun 4, 2008 at 10:55 AM, Jiri Kosina wrote: > On Fri, 16 May 2008, Jiri Slaby wrote: > >> Add compat option to hid code to allow loading of all modules on >> systems which don't allow autoloading because of old userspace. > [ ... ] >> +config HID_COMPAT >> + bool "Load all HID drivers on hid core load" >> + ---help--- >> + Compatible option for older userspace. If you have system without udev >> + support of module loading through aliases and also old >> + module-init-tools which can't handle hid bus, choose Y here. Otherwise >> + say N. If you say N and your userspace is old enough, the only >> + functionality you loose is modules autoloading. >> + >> + If unsure, say N. >> + > > Hi Jiri, Hi, > shouldn't we leave this default to 'Y' for quite some time? This is unnecessary on most configurations, but requisite on old userspace. I think, we choose options like this to be yes. Please alter the patch. Thanks.