Exemple #1
0
/* remove function is triggered when the input device is removed from input sub-system */
static int touch_driver_remove(struct i2c_client *client)
{
    printk("*** %s ***\n", __func__);

    return MsDrvInterfaceTouchDeviceRemove(client);
}
/* remove function is triggered when the input device is removed from input sub-system */
static int touch_driver_remove(struct i2c_client *client)
{
	DBG("*** %s ***\n", __FUNCTION__);

	return MsDrvInterfaceTouchDeviceRemove(client);
}