diff options
Diffstat (limited to 'x11-drivers/synaptics/files/patch-eventcomm.c')
-rw-r--r-- | x11-drivers/synaptics/files/patch-eventcomm.c | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/x11-drivers/synaptics/files/patch-eventcomm.c b/x11-drivers/synaptics/files/patch-eventcomm.c new file mode 100644 index 00000000000..0fbcfefe6d2 --- /dev/null +++ b/x11-drivers/synaptics/files/patch-eventcomm.c @@ -0,0 +1,20 @@ +--- eventcomm.c.orig Mon Aug 8 04:44:04 2005 ++++ eventcomm.c Sat Mar 18 18:54:22 2006 +@@ -55,6 +55,7 @@ + static Bool + event_query_is_touchpad(int fd) + { ++#if 0 + int ret; + unsigned long evbits[NBITS(KEY_MAX)]; + +@@ -83,6 +84,9 @@ + return FALSE; + + return TRUE; ++#else ++ return FALSE; ++#endif + } + + static Bool |