summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)AuthorFilesLines
2019-01-29Remove unused plugin about cpu, process, memory and vibratorsubmit/tizen/20190131.080207submit/tizen/20190131.021840accepted/tizen/unified/20190201.061337lokilee731-120/+6
OAL(OEM Adaptation Layer) still exists in libdevice-node, even though HAL was implemented. Change-Id: I675272ff3543d0a213e002d00726104b2bccd1fe Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
2018-11-19Fix some static analysis warnings.submit/tizen/20181120.234806accepted/tizen/unified/20181121.060510Michal Bloch1-0/+3
Change-Id: I632bd9813094ade3b03dadd7d21bc62dc2152710 Signed-off-by: Michal Bloch <m.bloch@samsung.com>
2016-12-06device-node : remove unreachable codeKichan Kwon1-10/+0
Change-Id: I590c995f69ab84e54fb7124a9e577673a97c2693 Signed-off-by: Kichan Kwon <k_c.kwon@samsung.com>
2015-01-13device-node: Add null check operation of interface functionJiyoung Yun1-5/+3
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.yun1-2/+9
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: Enable Werror compiler flagjy910.yun2-9/+8
To remove the warnning messages and latent bugs Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: I48ef0ea78dbd93bef5ebf44ac9d519822e955681
2014-11-06device-node: Rename the logging macrosjy910.yun1-13/+13
Change DEVERR/DEVLOG macros to _E/_D macros Signed-off-by: jy910.yun <jy910.yun@samsung.com> Change-Id: Idd4593e6b271addfb2f0ee8a091223b0267161cf
2014-06-02Added missing APIs from devman_plugin_intf to default plugin :Romuald Texier-Marcadé1-0/+12
- OEM_sys_get_hardkey_backlight - OEM_sys_set_hardkey_backlight Change-Id: I2ae36fc149504cf6ea35c3b8f6d614fa1d2657ed Signed-off-by: Romuald Texier-Marcadé <romuald.texier-marcade@open.eurogiciel.org>
2013-02-27restore to add devman_plugin.pc file.submit/trunk/20130304.020433jy910.yun1-2/+2
Change-Id: I8fb76484a4f51fdfcc9625cc0ecb411d9a64d9be
2013-02-26Create new Library to control OAL APIssubmit/trunk/20130226.073610jy910.yun2-0/+655
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