enable multi-touch and pen mode by default on boot

This commit is contained in:
Jake Day 2017-11-07 20:27:14 -05:00
parent 78f1e818cf
commit 735a147e8e

View file

@ -138,7 +138,7 @@ int ipts_start(ipts_info_t *ipts)
ipts->num_of_parallel_data_buffers = TOUCH_SENSOR_MAX_DATA_BUFFERS;
#ifdef ENABLE_IPTS_DEBUG
ipts->sensor_mode = TOUCH_SENSOR_MODE_HID; /* start with HID */
ipts->sensor_mode = TOUCH_SENSOR_MODE_RAW_DATA; /* start with RAW_DATA */
#endif
ret = ipts_handle_cmd(ipts, TOUCH_SENSOR_NOTIFY_DEV_READY_CMD, NULL, 0);