wacom tablet: activate event handlers.
authorGerd Hoffmann <kraxel@redhat.com>
Fri, 8 Oct 2010 10:30:14 +0000 (12:30 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Wed, 20 Oct 2010 17:10:59 +0000 (12:10 -0500)
commit3aa340c33a9693b822ad36a58ef0a9568aaeb7b2
treee914e92f51b5607b4c1cff3a54cbaf38105b8d1d
parentf6293cdc324f9c380f268e368bb899e96ef87a92
wacom tablet: activate event handlers.

Add qemu_activate_mouse_event_handler() calls to the usb wavom tablet so
it actually receives events.  Also make sure we only remove the handler
if we registered it before.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
hw/usb-wacom.c