summaryrefslogtreecommitdiff
path: root/devices
AgeCommit message (Collapse)AuthorFilesLines
2016-03-17Remove thread unsafety function usage.submit/tizen/20160318.062127accepted/tizen/wearable/20160318.113816accepted/tizen/tv/20160318.113833accepted/tizen/mobile/20160318.113742accepted/tizen/ivi/20160318.113930accepted/tizen/common/20160318.145924pr.jung1-1/+1
Change-Id: I8d086de719e6942737864eb56e9a054da4a2457d Signed-off-by: pr.jung <pr.jung@samsung.com>
2015-07-01display: remove codes related with vconf keys which are not usedtizen_3.0.m2.a1_tv_releasetizen_3.0.m2.a1_mobile_releasetizen_3.0.m1_tv_releasetizen_3.0.m1_mobile_releasesubmit/tizen_common/20151026.085049submit/tizen_common/20151023.083358submit/tizen_common/20151019.135620submit/tizen_common/20151015.190624submit/tizen/20150701.112052submit/tizen/20150630.051205accepted/tizen/wearable/20150701.123105accepted/tizen/tv/20150701.121613accepted/tizen/mobile/20150701.121247tizen_3.0.m1_tvtizen_3.0.m1_mobileTaeyoung Kim1-14/+0
- The keys are related with display brightness according to the power. But the keys are removed from the vconf list. Thus the codes related with the vconf keys are also removed Change-Id: I8d53a38e7e9eddec3328c75d65f5696989749a2e Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
2015-01-15device-node: Fix build under 64-bit architecturetizen_3.0_ivi_releasesubmit/tizen_ivi/20150116.111111submit/tizen/20150115.095403accepted/tizen/wearable/20150116.010358accepted/tizen/tv/20150116.010705accepted/tizen/mobile/20150116.011319accepted/tizen/ivi/20150116.082010accepted/tizen/common/20150115.180507tizen_3.0_ivitizen_3.0.2015.q1_commontizen_3.0.2014.q4_commonJiyoung Yun1-0/+4
A problem of int to pointer cast was raising an error when building for 64 bits archs. Change-Id: I5e9aa7b850370440c11e1c5ee3e58c381a1d71fc Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2015-01-13device-node: Add null check operation of interface functionJiyoung Yun8-67/+67
If there is no interface for something to do, it will return -ENOTSUP error instead of segfault. Bug-Tizen: TC-1932 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com> Change-Id: If9dfdaecf53c88e14879dc66986e12cdcd1c2355
2014-11-07device-node: Add get_max_brightness and set_irled functionssubmit/tizen/20141112.104554jy910.yun2-0/+4
Support to get the max brightness value of display Support to set command to irled Change-Id: I789e608a56371acc973fff2038eb4efa8ff5cbd1 Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2014-11-07device-node: Replace system() with the combination of fork/execjy910.yun1-4/+79
As per man page, it cautions against using system() in a program. It can make a problem like a ruin of system intergrity by strange values for some environment variables. Change-Id: I5d77931c3fbb5fd1851219aaf8e8578d8ed9d255 Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2014-11-06device-node: Rename the logging macrosjy910.yun1-4/+4
Change DEVERR/DEVLOG macros to _E/_D macros Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: Idd4593e6b271addfb2f0ee8a091223b0267161cf
2014-01-20add hardkey backlight OAL functionstizen_3.0.m14.3_ivi_releasetizen_3.0.m14.2_ivi_releasetizen_3.0.2014.q3_common_releasesubmit/tizen_mobile/20141120.000000submit/tizen_ivi_release/20140315.005117submit/tizen/20140313.024924submit/tizen/20140303.000000accepted/tizen/mobile/20140702.063336accepted/tizen/mobile/20140303.022917accepted/tizen/ivi/release/20140315.004849accepted/tizen/ivi/panda/20140318.013829accepted/tizen/ivi/20140313.165708accepted/tizen/ivi/20140303.181336accepted/tizen/generic/20140313.075157accepted/tizen/generic/20140303.073251tizen_ivi_releasetizen_3.0.m14.3_ivitizen_3.0.m14.2_ivitizen_3.0.2014.q3_commonaccepted/tizen_ivi_releaseaccepted/tizen_ivi_pandaaccepted/tizen_genericaccepted/tizen_3.0.m14.3_iviaccepted/tizen_3.0.2014.q3_commonjy910.yun1-0/+4
- 'OEM_sys_get/set_hardkey_backlight' Change-Id: I153ddfe42132c5e3e3baf45fb44bcaa61fbc49cf Signed-off-by: jy910.yun <jy910.yun@samsung.com>
2013-04-05resolve prevent issue about not initializing value on power saving func.submit/tizen_2.1/20130424.233031submit/tizen_2.1/20130405.061453accepted/tizen_2.1/20130425.0329242.1b_releasejy910.yun1-2/+2
Change-Id: Ib0abb8986504f2a7e5900046f2cf5109fe011182
2013-03-20add default smack label using udev rule and revise brightness_by_lux's param.submit/trunk/20130320.090347jy910.yun1-4/+7
add 51-devices-priv.rules for controling default device node change the position to add smack label to udev rules file Change-Id: I4285b5897cb80d1bd5ca4d3bf7edf75f9cdda2fb
2013-02-26Create new Library to control OAL APIssubmit/trunk/20130226.073610jy910.yun9-0/+629
separate some code about OAL from devman This module is a Library to control OAL APIs only used by system f/w Change-Id: I8ea27904950f402922d4df315c02881c70fb65ac