projects
/
platform
/
core
/
system
/
sensord.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c66a21a
)
sensord: modify proxi_change_state enum values
59/54359/1
author
Hongkuk, Son
<hongkuk.son@samsung.com>
Tue, 15 Dec 2015 04:58:07 +0000
(13:58 +0900)
committer
Hongkuk, Son
<hongkuk.son@samsung.com>
Tue, 15 Dec 2015 05:00:11 +0000
(14:00 +0900)
NEAR 1 -> 0
FAR 0 -> 1
(tested on 3.0 reference target TM1)
Signed-off-by: Hongkuk, Son <hongkuk.son@samsung.com>
Change-Id: I258537f0468d83f883e8372e2f0a2f95dc2bc6ae
src/shared/sensor_types.h
patch
|
blob
|
history
diff --git
a/src/shared/sensor_types.h
b/src/shared/sensor_types.h
index f1e37780980c7577bfdaef0af65051123a6d844c..6ac6aefdbcedd6a5814f3879443d2977478d3a6a 100644
(file)
--- a/
src/shared/sensor_types.h
+++ b/
src/shared/sensor_types.h
@@
-120,8
+120,8
@@
enum event_types_t {
};
enum proxi_change_state {
- PROXIMITY_STATE_
FAR
= 0,
- PROXIMITY_STATE_
NEAR
= 1,
+ PROXIMITY_STATE_
NEAR
= 0,
+ PROXIMITY_STATE_
FAR
= 1,
};
enum auto_rotation_state {