Hi All, Attached is a patch which fixes not closing the mt device when removing all devices. When we call evdev_remove_devices we loop all input_devices and remove them, however is existing code if the device is a multi-touch device then mtdev_close_delete was never called. The attached patch fixes that. Cheers, devilhorns