[PATCH 12/19] xfree86: update comment for xf86DeleteInput
Peter Hutterer
peter.hutterer at who-t.net
Sun Sep 5 19:52:48 PDT 2010
We have a driver hook - it's UnInit.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
hw/xfree86/common/xf86Xinput.c | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c
index e0211d9..39ea883 100644
--- a/hw/xfree86/common/xf86Xinput.c
+++ b/hw/xfree86/common/xf86Xinput.c
@@ -679,10 +679,8 @@ xf86AddInput(InputDriverPtr drv, InputInfoPtr pInfo)
}
/*
- * Remove an entry from xf86InputDevs. Ideally it should free all allocated
- * data. To do this properly may require a driver hook.
+ * Remove an entry from xf86InputDevs and free all the device's information.
*/
-
void
xf86DeleteInput(InputInfoPtr pInp, int flags)
{
--
1.7.2.2
More information about the xorg-devel
mailing list