diff options
Diffstat (limited to 'x11-drivers/xf86-input-wacom/files/0.10.3-protocol-4.patch')
-rw-r--r-- | x11-drivers/xf86-input-wacom/files/0.10.3-protocol-4.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/x11-drivers/xf86-input-wacom/files/0.10.3-protocol-4.patch b/x11-drivers/xf86-input-wacom/files/0.10.3-protocol-4.patch deleted file mode 100644 index 1559a44e11a3..000000000000 --- a/x11-drivers/xf86-input-wacom/files/0.10.3-protocol-4.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/src/wcmUSB.c b/src/wcmUSB.c -index 7d72473..954af06 100644 ---- a/src/wcmUSB.c -+++ b/src/wcmUSB.c -@@ -888,7 +888,7 @@ static void usbParseEvent(LocalDevicePtr local, - } - - /* ignore events without information */ -- if (common->wcmEventCnt <= 2) -+ if ((common->wcmEventCnt <= 2) && common->wcmLastToolSerial) - { - DBG(3, common, "%s: dropping empty event" - " for serial %d\n", local->name, common->wcmLastToolSerial); |