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:
e9ce355
)
Add new DA model names
56/296856/1
accepted/tizen/unified/20230808.074045
author
Wootak Jung
<wootak.jung@samsung.com>
Mon, 7 Aug 2023 00:24:11 +0000
(09:24 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Mon, 7 Aug 2023 00:24:11 +0000
(09:24 +0900)
Change-Id: I411e8ef51a3dafd0cc583ff8da2c6111dbbf99a0
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profile.h
patch
|
blob
|
history
diff --git
a/profile.h
b/profile.h
index
47c16a2
..
a0a545d
100755
(executable)
--- a/
profile.h
+++ b/
profile.h
@@
-223,7
+223,10
@@
static inline tizen_model_t _get_tizen_model(void)
!strcasecmp(model_name, "Smart Dryer") ||
!strcasecmp(model_name, "Smart Washer") ||
!strcasecmp(model_name, "DDMS") ||
- !strcasecmp(model_name, "Smart Cooktop"))
+ !strcasecmp(model_name, "Smart Cooktop") ||
+ !strcasecmp(model_name, "Smart Range") ||
+ !strcasecmp(model_name, "Refrigerator") ||
+ !strcasecmp(model_name, "Echo Heating System Controller"))
model = TIZEN_MODEL_DA;
else
model = TIZEN_MODEL_COMMON;