projects
/
platform
/
upstream
/
bluez.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a8c641
)
Add new DA model names
92/312092/1
author
Wootak Jung
<wootak.jung@samsung.com>
Tue, 4 Jun 2024 07:15:21 +0000
(16:15 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Tue, 4 Jun 2024 07:19:51 +0000
(16:19 +0900)
AI Home Smart EHS
Smart Oven
Smart AC
AI Vision Refrigerator
Change-Id: Iddcee26408bf55ac9eba816475ce82046c2ae95c
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profile.h
patch
|
blob
|
history
diff --git
a/profile.h
b/profile.h
index f871db5159314f39deae780ffb7d701d1be391ba..f0b5df90881bc5e012f3e1830d87eb81bbc1697a 100755
(executable)
--- a/
profile.h
+++ b/
profile.h
@@
-230,7
+230,10
@@
static inline tizen_model_t _get_tizen_model(void)
!strcasecmp(model_name, "Bespoke Washer") ||
!strcasecmp(model_name, "Bespoke Dryer") ||
!strcasecmp(model_name, "Appliance Emulator") ||
- !strcasecmp(model_name, "AI Hub Smart EHS"))
+ !strcasecmp(model_name, "AI Home Smart EHS") ||
+ !strcasecmp(model_name, "Smart Oven") ||
+ !strcasecmp(model_name, "Smart AC") ||
+ !strcasecmp(model_name, "AI Vision Refrigerator"))
model = TIZEN_MODEL_DA;
else
model = TIZEN_MODEL_COMMON;