Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Thu, 22 Aug 2002 16:53:19 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Thu, 22 Aug 2002 16:53:19 -0400 Received: from ida.rowland.org ([192.131.102.52]:50180 "HELO ida.rowland.org") by vger.kernel.org with SMTP id ; Thu, 22 Aug 2002 16:53:18 -0400 Date: Thu, 22 Aug 2002 16:57:27 -0400 (EDT) From: Alan Stern X-X-Sender: To: Alan Cox cc: Andries Brouwer , Dave Jones , Subject: Re: Patch for PC keyboard driver's autorepeat-rate handling In-Reply-To: <20020822193743.GA5448@win.tue.nl> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 623 Lines: 15 I checked the source tree for the stock m68k port. The only systems that implement the KDKBDRATE ioctl are the amiga and atari ports, and they both do it in accordance with the documentation and the kbdrate program (and the patch I submitted earlier). The relevant routines are drivers/char/amikeyb.c:amiga_kbdrate() and arch/m68k/atari/atakeyb.c:atari_kbdrate(). Alan Stern - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/