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:
cb678e9
)
Add "Smart Cooktop" to DA model
04/293904/1
accepted/tizen/7.0/unified/20230609.165447
author
Wootak Jung
<wootak.jung@samsung.com>
Thu, 8 Jun 2023 00:44:21 +0000
(09:44 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Thu, 8 Jun 2023 00:45:10 +0000
(09:45 +0900)
Change-Id: Ib62cbde072f59918b69465837fc605ef844a6629
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profile.h
patch
|
blob
|
history
diff --git
a/profile.h
b/profile.h
index 2316af0ed5af1db1e3cbc652c80f75cba38e8265..47c16a2fa429066cb4c59a2dad4d699ff106c55e 100755
(executable)
--- 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;