Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261991AbVEKQnb (ORCPT ); Wed, 11 May 2005 12:43:31 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261990AbVEKQnb (ORCPT ); Wed, 11 May 2005 12:43:31 -0400 Received: from lantana.tenet.res.in ([202.144.28.166]:8401 "EHLO lantana.cs.iitm.ernet.in") by vger.kernel.org with ESMTP id S261230AbVEKQnW (ORCPT ); Wed, 11 May 2005 12:43:22 -0400 Date: Wed, 11 May 2005 22:13:57 +0530 (IST) From: "P.Manohar" To: linux-kernel@vger.kernel.org Subject: ioctl to keyboard device file. Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Mail-scanner Found to be clean X-MailScanner-From: pmanohar@lantana.cs.iitm.ernet.in Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 763 Lines: 22 hai, I want to add a new ioctl to keyboard driver device file which will perform the work of copying user space data sent to it into kernel space and send those characters to handle_scancode function of keyboard driver.. Now I want to know 1) what is the device file corresponding to keyboard (is it /dev/input/keyboard). 2) where file operations structure is defined for that. 3) where the those ioctls handled(not found in keyboard.c). Any small help is appreciated. Thanks&Regards, P.Manohar, - 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/