Re: Fwd: Using serio_register_driver

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Dmitry Torokhov
Date: Wednesday, February 28, 2007 - 9:34 am

On 2/27/07, Fausto Carvalho <faustocarva@gmail.com> wrote:

Depending on how big and box-specific the code is we could either add
it to i8042
or you need to imaplement a pass-through serio port in your driver.
You would filter out "interesting" bytes and pass the rest to the new
serio port that your driver shoudl register. Tnen atkbd would bind to
that new port and function as usual. The only problem is that you
woudl need to bind you driver to the keyboard port from userspace (via
sysfs - /sys/bus/devices/serioX/drvctl)

-- 
Dmitry
-
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
Re: Fwd: Using serio_register_driver, Fausto Carvalho, (Tue Feb 27, 3:41 am)
Re: Fwd: Using serio_register_driver, Dmitry Torokhov, (Wed Feb 28, 9:34 am)