Well, i have a 8042 controller "connected" to the keyboard controller that send information about battery and others to the keyboard interrupt and io ports in the format of keystrokes. I want a way to not alter atkbd but to create another driver that lives together with atkbd. Is there a way?
On 2/27/07, Dmitry Torokhov <[EMAIL PROTECTED]> wrote:
On Monday 26 February 2007 20:32, Fausto Carvalho wrote: > Can you help me?? > > ---------- Forwarded message ---------- > From: Fausto Carvalho <[EMAIL PROTECTED]> > Date: Feb 26, 2007 8:03 PM > Subject: Using serio_register_driver > To: linux-kernel@vger.kernel.org > > > I have a driver that have to coexist with ATKBD accessing the same > i8042 platform driver. But when a use serio_register_driver and > program the serio_driver.interrupt i only get the atkbd to respond!! > Is there any way to use ATKBD with another i8042 driver( serio)?? > Any help is wellcome. > Hi, Unfortunately you can't attach more than one driver to a serio port. Could you tell me what you are trying to achive in your driver? -- Dmitry
-- Fausto Carvalho - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/