diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-02 14:45:03 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2010-09-10 09:09:21 +1000 |
commit | c08f7afdbcf16d2ba30b67e27162c5aaa1ed3f61 (patch) | |
tree | 4f0131d6e4af04ba406fb9a1a1e17c326105314e | |
parent | b8d9c5ff0003f15720737949e65e3159c4f4576e (diff) |
xfree86: update comment for xf86DeleteInput
We have a driver hook - it's UnInit.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Tiago Vignatti <tiago.vignatti@nokia.com>
Reviewed-by: Fernando Carrijo <fcarrijo@freedesktop.org>
-rw-r--r-- | 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 4c5a9bcd1..e225caa7a 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) { |