summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWootak Jung <wootak.jung@samsung.com>2023-06-08 09:44:21 +0900
committerWootak Jung <wootak.jung@samsung.com>2023-06-08 09:45:10 +0900
commit58befcc1c6c8c8ab5dd9186aca3639b29f07d095 (patch)
treed470b14b43cf95dad5e0ae9d06c1100a5dff4bcf
parentcb678e9924def456b891f785a7a4cb3e696f06b1 (diff)
downloadbluez-58befcc1c6c8c8ab5dd9186aca3639b29f07d095.tar.gz
bluez-58befcc1c6c8c8ab5dd9186aca3639b29f07d095.tar.bz2
bluez-58befcc1c6c8c8ab5dd9186aca3639b29f07d095.zip
Add "Smart Cooktop" to DA modelaccepted/tizen/7.0/unified/20230609.165447
Change-Id: Ib62cbde072f59918b69465837fc605ef844a6629 Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
-rwxr-xr-xprofile.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/profile.h b/profile.h
index 2316af0e..47c16a2f 100755
--- a/profile.h
+++ b/profile.h
@@ -222,7 +222,8 @@ static inline tizen_model_t _get_tizen_model(void)
else if (!strcasecmp(model_name, "Robot Vacuum Cleaner") ||
!strcasecmp(model_name, "Smart Dryer") ||
!strcasecmp(model_name, "Smart Washer") ||
- !strcasecmp(model_name, "DDMS"))
+ !strcasecmp(model_name, "DDMS") ||
+ !strcasecmp(model_name, "Smart Cooktop"))
model = TIZEN_MODEL_DA;
else
model = TIZEN_MODEL_COMMON;