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:
e3ddb19
)
Add new DA model types
20/321620/1
author
Wootak Jung
<wootak.jung@samsung.com>
Tue, 25 Mar 2025 06:05:46 +0000
(15:05 +0900)
committer
Wootak Jung
<wootak.jung@samsung.com>
Wed, 26 Mar 2025 01:23:58 +0000
(10:23 +0900)
- Water Purifier(AI Home)
- Wine Cellar(AI Vision)
Change-Id: Ic891b28baf16cd46d507d4ef56c13a9c586d3c07
Signed-off-by: Wootak Jung <wootak.jung@samsung.com>
profile.h
[changed mode: 0755->0644]
patch
|
blob
|
history
diff --git
a/profile.h
b/profile.h
old mode 100755
(executable)
new mode 100644
(file)
index
273bbbd
..
cc70585
--- a/
profile.h
+++ b/
profile.h
@@
-258,7
+258,9
@@
static inline tizen_device_t get_tizen_device_type(void)
!strcasecmp(device_type, "Range") ||
!strncasecmp(device_type, "Refrigerator", 12) ||
!strcasecmp(device_type, "Appliance") ||
- !strcasecmp(device_type, "Oven"))
+ !strcasecmp(device_type, "Oven") ||
+ !strcasecmp(device_type, "Water Purifier(AI Home)") ||
+ !strcasecmp(device_type, "Wine Cellar(AI Vision)"))
device = TIZEN_DEVICE_DA;
else
device = TIZEN_DEVICE_COMMON;