Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751212AbWADIbr (ORCPT ); Wed, 4 Jan 2006 03:31:47 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751220AbWADIbr (ORCPT ); Wed, 4 Jan 2006 03:31:47 -0500 Received: from [203.199.255.5] ([203.199.255.5]:50341 "EHLO lantana.cs.iitm.ernet.in") by vger.kernel.org with ESMTP id S1751212AbWADIbr (ORCPT ); Wed, 4 Jan 2006 03:31:47 -0500 Date: Wed, 4 Jan 2006 14:02:30 +0530 (IST) From: "P.Manohar" X-X-Sender: pmanohar@lantana.cs.iitm.ernet.in To: linux-kernel@vger.kernel.org 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: Lantana Mail-scanner Found to be clean X-MailScanner-From: pmanohar@lantana.tenet.res.in Subject: keyboard driver of 2.6 kernel Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 890 Lines: 24 Greetings, I have a small doubt in Linux kernel keyboard driver. In 2.4 kernels the starting fuction of keyboard driver is "handle_scancode". But in 2.6 kernels the keyboard interface is changed drastically. If you familiar with that can you tell me the starting fuction of keyboard interace which gets the scancodes in 2.6 kernels. Actually my paln is to stuff scancodes or keycodes to the keyboard buffer , from there on the keyboard driver processes them. I have done this for 2.4 kernel. I want to implement the same to 2.6 kernel. Is there any keyloggers which are implemented for 2.6 kernels? Thanks In Advance 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/