Detach driver from the Input Events framework
#include <input/mtouch_driver.h>
void mtouch_driver_detach(struct mtouch_device *device)
This function disconnects the specified driver from the Input Events framework. Any memory allocated by the framework to support this driver will be freed. This function must be called in addition to any device cleanup.
Nothing.