最終更新:2016-03-08 (火) 16:05:26 (2963d)  

input_mt_sync
Top / input_mt_sync

Linux/マルチタッチ/type Aで使う関数。

static inline void input_mt_sync(struct input_dev *dev)
{
	input_event(dev, EV_SYN, SYN_MT_REPORT, 0);
}

使ってるドライバ

Linux 3.17

  • drivers/hid/hid-ntrig.c?
  • drivers/input/touchscreen/st1232.c?
  • drivers/input/touchscreen/usbtouchscreen.c?
  • drivers/input/touchscreen/auo-pixcir-ts.c?
  • drivers/input/touchscreen/bu21013_ts.c?

LXR

Linux/マルチタッチ/type B

input_event

関連