Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Mon, 1 Apr 2002 03:54:30 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Mon, 1 Apr 2002 03:54:21 -0500 Received: from gold.muskoka.com ([216.123.107.5]:62212 "EHLO gold.muskoka.com") by vger.kernel.org with ESMTP id ; Mon, 1 Apr 2002 03:54:11 -0500 Message-ID: <3CA80BF8.66DCB7E@yahoo.com> Date: Mon, 01 Apr 2002 00:27:52 -0500 From: Paul Gortmaker MIME-Version: 1.0 To: Andries.Brouwer@cwi.nl CC: linux-kernel@vger.kernel.org Subject: Re: kbdbook.tmpl In-Reply-To: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Andries.Brouwer@cwi.nl wrote: > > Spent the past hour or two documenting the keyboard ioctls. Great! > Comments are welcome, both about the factual contents > and about the style and layout. The idea is to eventually > have all ioctls documented. Minor nit, but if this is headed for Documentation/ioctl/* or similar, maybe we can avoid having N copies of the usual GPL boiler plate; one copy vs. one in each of kbd_ioctl, tty_ioctl, blk_ioctl, etc etc ? > This "cooked" mode comes in two flavours: K_XLATE, > which is the default, and K_UNICODE (see below). + See also kbd_mode(1). ^^^^^^^^^^^^^^^^^^^^^^^^ I see you haven't added info on all of the KD* ioctl entries - some of which I agree aren't really kbd related (e.g. KDMKTONE) - did you forsee putting these in another file, perhaps with the other vt ioctls? Paul. -- main(){int m=19248;if(!fork())for(;;ioctl(0,m,(1<<23)+(rand()&2047)),ioctl (0,m+2,rand()&7),sleep(1));}/* Hours of entertainment on Linux Console! */ - 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/