Skip to content

Commit 47d799c

Browse files
committed
cros: cros_ec_command: newly added command number conflicted with EC-MCU, corrected to unused command number.
Signed-off-by: yang.wang <yang.wang@deepcomputing.io>
1 parent fb42ffc commit 47d799c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

include/linux/platform_data/cros_ec_commands.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1708,10 +1708,10 @@ struct ec_params_flash_select {
17081708

17091709
/*****************************************************************************/
17101710
/* Get touch board HW version */
1711-
#define EC_CMD_GET_TOUCHPAD_VERSION 0x001A
1711+
#define EC_CMD_GET_TOUCHPAD_VERSION 0x001D
17121712

17131713
/* Get audio board HW version */
1714-
#define EC_CMD_GET_AUDIO_EXP_VERSION 0x001B
1714+
#define EC_CMD_GET_AUDIO_EXP_VERSION 0x001E
17151715

17161716
/*****************************************************************************/
17171717
/* PWM commands */

0 commit comments

Comments
 (0)