projects
/
platform
/
hal
/
api
/
sensor.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
87f764d
)
Add Lidar HAL sensor type
66/268366/1
author
taemin.yeom
<taemin.yeom@samsung.com>
Fri, 17 Dec 2021 10:25:03 +0000
(19:25 +0900)
committer
Hyotaek Shim
<hyotaek.shim@samsung.com>
Wed, 22 Dec 2021 01:15:38 +0000
(
01:15
+0000)
Change-Id: I41fcb83fbb4a320d4025b3acf328d6278cd36821
Signed-off-by: taemin.yeom <taemin.yeom@samsung.com>
(cherry picked from commit
32d51134f5c50a6b56965ba3a05ecc5212f83ba7
)
include/hal-sensor-types.h
patch
|
blob
|
history
diff --git
a/include/hal-sensor-types.h
b/include/hal-sensor-types.h
index d4ee3fee7805be0a64824aaa9ec8f1fa4f6100b0..2c1949ca127dbc28de205ac83690bb6615950223 100644
(file)
--- a/
include/hal-sensor-types.h
+++ b/
include/hal-sensor-types.h
@@
-153,6
+153,8
@@
typedef enum {
SENSOR_DEVICE_GSR,
SENSOR_DEVICE_SIMSENSE,
SENSOR_DEVICE_PPG,
+
+ SENSOR_DEVICE_LIDAR = 0x8000,
} sensor_device_type;
/*