Update of /cvsroot/linuxconsole/ruby/utils
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18775
Modified Files:
evtest.c
Log Message:
Add support for scancode events.
Index: evtest.c
===================================================================
RCS file: /cvsroot/linuxconsole/ruby/utils/evtest.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- evtest.c 19 Oct 2004 07:38:21 -0000 1.21
+++ evtest.c 19 Oct 2004 07:53:31 -0000 1.22
@@ -257,7 +257,8 @@
char *misc[MSC_MAX + 1] = {
[ 0 ... MSC_MAX] = NULL,
[MSC_SERIAL] = "Serial", [MSC_PULSELED] = "Pulseled",
- [MSC_GESTURE] = "Gesture", [MSC_RAW] = "RawData"
+ [MSC_GESTURE] = "Gesture", [MSC_RAW] = "RawData",
+ [MSC_SCAN] = "ScanCode",
};
char *leds[LED_MAX + 1] = {
|