#define LITEST_DIRECT bit(30)
#define LITEST_TOTEM bit(31)
#define LITEST_FORCED_PROXOUT bit(32)
+#define LITEST_PRECALIBRATED bit(33)
/* this is a semi-mt device, so we keep track of the touches that the tests
* send and modify them so that the first touch is always slot 0 and sends
litest_add(tablet_pressure_distance_exclusive, LITEST_TABLET | LITEST_DISTANCE, LITEST_ANY);
/* The totem doesn't need calibration */
- litest_add(tablet_calibration_has_matrix, LITEST_TABLET, LITEST_TOTEM);
- litest_add(tablet_calibration_set_matrix, LITEST_TABLET, LITEST_TOTEM);
- litest_add(tablet_calibration_set_matrix_delta, LITEST_TABLET, LITEST_TOTEM);
+ litest_add(tablet_calibration_has_matrix, LITEST_TABLET, LITEST_TOTEM|LITEST_PRECALIBRATED);
+ litest_add(tablet_calibration_set_matrix, LITEST_TABLET, LITEST_TOTEM|LITEST_PRECALIBRATED);
+ litest_add(tablet_calibration_set_matrix_delta, LITEST_TABLET, LITEST_TOTEM|LITEST_PRECALIBRATED);
litest_add(tablet_pressure_min_max, LITEST_TABLET, LITEST_ANY);
litest_add_for_device(tablet_pressure_range, LITEST_WACOM_INTUOS);
litest_add(relative_no_delta_prox_in, LITEST_TABLET, LITEST_ANY);
litest_add(relative_delta, LITEST_TABLET, LITEST_ANY);
litest_add(relative_no_delta_on_tip, LITEST_TABLET|LITEST_HOVER, LITEST_ANY);
- litest_add(relative_calibration, LITEST_TABLET, LITEST_ANY);
+ litest_add(relative_calibration, LITEST_TABLET, LITEST_PRECALIBRATED);
litest_add(touch_arbitration, LITEST_TABLET, LITEST_ANY);
litest_add(touch_arbitration_stop_touch, LITEST_TABLET, LITEST_ANY);