From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE0080c82c70ca.cpe.net.cable.rogers.com [24.112.140.233]) by dsl2.external.hp.com (Postfix) with ESMTP id 73BB54843 for ; Tue, 9 Jul 2002 16:04:38 -0600 (MDT) Date: Tue, 9 Jul 2002 18:04:37 -0400 From: Carlos O'Donell To: Jeremy Drake Cc: Helge Deller , parisc-linux@lists.parisc-linux.org Subject: Re: [parisc-linux] HOWTO: Using HIL keyboard and HIL mouse on PARISC Message-ID: <20020709220437.GA31678@systemhalted> References: <200206301931.58043.deller@gmx.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > When trying to build my kernel (-pa52) with the new HIL support I got this > while building vmlinux: > > drivers/hil/hil.o: In function `.L1369': > drivers/hil/hil.o(.text.hil_kbd_connect+0x4f8): undefined reference to > `register_ps2_keybfuncs' > > Could someone please let me know what I am doing wrong (leaving out)? I > have attached my .config (for a J5k). > > Thanks > J, Until the hp_psaux.c driver is converted to input layer, you'll have to compile in the GSC PS2 driver code to get it all right. CONFIG_GSC_PS2=y I'm currently working with Thomas to make the conversion. Helge, any idea why we even call that function from hil_kbd? I'm at a loss to explain the reasoning... c.