From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S264373AbTDXB1z (ORCPT ); Wed, 23 Apr 2003 21:27:55 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S264374AbTDXB1z (ORCPT ); Wed, 23 Apr 2003 21:27:55 -0400 Received: from lakemtao03.cox.net ([68.1.17.242]:56997 "EHLO lakemtao03.cox.net") by vger.kernel.org with ESMTP id S264373AbTDXB1y (ORCPT ); Wed, 23 Apr 2003 21:27:54 -0400 Message-ID: <3EA74063.5040808@cox.net> Date: Wed, 23 Apr 2003 20:39:47 -0500 From: David van Hoose User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20030225 X-Accept-Language: en-us, en MIME-Version: 1.0 To: joe.korty@ccur.com CC: Nils Holland , linux-kernel@vger.kernel.org Subject: Re: [2.4.21-rc1] USB Trackball broken References: <3EA6C558.5040004@cox.net> <20030423201619.GB12889@kroah.com> <3EA707D2.1000507@cox.net> <200304240034.20872.nils@ravishing.de> <20030424011616.GA11649@tsunami.ccur.com> In-Reply-To: <20030424011616.GA11649@tsunami.ccur.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Joe Korty wrote: > Hi David, Nils, > > Nils, you have > > CONFIG_USB_HIDINPUT=y > > which is correct. David, you have > > CONFIG_USB_HIDINPUT=m > > which is an illegal setting. You must have hand-edited your config file > to get this. My guess is, the '=m' is being treated as 'not set'. > > You also need to have CONFIG_INPUT (Input core support section) set. > If this is not set you will not see the CONFIG_USB_HIDINPUT question > come up in the USB section. Actually I didn't.. Blame RedHat. I used their config for the template for my kernel so I'd have fairly good compatibility. I'm compiling a kernel now to see if that was the bug. Thanks, David