summaryrefslogtreecommitdiff
path: root/include/ec_commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ec_commands.h')
-rw-r--r--include/ec_commands.h23
1 files changed, 1 insertions, 22 deletions
diff --git a/include/ec_commands.h b/include/ec_commands.h
index f89a3ca77d..8b50508bad 100644
--- a/include/ec_commands.h
+++ b/include/ec_commands.h
@@ -2597,7 +2597,7 @@ struct ec_params_motion_sense {
*/
struct __ec_todo_unpacked {
uint8_t sensor_num;
- } info, info_3, data, fifo_flush, list_activities;
+ } info, data, fifo_flush, list_activities;
/*
* Used for MOTIONSENSE_CMD_PERFORM_CALIB:
@@ -2771,27 +2771,6 @@ struct ec_response_motion_sense {
uint8_t chip;
} info;
- /* Used for MOTIONSENSE_CMD_INFO version 3 */
- struct __ec_todo_unpacked {
- /* Should be element of enum motionsensor_type. */
- uint8_t type;
-
- /* Should be element of enum motionsensor_location. */
- uint8_t location;
-
- /* Should be element of enum motionsensor_chip. */
- uint8_t chip;
-
- /* Minimum sensor sampling frequency */
- uint32_t min_frequency;
-
- /* Maximum sensor sampling frequency */
- uint32_t max_frequency;
-
- /* Max number of sensor events that could be in fifo */
- uint32_t fifo_max_event_count;
- } info_3;
-
/* Used for MOTIONSENSE_CMD_DATA */
struct ec_response_motion_sensor_data data;