summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2020-09-07Coverity Fixtizen_6.0.m2_releasesubmit/tizen_6.0_hotfix/20201103.114801submit/tizen_6.0_hotfix/20201102.192501submit/tizen_6.0/20201109.030411submit/tizen_6.0/20201029.205101submit/tizen/20201104.011652submit/tizen/20201103.015640submit/tizen/20200908.010406submit/tizen/20200907.113616accepted/tizen/unified/20201106.130211accepted/tizen/unified/20200908.060821accepted/tizen/6.0/unified/hotfix/20201103.051025accepted/tizen/6.0/unified/20201110.230802accepted/tizen/6.0/unified/20201030.123236tizen_6.0_hotfixtizen_6.0accepted/tizen_6.0_unified_hotfixaccepted/tizen_6.0_unifiedlokilee731-8/+8
Change-Id: I13bb25754be97154bd3db878b2b08cd5860eac59 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2020-06-25Fix dbus_get_battery_info for info.temperature / 10submit/tizen/20200626.071257accepted/tizen/unified/20200626.133402lokilee731-1/+1
(Before) device_battery_get_property(DEVICE_BATTERY_PROPERTY_TEMPERATURE=286 device_thermal_get_temperature(DEVICE_THERMAL_BATTERY=28 (After) device_battery_get_property(DEVICE_BATTERY_PROPERTY_TEMPERATURE=28 device_thermal_get_temperature(DEVICE_THERMAL_BATTERY=28 Change-Id: Ia5afcd778a2bf0c1621376db6b7d4e787474379b Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2020-03-17Remove unused usb_client hal featuresubmit/tizen/20200317.013434accepted/tizen/unified/20200317.063518INSUN PYO1-37/+6
Change-Id: I45c4e47f73383e6aa3b8fa09455d880d172260a7
2020-02-24Sync emulator's usb gadget to libdevice-node.submit/tizen/20200224.040325accepted/tizen/unified/20200224.081536INSUN PYO1-55/+2
The usb gadget hal on all targets has been moved to libdevice-node. Only emulator hal did not sync, I sync it. Change-Id: I784379f9666bf82fbebb862d728e6ce80e6891ff
2020-02-03Fix build error.submit/tizen/20200205.015830submit/tizen/20200205.015759submit/tizen/20200131.025416accepted/tizen/unified/20200205.125252INSUN PYO1-0/+4
A macro ARRAY_SIZE is defined in libdevice-node, and libdevice-node removes it." Change-Id: Id763d7f4008a0ce774f2ba263c8ba8817731e735
2019-12-30Remove 'stringop-truncation' warning for GCC-9submit/tizen/20200107.064832submit/tizen/20200107.014443accepted/tizen/unified/20200108.131618Youngjae Cho2-3/+4
Change-Id: I5f5d364ec1245300705be1364291121511aa81cd Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-10-30Delete display_get_statesubmit/tizen/20191118.061624accepted/tizen/unified/20191118.122826Youngjae Cho1-31/+0
Use dpms_get_state() instead of HAL display_get_state Change-Id: Ie2b8891cd408b64bf363fdccc3f44aef69fe6a06 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-09-24Add float typecasting to prevent the loss of fractional part in divisiontizen_5.5.m2_releasesubmit/tizen_5.5_mobile_hotfix/20201026.185101submit/tizen_5.5/20191031.000001submit/tizen/20190924.060448accepted/tizen/unified/20190925.033612accepted/tizen/5.5/unified/mobile/hotfix/20201027.081255accepted/tizen/5.5/unified/20191031.014549tizen_5.5_mobile_hotfixaccepted/tizen_5.5_unified_mobile_hotfixYoungjae Cho1-2/+2
Change-Id: I596e67df50c253591bc8365e60623b31ca4c51d1 Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-09-18Add support for voltage_now, voltage_average, temperature informationsubmit/tizen/20190918.071926accepted/tizen/unified/20190919.065346Youngjae Cho1-0/+10
Change-Id: I3a623dd4919354da3ea4fb0a0a023e773aaddeaf Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
2019-07-15Add display_get_state to get lcd statesubmit/tizen/20190716.052128accepted/tizen/unified/20190716.111215lokilee731-0/+31
Change-Id: I105931b402d864fff36050640a20fa86076591ab Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2019-01-29Remove unused plugin about cpu, process, memory and vibratorsubmit/tizen/20190208.083757submit/tizen/20190131.080207submit/tizen/20190131.040325accepted/tizen/unified/20190211.060150accepted/tizen/unified/20190201.061334lokilee731-22/+0
OAL(OEM Adaptation Layer) in libdevice-node is removed, because HAL was implemented. So, OAL in emulator has to be removed as well. Change-Id: I6a4715a2c508ebf198de3a780cc9c03b2c620cd1 Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-06-28Move shared files to hwcommon packagesubmit/tizen_5.0/20181101.000001submit/tizen/20180710.030326accepted/tizen/unified/20180712.092546accepted/tizen/5.0/unified/20181102.012225tizen_5.0accepted/tizen_5.0_unifiedPaweł Szewczyk11-181/+9
Change-Id: I448ad19aa235603b3b3eb3a027cc022f3ea12d98 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2018-06-28usb_gadget: Change name of double-defined functionsPaweł Szewczyk1-8/+8
Some functions were defined in hwcommon library with the same names as those in this implementation. Changing their names fixes this problem. Change-Id: I6425076d52d6ad11d3a6eeb9ac66b863f313cd04 Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
2017-06-22battery : read fails /sys/class/power_supply/battery/capacity at the first ↵tizen_4.0.m2_releasetizen_4.0.IoT.p2_releasetizen_4.0.IoT.p1_releasesubmit/tizen_4.0/20170828.110001submit/tizen_4.0/20170811.094300submit/tizen/20170623.065932accepted/tizen/unified/20170626.011735accepted/tizen/4.0/unified/20170828.224128accepted/tizen/4.0/unified/20170816.012212tizen_4.0accepted/tizen_4.0_unifiedINSUN PYO1-0/+12
access time. When the TW emulator first accesses /sys/class/power_supply/battery/capacity, it sometimes returns an empty string. So, lowbat_monitor() is called with 0 parameter. "0" means that battery level is 0. When deviced detects battery level 0, it creates a 30 second power off timer. So the emulator automatically powers off intermittently after 35 seconds. If an empty string is returned, we modify it to read /sys/clas/power_supply/battery/capacity again. Signed-off-by: INSUN PYO <insun.pyo@samsung.com> Change-Id: Ieefd950fe175ef138814624f6a3957ac7432cc74
2017-01-20package: update version (0.0.21)tizen_4.0.m1_releasesubmit/tizen_unified/20170308.100403submit/tizen/20170120.041645accepted/tizen/wearable/20170120.121549accepted/tizen/unified/20170309.031118accepted/tizen/tv/20170120.121532accepted/tizen/mobile/20170120.121517accepted/tizen/ivi/20170120.121608accepted/tizen/common/20170123.181752accepted/tizen_wearableaccepted/tizen_tvaccepted/tizen_mobileaccepted/tizen_iviaccepted/tizen_commonJinhyung Choi1-1/+1
Change-Id: Ie07c8180d62ce1d494c05f1a99fc8bf18bd00af1 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2017-01-18display: change readdir_r to readdirJinhyung Choi1-3/+2
Change-Id: Ic13966485605a76019b274cc06ec654f9af8d8b6 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-09-23Add USB config HAL implementation for slp-gadgettaeyoung3-0/+132
This implementation of USB config HAL allows to apply abstract gadget description received from USB gadget HAL to USB gadget subsystem in Kernel via slp-gadget sysfs interface. Change-Id: I20821cf04b6a07d79b74dae257c175b70ce854ea Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2016-09-23Add USB gadget HAL implementationtaeyoung3-0/+102
USB gadget HAL is an abstraction layer which translates set of functions into full USB gadget description specific for this particular device. Change-Id: I7b3faca4e116de28e053d96a6eb6d1e280a36edd Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
2016-08-04display: return raw brightness valuetaeyoung1-10/+10
- The brightness value from driver is returned to device daemon. device daemon will calculate it for users Change-Id: I376df8af520676a3dffcd8ec5543a1cac8df46f6 Signed-off-by: taeyoung <ty317.kim@samsung.com>
2016-06-16package: update version (0.0.20)submit/tizen_3.0_wearable/20161015.000001submit/tizen_3.0_tv/20161015.000001submit/tizen_3.0_mobile/20161015.000001submit/tizen_3.0_ivi/20161010.000001submit/tizen_3.0_common/20161104.104000submit/tizen_3.0.m2/20170104.093748submit/tizen/20160616.062740accepted/tizen/wearable/20160617.081702accepted/tizen/tv/20160617.081622accepted/tizen/mobile/20160617.081442accepted/tizen/ivi/20160617.081855accepted/tizen/common/20160616.151928accepted/tizen/3.0/wearable/20161015.081912accepted/tizen/3.0/tv/20161016.004010accepted/tizen/3.0/mobile/20161015.032853accepted/tizen/3.0/ivi/20161011.043819accepted/tizen/3.0/common/20161114.105032accepted/tizen/3.0.m2/wearable/20170104.100943accepted/tizen/3.0.m2/tv/20170104.100405accepted/tizen/3.0.m2/mobile/20170104.100212tizen_3.0_tvtizen_3.0.m2accepted/tizen_3.0.m2_wearableaccepted/tizen_3.0.m2_tvaccepted/tizen_3.0.m2_mobileJinhyung Choi1-1/+1
Change-Id: I4692a61f107632c32b8fae3ef94755d6f167abde Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-06-16battery: battery HAL is addedTaeyoung Kim3-0/+292
- Battery HAL is used for kernels which do not use standard interfaces of Mainline kernel. Signed-off-by: taeyoung <ty317.kim@samsung.com> Change-Id: Iff96a1eca7ad4f3bb03176346eebf79baf666142
2016-05-26external connection: add HAL for external connectionsubmit/tizen/20160527.033611accepted/tizen/wearable/20160527.052035accepted/tizen/tv/20160527.052129accepted/tizen/mobile/20160527.051808accepted/tizen/ivi/20160527.052259accepted/tizen/common/20160527.152801Taeyoung Kim6-0/+338
- HAL is added for external connection such as usb cable ans earjack. The HAL handles the signal from emuld. Change-Id: I27624450dcd4ab40c34a473675615fd76d11c13c Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
2016-03-23package: update version (0.0.18)submit/tizen/20160406.023010submit/tizen/20160324.012549accepted/tizen/wearable/20160406.072652accepted/tizen/tv/20160406.072627accepted/tizen/mobile/20160406.072603accepted/tizen/ivi/20160406.072718accepted/tizen/common/20160406.144302Jinhyung Choi1-1/+1
Change-Id: I1d018c0188a91d843c7de2d30ac13aeb74bef5ed Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-03-23source: fix readdir_r bugJinhyung Choi1-2/+2
Change-Id: I57bedffa51aa353c88c6e960dcd1a219fa903d30 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-03-23package: update version (0.0.18)submit/tizen/20160323.092516accepted/tizen/wearable/20160323.135518accepted/tizen/tv/20160323.135804accepted/tizen/mobile/20160323.135525accepted/tizen/ivi/20160323.141304accepted/tizen/common/20160323.185328Jinhyung Choi1-1/+1
Change-Id: I04d23e69537c452d8bf1e37c097ce475b71d794f Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-03-23source: remove unused fileJinhyung Choi1-1086/+0
Change-Id: Ice7cd2cda2110938a67f8a32728319239ac73382 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-03-23source: add integer casting for floating point resultJinhyung Choi1-2/+2
Change-Id: Iea5db57949dfabe0ed0afee2901f434796231b78 Signed-off-by: Jinhyung Choi <jinh0.choi@samsung.com>
2016-03-18package: update version (0.0.17)submit/tizen/20160321.050418accepted/tizen/wearable/20160321.113630accepted/tizen/tv/20160321.113611accepted/tizen/mobile/20160321.113551accepted/tizen/ivi/20160321.113647accepted/tizen/common/20160321.150457ChulHo Song1-1/+1
Change-Id: I610cfa23be8f65095e4cef250ae57f90b7175cfd Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2016-03-18source: readdir -> readdir_rChulHo Song2-4/+6
Change-Id: I68684b6453d7f67f13b4b4deb427546be933b5d3 Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2016-03-15HAL: add display HAL for emulatorsubmit/tizen/20160316.061038accepted/tizen/wearable/20160316.081733accepted/tizen/tv/20160316.081716accepted/tizen/mobile/20160316.081701accepted/tizen/ivi/20160316.081751accepted/tizen/common/20160316.160541Taeyoung Kim7-0/+530
- HAL for emulator is added. Currently just display HAL is available. Change-Id: Ib683cb26c45f26b803f78850ee643e64e63f0c56 Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
2016-01-04fix some defectssubmit/tizen_ivi/20160217.000001submit/tizen_ivi/20160217.000000submit/tizen_common/20160218.142243submit/tizen/20160104.090452accepted/tizen/wearable/20160104.225059accepted/tizen/tv/20160104.225037accepted/tizen/mobile/20160104.225021accepted/tizen/ivi/20160218.022823ChulHo Song1-2/+2
Change-Id: I7439b61a60a6e3d5eecf0c7524c7e8ef62792986 Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2015-11-05build: add a "-Wall" optionChulHo Song1-1/+1
Change-Id: I875c32cfdebe544e69a8dd0edadc13207ae7958c Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2015-11-04build: add a "-Werror" option and fix build errorsubmit/tizen_common/20151229.154718submit/tizen_common/20151229.144031submit/tizen_common/20151229.142028submit/tizen/20151105.051633accepted/tizen/wearable/20151105.084117accepted/tizen/tv/20151105.084107accepted/tizen/mobile/20151105.084045ChulHo Song4-26/+98
Change-Id: Idffa8e5e7588ad5788ff17a93a9c27513b82539d Signed-off-by: ChulHo Song <ch81.song@samsung.com>
2015-05-28debug: fixed installed pathtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_tv/20150528.104147submit/tizen/20150528.070020accepted/tizen/wearable/20150528.113827accepted/tizen/tv/20150528.113820accepted/tizen/mobile/20150528.113842accepted/tizen/common/20150528.081232tizen_3.0.m1_tvtizen_3.0.m1_mobiletizen_3.0.2015.q2_commonJinhyung Choi1-1/+1
Change-Id: Id7d3aa64306bbd5e3c9eb4e407a2a91b58956853 Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com>
2015-05-22package: changes package name same as repository namesubmit/tizen/20150527.025720Jinhyung Choi11-49/+1050
Signed-off-by: Jinhyung Choi <jinhyung2.choi@samsung.com> Conflicts: AUTHORS CMakeLists.txt debian/control debian/rules src/device_manager_io.c Change-Id: I21cbc54c9a2f9bcff162e64cfb7e7ce9ae782ab4
2013-11-11fixed the bug of spec filearchives/tizen_20150513jihye kim1-4/+4
- modify Group and License - modify Summary Change-Id: I345f41cc767c097f56c6eb98a8fb11d4ab599943 Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
2013-11-11added license file into rpm packagejihye kim2-2/+6
Change-Id: I34b397dc4416f02a2b50a917b6122b423f786c2b Signed-off-by: jihye kim <jihye1128.kim@samsung.com>
2013-09-26Merge branch 'sdk-develop' into tizenYeongkyoon Lee15-0/+1860
2013-09-11Initial empty repositoryHEADmasterSehong Na0-0/+0
2013-04-30change license (Floar -> Apache 2)jihye6-251/+263
Change-Id: Ice8f67925ab0d70359d9c3cd81588151ab32cda0
2013-04-29update flora license (1.0 -> 1.1)jihye5-18/+18
Change-Id: I66e149bc8cfcbee5e27d3cd00e7c8193f5018066
2013-04-26remove redundant header to avoid runtime mismatch (sync with exynos)jihye2-167/+2
Change-Id: I55454789e7fc105daa31e25e4c6f6388d427ffe9
2013-04-18update flora license filejihye1128.kim1-1/+1
2013-04-18modify flora license filejihye1128.kim1-48/+179
2013-04-18Merge branch 'master' into tizen_2.1jihye1128.kim8-124/+281
Conflicts: include/devman_define_node_path.h include/devman_plugin_intf.h packaging/device-manager-plugin-maru.spec src/device_manager_io.c src/device_manager_plugin_maru.c
2013-03-16merge with masterJinkun Jang7-74/+58
2013-03-13Tizen 2.1 baseJinkun Jang16-0/+1741
2013-02-28add api (sync with exynos)jihye kim6-64/+206
2013-01-31Fixed build on x86_64.Junfeng Dong2-4/+3
Change-Id: Ieb8f3d0f771428ac9117fc9611ed390a485776b6
2013-01-23update LICENSE filesjihye kim2-1/+3