[PATCH] ibmasm driver: redesign handling of remote control events
authorMax Asbock <masbock@us.ibm.com>
Wed, 22 Jun 2005 00:16:34 +0000 (17:16 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Wed, 22 Jun 2005 02:07:35 +0000 (19:07 -0700)
commit278d72ae8803ffcd16070c95fe1d53f4466dc741
tree6cee233065ff15a42dfa86b7b159c4b06bb01b3f
parentb8acb808468a88a188d7c5aba3681c583a5785f9
[PATCH] ibmasm driver: redesign handling of remote control events

This patch rewrites the handling of remote control events.  Rather than making
them available from a special file in the ibmasmfs, now the events from the
RSA card get translated into kernel input events and injected into the input
subsystem.  The driver now will generate two /dev/input/eventX nodes -- one
for the keyboard and one for the mouse.  The mouse node generates absolute
events more like a touch pad than a mouse.

Signed-off-by: Vernon Mauery <vernux@us.ibm.com>
Signed-off-by: Max Asbock <masbock@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/misc/ibmasm/ibmasm.h
drivers/misc/ibmasm/ibmasmfs.c
drivers/misc/ibmasm/lowlevel.c
drivers/misc/ibmasm/module.c
drivers/misc/ibmasm/remote.c
drivers/misc/ibmasm/remote.h
This page took 0.05159 seconds and 5 git commands to generate.