From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Tue, 19 Jun 2001 13:35:06 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Tue, 19 Jun 2001 13:34:56 -0400 Received: from olsinka.site.cas.cz ([147.231.11.16]:1920 "EHLO twilight.suse.cz") by vger.kernel.org with ESMTP id ; Tue, 19 Jun 2001 13:34:40 -0400 Date: Tue, 19 Jun 2001 19:33:26 +0200 From: Vojtech Pavlik To: Keith Owens Cc: Alan Cox , linux-kernel@vger.kernel.org Subject: Re: 2.4.5-ac15 -- Unresolved symbols "gameport_register_port" Message-ID: <20010619193326.A295@suse.cz> In-Reply-To: <20010619163520.A12869@suse.cz> <20719.992961782@ocs3.ocs-net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20719.992961782@ocs3.ocs-net>; from kaos@ocs.com.au on Wed, Jun 20, 2001 at 12:43:02AM +1000 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org On Wed, Jun 20, 2001 at 12:43:02AM +1000, Keith Owens wrote: > On Tue, 19 Jun 2001 16:35:20 +0200, > Vojtech Pavlik wrote: > >On Wed, Jun 20, 2001 at 12:30:05AM +1000, Keith Owens wrote: > >> Gameports and joysticks should not be available unless input core > >> support is selected first. Invalid configs were slipping through. > > > >Gameports are not input core dependent. > >Only joysticks are. > > drivers/char/Makefile says > subdir-$(CONFIG_INPUT) += joystick > > Gameports are in subdir joystick. Certainly looks dependent on > CONFIG_INPUT to me. Ouch. Forgot about this one. I guess it'd be better to fix this, because the gameport code really is independent on input. -- Vojtech Pavlik SuSE Labs