From 00608c8b64d34dbfe864dfcec44b8a3fbff2db67 Mon Sep 17 00:00:00 2001 From: Gary Cole Date: Mon, 6 Aug 2018 17:02:25 -0400 Subject: added MTAC Pulse card support for Blue Pillar --- io-module/mts_io.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io-module/mts_io.h') diff --git a/io-module/mts_io.h b/io-module/mts_io.h index 43523ea..780ee18 100644 --- a/io-module/mts_io.h +++ b/io-module/mts_io.h @@ -59,6 +59,7 @@ struct device_attribute mts_dev_name = { \ #define PRODUCT_ID_MTAC_ETH "MTAC-ETH" #define PRODUCT_ID_MTAC_LORA "MTAC-LORA" #define PRODUCT_ID_MTHS "MTHS" +#define PRODUCT_ID_MTAC_PULSE "MTAC-PULSE" /* Hardware version must be fewer characters than hw_version in struct mts_ap_eeprom_layout */ @@ -112,6 +113,7 @@ enum { MTAC_LORA_1_0, MTAC_LORA_1_1, MTAC_LORA_1_5, + MTAC_PULSE_1_0, }; struct gpio_pin { -- cgit v1.2.3