On 03/27/2012 07:56 PM, Christopher Michael wrote:
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_
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 patc