diff --git a/xorg/xf86-input-void/input-hotplug.patch b/xorg/xf86-input-void/input-hotplug.patch deleted file mode 100644 index de0f6a0a0..000000000 --- a/xorg/xf86-input-void/input-hotplug.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Alan Coopersmith -Date: Wed, 29 Aug 2007 00:41:08 +0000 (-0700) -Subject: Don't fill in motion_history_proc for new input ABI -X-Git-Url: http://gitweb.freedesktop.org/?p=xorg/driver/xf86-input-void.git;a=commitdiff;h=b5dc10b2ce19fb99c76b6e79dd364d366e4678f8 - -Don't fill in motion_history_proc for new input ABI ---- - ---- a/src/void.c -+++ b/src/void.c -@@ -283,8 +283,10 @@ xf86VoidInit(InputDriverPtr drv, - pInfo->flags = XI86_KEYBOARD_CAPABLE | XI86_POINTER_CAPABLE | XI86_SEND_DRAG_EVENTS; - pInfo->device_control = xf86VoidControlProc; - pInfo->read_input = NULL; -+#if GET_ABI_MAJOR(ABI_XINPUT_VERSION) == 0 - pInfo->motion_history_proc = xf86GetMotionEvents; - pInfo->history_size = 0; -+#endif - pInfo->control_proc = NULL; - pInfo->close_proc = NULL; - pInfo->switch_mode = NULL; diff --git a/xorg/xf86-input-void/xf86-input-void.desc b/xorg/xf86-input-void/xf86-input-void.desc index 136f0a178..88cd59b42 100644 --- a/xorg/xf86-input-void/xf86-input-void.desc +++ b/xorg/xf86-input-void/xf86-input-void.desc @@ -26,9 +26,9 @@ [L] OpenSource [S] Stable -[V] 1.1.0 +[V] 1.1.1 [P] X -----5---9 112.600 [O] . package/*/*/modular-x-conf.in -[D] 2354043232 xf86-input-void-1.1.0.tar.bz2 http://xorg.freedesktop.org/releases/individual/driver/ +[D] 3455379048 xf86-input-void-1.1.1.tar.bz2 http://xorg.freedesktop.org/releases/individual/driver/