最終更新:2012-11-01 (木) 05:30:28 (4187d)  

input_sync
Top / input_sync

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

input_event

関連