mtouch_driver_detach()

Updated: April 19, 2023

Detach driver from the Input Events framework

Synopsis:

#include <input/mtouch_driver.h>
void mtouch_driver_detach(struct mtouch_device *device)

Arguments:

device
Handle to the touch device.

Library:

libinputevents

Description:

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.

Returns:

Nothing.