[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>
Showing
- drivers/misc/ibmasm/ibmasm.h 24 additions, 41 deletionsdrivers/misc/ibmasm/ibmasm.h
- drivers/misc/ibmasm/ibmasmfs.c 0 additions, 89 deletionsdrivers/misc/ibmasm/ibmasmfs.c
- drivers/misc/ibmasm/lowlevel.c 11 additions, 7 deletionsdrivers/misc/ibmasm/lowlevel.c
- drivers/misc/ibmasm/module.c 40 additions, 29 deletionsdrivers/misc/ibmasm/module.c
- drivers/misc/ibmasm/remote.c 212 additions, 92 deletionsdrivers/misc/ibmasm/remote.c
- drivers/misc/ibmasm/remote.h 162 additions, 11 deletionsdrivers/misc/ibmasm/remote.h
Loading
Please register or sign in to comment