platform/adaptation/samsung_exynos/device-manager-plugin-exynos5433.git
3 years agousb: disable usb_gadget and usb_client 28/252428/2 accepted/tizen_unified tizen accepted/tizen/unified/20210129.002239 submit/tizen/20210127.032903
INSUN PYO [Thu, 28 Jan 2021 04:08:31 +0000 (13:08 +0900)]
usb: disable usb_gadget and usb_client

This hal is not used in tizen 6.5 but is built.                                                                                            To remove build error, disable code.

Change-Id: Idf13ad2efb8aaeb3aabba4037a0211bae34eeca9

3 years agoSvace fix 54/248654/1 accepted/tizen/unified/20201222.122549 submit/tizen/20201222.014224 submit/tizen/20201222.014453
lokilee73 [Tue, 1 Dec 2020 07:48:35 +0000 (16:48 +0900)]
Svace fix

Add exceptional code for calloc failure.

Change-Id: I712e31a83ca213e9eb1f4d0aa5b660f4124b8d34
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
3 years agoFix dbus_get_battery_info for info.temperature / 10 65/236865/1 accepted/tizen_6.0_unified_hotfix tizen_6.0_hotfix accepted/tizen/6.0/unified/20201030.123750 accepted/tizen/6.0/unified/20201110.230836 accepted/tizen/6.0/unified/hotfix/20201103.051749 accepted/tizen/unified/20200626.133359 accepted/tizen/unified/20201106.130208 submit/tizen/20200626.071257 submit/tizen/20201103.015640 submit/tizen/20201104.011652 submit/tizen_6.0/20201029.205101 submit/tizen_6.0/20201109.030411 submit/tizen_6.0_hotfix/20201102.192501 submit/tizen_6.0_hotfix/20201103.114801 tizen_6.0.m2_release
lokilee73 [Tue, 23 Jun 2020 03:48:26 +0000 (12:48 +0900)]
Fix dbus_get_battery_info for info.temperature / 10

(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: I14ea8f3648b0a0dccc4223ae3e603734a81ae9d3
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
4 years agoRemove unnecessary #ifdef 48/229948/1
INSUN PYO [Mon, 6 Apr 2020 22:32:08 +0000 (07:32 +0900)]
Remove unnecessary #ifdef

Change-Id: I8567821f7b81b5f0e74d6d5dfbe4aefb958d6571

4 years agoAdd build option -Wall -Werror 62/223962/1
Youngjae Cho [Wed, 5 Feb 2020 07:55:37 +0000 (16:55 +0900)]
Add build option -Wall -Werror

Change-Id: I2b6d89d4e76dd046c9a5638fa520a3e22809623c
Signed-off-by: Youngjae Cho <y0.cho@samsung.com>
5 years agoAdd thermal module for device_thermal_get_temperature 44/197044/3 accepted/tizen_5.5_unified_mobile_hotfix accepted/tizen_5.5_unified_wearable_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv tizen_5.5_wearable_hotfix accepted/tizen/5.5/unified/20191031.014542 accepted/tizen/5.5/unified/mobile/hotfix/20201027.081820 accepted/tizen/5.5/unified/wearable/hotfix/20201027.123144 accepted/tizen/unified/20190219.154206 accepted/tizen/unified/20190221.165821 submit/tizen/20190218.105211 submit/tizen/20190220.073046 submit/tizen_5.5/20191031.000001 submit/tizen_5.5_mobile_hotfix/20201026.185101 submit/tizen_5.5_wearable_hotfix/20201026.184301 tizen_5.5.m2_release
lokilee73 [Wed, 9 Jan 2019 05:41:56 +0000 (14:41 +0900)]
Add thermal module for device_thermal_get_temperature

Change-Id: I959ed3740832950b301c23641d4b1ff7df193954
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoRemove executable flag from non-executable files 72/196272/1 accepted/tizen/unified/20181227.102144 submit/tizen/20181227.071205
lokilee73 [Thu, 27 Dec 2018 02:16:16 +0000 (11:16 +0900)]
Remove executable flag from non-executable files

Change-Id: Id7027ef8a4b2b65282c68ba1cdf2fb8dfb5d863f
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd notification_get_number() for led 96/189496/2
lokilee73 [Tue, 18 Sep 2018 07:24:59 +0000 (16:24 +0900)]
Add notification_get_number() for led

Change-Id: I75c93162affe2dd8e92e61e3d12082f99417f976
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agousb_client: Move common code to hwcommon library 10/182910/2 accepted/tizen_5.0_unified accepted/tizen/5.0/unified/20181102.012649 accepted/tizen/unified/20180712.092611 submit/tizen/20180710.030326 submit/tizen_5.0/20181101.000001
Paweł Szewczyk [Thu, 28 Jun 2018 12:20:08 +0000 (14:20 +0200)]
usb_client: Move common code to hwcommon library

Change-Id: Ic971b6215ce74577549bce65916adbccc74fc593
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoMove shared files to hwcommon package 09/182909/2
Paweł Szewczyk [Thu, 28 Jun 2018 12:17:37 +0000 (14:17 +0200)]
Move shared files to hwcommon package

Change-Id: I3090e2592aacd71ab58b16e5a600459a72f1af6f
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
5 years agoMove systemd-related code to common library 08/182908/2
Paweł Szewczyk [Thu, 28 Jun 2018 12:14:53 +0000 (14:14 +0200)]
Move systemd-related code to common library

Change-Id: Ib97ed49f61380314c0aedb20d28699140557a10c
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
5 years agoAdd board HAL 07/182907/2
Paweł Szewczyk [Thu, 28 Jun 2018 12:11:59 +0000 (14:11 +0200)]
Add board HAL

Change-Id: Ib968cd4c36771efdbed3b6234cd06fc149003a26
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
5 years agousb_gadget: Move common code to hwcommon 82/182882/2
Paweł Szewczyk [Thu, 28 Jun 2018 10:29:45 +0000 (12:29 +0200)]
usb_gadget: Move common code to hwcommon

Change-Id: Ifefacd16a9c74522c2527fd26e23db20771a4286
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
5 years agoAdd voltage and temperature in battery_info 51/178951/3 submit/tizen/20180706.105024
lokilee73 [Tue, 15 May 2018 05:01:21 +0000 (14:01 +0900)]
Add voltage and temperature in battery_info

Change-Id: I4b639801e472c20edb8302a841b55c15799b8865
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agoAdd .gitignore 35/181335/1 accepted/tizen/unified/20180612.130831 submit/tizen/20180612.080457
Hyotaek Shim [Tue, 12 Jun 2018 08:05:55 +0000 (17:05 +0900)]
Add .gitignore

Change-Id: I7788b5e73ff866ceed34a637a22fe6147f3cd132
Signed-off-by: Hyotaek Shim <hyotaek.shim@samsung.com>
5 years agoAdd display_get_state to remove dependency with enlightenment 04/181304/3
lokilee73 [Tue, 12 Jun 2018 03:14:22 +0000 (12:14 +0900)]
Add display_get_state to remove dependency with enlightenment

Change-Id: Icf3e63eac467eee7e25397bb283eba9375be70a5
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
5 years agousb_gadget: Retrieve device serial number 53/179953/1 submit/tizen/20180527.233450 submit/tizen/20180531.063655
Paweł Szewczyk [Wed, 23 May 2018 11:06:15 +0000 (13:06 +0200)]
usb_gadget: Retrieve device serial number

Serial number is retrieved from mmc serial number.

Change-Id: I6da9feb8517467774bf188d538a26b9e591abb6f
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years agousb: Assign new functions to legacy gadget 34/174834/3 accepted/tizen/unified/20180412.073812 submit/tizen/20180411.015824
Paweł Szewczyk [Thu, 15 Mar 2018 17:51:51 +0000 (18:51 +0100)]
usb: Assign new functions to legacy gadget

Change-Id: I86df0d0db29813781c8b49dc111f726b24b82041
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years agousb: patches to selectively support both slp and functionfs 82/174982/2
INSUN PYO [Wed, 14 Mar 2018 01:23:57 +0000 (10:23 +0900)]
usb: patches to selectively support both slp and functionfs

If /sys/class/usb_mode/usb0/enable exists, it is slp usb_hal.
Otherwise it is configfs usb_hal.

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I8e6b74ffbc6287fe7b5f0a7ab475edff16b2fd88

6 years agousb_client: fix bug 33/174833/3
INSUN PYO [Wed, 14 Mar 2018 04:45:36 +0000 (13:45 +0900)]
usb_client: fix bug

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I70670d18ae5ae128ef0785ac79f220e3aa5c42b0
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
6 years agoAdd support for FunctionFS-based function 49/172049/3
Krzysztof Opasiak [Fri, 2 Mar 2018 20:40:56 +0000 (21:40 +0100)]
Add support for FunctionFS-based function

Both mtp-responder and sdbd have FunctionFS backend now what
allows to use them in ConfigFS implementation of HAL.
We use systemd socke activation with special socket type
which starts the service when needed. There is an assumption
that each of those services provides a suitable .socket file.

Change-Id: Ib073ac10f6d12bb75f20e4b9f3961bcdbd21520c
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
6 years agoFix getting ints from sysfs 48/172048/2
Paweł Szewczyk [Wed, 28 Feb 2018 15:08:21 +0000 (16:08 +0100)]
Fix getting ints from sysfs

Some integers are represented in hex, without leading 0x.

Change-Id: If6b950a24496eae52a34623b2fa9735390e26795
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
6 years agoStart services for legacy functions 47/172047/2
Marek Szyprowski [Thu, 8 Mar 2018 13:15:18 +0000 (14:15 +0100)]
Start services for legacy functions

Change-Id: Ie5913698b135e45f3e55267d6830f2aa996e96a4
Signed-off-by: Paweł Szewczyk <p.szewczyk@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
6 years agoAdd implementation of usb_client HAL using libusbgx 46/172046/2
Krzysztof Opasiak [Thu, 24 Nov 2016 16:12:38 +0000 (17:12 +0100)]
Add implementation of usb_client HAL using libusbgx

Currently this implementation doesn't support FFS based functions
so it is disabled by default to not casue sdb connection failures.

Change-Id: Ie7e9a3c1a8e3e430d625ffb24df3d16aa7074682
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
6 years agousb gadget: Fix default value of bcdDevice 78/172078/1
Krzysztof Opasiak [Wed, 24 Jan 2018 11:57:01 +0000 (12:57 +0100)]
usb gadget: Fix default value of bcdDevice

0xffff is not a correct BCD value thus let's replace
it with 0x0100

Change-Id: I6312575da80a2670fcbb62db79d2ed4d040ae367
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Signed-off-by: Marek Szyprowski <m.szyprowski@samsung.com>
6 years agoudev: Increase udev monitor buffer size 58/152758/1 accepted/tizen/unified/20170929.081407 submit/tizen/20170927.065426 submit/tizen/20170927.232137 submit/tizen/20170928.054908
INSUN PYO [Wed, 27 Sep 2017 05:05:23 +0000 (14:05 +0900)]
udev: Increase udev monitor buffer size

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I8fe581db7f06dd786f3dd6c6d18da1179dbb731a

6 years agoCommon: initialize and modify exception for n_configs 40/151440/1 accepted/tizen/unified/20170921.072638 submit/tizen/20170921.023830
lokilee73 [Thu, 21 Sep 2017 02:13:06 +0000 (11:13 +0900)]
Common: initialize and modify exception for n_configs

Change-Id: I433e9d5a28353cdf5b69837ec6d2f5939369cbbd

6 years agoremove build warning 11/149011/1 accepted/tizen/unified/20170912.191739 submit/tizen/20170911.090430
INSUN PYO [Mon, 11 Sep 2017 04:31:41 +0000 (13:31 +0900)]
remove build warning

Touchscreen_init calls the open function of hal at the beginning of the boot with the call stack below.
So the open function of hal is never called at the same time in multi-thread.

Therefore, we can use safely readdir in deviced.

0  touchscreen_init
1  0x2a00b02c in devices_init (data=0x0) at /usr/src/debug/deviced-2.0.0/src/core/devices.c:102
2  0x2a00e424 in deviced_main (argc=<optimized out>, argv=<optimized out>) at /usr/src/debug/deviced-2.0.0/src/core/main.c:93
3  0x2a0078f4 in main (argc=1, argv=0xbefffe64) at /usr/src/debug/deviced-2.0.0/src/core/main.c:123

Signed-off-by: INSUN PYO <insun.pyo@samsung.com>
Change-Id: I188a49d5b8a01b145ad421d20ee936503f0084e0
(cherry picked from commit 8a6aa43bf479e645fbccbe4611611ad083c4acca)

6 years agousb: fix indentation warning 09/149009/1
lokilee73 [Fri, 8 Sep 2017 06:08:43 +0000 (15:08 +0900)]
usb: fix indentation warning

Change-Id: I029d042e356e6ad62d5eb2f6afb67d6705b7d405
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
(cherry picked from commit 541250e5c67282e071b542657dae1d8345bd4e10)

7 years agousb : initialize n_configs and limits configs value 31/126331/1 accepted/tizen/4.0/unified/20170816.013028 accepted/tizen/4.0/unified/20170828.224241 accepted/tizen/unified/20170421.114451 submit/tizen/20170421.042748 submit/tizen_4.0/20170811.094300 submit/tizen_4.0/20170828.110001 tizen_4.0.m1_release
lokilee73 [Fri, 21 Apr 2017 04:07:03 +0000 (13:07 +0900)]
usb : initialize n_configs and limits configs value

Change-Id: I9e21eb8fdc2ddd0d8f9ce0f1f6a753cffec27798
Signed-off-by: lokilee73 <changjoo.lee@samsung.com>
7 years agoMerge branch 'tizen_3.0' into tizen 15/107615/1 accepted/tizen_common accepted/tizen_ivi accepted/tizen_mobile accepted/tizen_tv accepted/tizen_wearable accepted/tizen/common/20161229.140155 accepted/tizen/ivi/20161229.233208 accepted/tizen/mobile/20161229.233109 accepted/tizen/tv/20161229.233130 accepted/tizen/unified/20170309.031114 accepted/tizen/wearable/20161229.233149 submit/tizen/20161229.040631 submit/tizen_unified/20170308.100403
taeyoung [Thu, 29 Dec 2016 01:57:48 +0000 (10:57 +0900)]
Merge branch 'tizen_3.0' into tizen

Signed-off-by: taeyoung <ty317.kim@samsung.com>
Change-Id: I1fcaf81b0802d8bc2e9771ea136cb15dd0b44eab

7 years agobattery: add battery HAL 91/103791/2 accepted/tizen_3.0.m2_mobile accepted/tizen_3.0.m2_tv accepted/tizen_3.0.m2_wearable accepted/tizen_3.0_ivi tizen_3.0.m2 tizen_3.0_tv accepted/tizen/3.0.m2/mobile/20170104.100211 accepted/tizen/3.0.m2/tv/20170104.100404 accepted/tizen/3.0.m2/wearable/20170104.100942 accepted/tizen/3.0/common/20161212.060613 accepted/tizen/3.0/ivi/20161212.023904 accepted/tizen/3.0/mobile/20161212.023814 accepted/tizen/3.0/tv/20161212.023832 accepted/tizen/3.0/wearable/20161212.023855 submit/tizen_3.0.m2/20170104.093748 submit/tizen_3.0/20161209.130513
taeyoung [Fri, 9 Dec 2016 11:47:21 +0000 (20:47 +0900)]
battery: add battery HAL

Change-Id: Ib16aa5f95b05787a36251724e7d995522fec0977
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoled: add notification led (rgb) 40/99940/4 accepted/tizen/3.0/common/20161201.135146 accepted/tizen/3.0/ivi/20161201.031528 accepted/tizen/3.0/mobile/20161201.031411 accepted/tizen/3.0/tv/20161201.031442 accepted/tizen/3.0/wearable/20161201.031506 submit/tizen_3.0/20161130.101437
taeyoung [Thu, 24 Nov 2016 12:09:34 +0000 (21:09 +0900)]
led: add notification led (rgb)

Change-Id: Iccb5d75dfc8d20f32aa7e86e341c3d6672fc08db
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agousb client: do not set serial 03/90303/1 accepted/tizen/3.0/common/20161114.105115 accepted/tizen/3.0/ivi/20161011.043900 accepted/tizen/3.0/mobile/20161015.032811 accepted/tizen/3.0/tv/20161016.004008 accepted/tizen/3.0/wearable/20161015.082007 accepted/tizen/common/20160930.174629 accepted/tizen/ivi/20160929.234354 accepted/tizen/mobile/20160929.234413 accepted/tizen/tv/20160929.234300 accepted/tizen/wearable/20160929.234311 submit/tizen/20160929.102549 submit/tizen_3.0_common/20161104.104000 submit/tizen_3.0_ivi/20161010.000001 submit/tizen_3.0_mobile/20161015.000001 submit/tizen_3.0_tv/20161015.000001 submit/tizen_3.0_wearable/20161015.000001
taeyoung [Thu, 29 Sep 2016 10:11:18 +0000 (19:11 +0900)]
usb client: do not set serial

The serial is used to distinguish devices for testing.
Thus the serial is not set.

Change-Id: Icc1687321aab176298aacbed9be715679173a217
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoAdd USB config HAL implementation for slp-gadget 15/83915/7 accepted/tizen/ivi/20160929.001654 accepted/tizen/mobile/20160929.001514 accepted/tizen/tv/20160929.001708 accepted/tizen/wearable/20160929.001626 submit/tizen/20160927.110043
Krzysztof Opasiak [Sat, 13 Aug 2016 13:52:33 +0000 (15:52 +0200)]
Add USB config HAL implementation for slp-gadget

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: I64240565efc5798bc029f04ec9efcc959d4f4ca1
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
7 years agoAdd USB gadget HAL implementation 14/83914/5
Krzysztof Opasiak [Sat, 13 Aug 2016 13:52:07 +0000 (15:52 +0200)]
Add USB gadget HAL implementation

USB gadget HAL is an abstraction layer which translates
set of functions into full USB gadget description specific
for this particular device.

Change-Id: I23e5bb1ab18d59e9827a2c764aae9819a68adf9c
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
7 years agoMerge "Remove build warning" into tizen accepted/tizen/common/20160809.183808 accepted/tizen/ivi/20160809.075739 accepted/tizen/mobile/20160809.075646 accepted/tizen/tv/20160809.075702 accepted/tizen/wearable/20160809.075721 submit/tizen/20160809.022242
pr.jung [Mon, 8 Aug 2016 07:39:27 +0000 (00:39 -0700)]
Merge "Remove build warning" into tizen

7 years agoRemove build warning 19/82719/2
pr.jung [Fri, 5 Aug 2016 08:19:26 +0000 (17:19 +0900)]
Remove build warning

Change-Id: Ic2b250b37cf1b5a7cdc07f05abdd54a3e9b6b9b6
Signed-off-by: pr.jung <pr.jung@samsung.com>
7 years agodisplay: return raw brightness value 87/78787/1 accepted/tizen/common/20160804.174412 accepted/tizen/ivi/20160804.081142 accepted/tizen/mobile/20160804.081214 accepted/tizen/tv/20160804.081109 accepted/tizen/wearable/20160804.081127 submit/tizen/20160803.081834
taeyoung [Thu, 7 Jul 2016 01:30:16 +0000 (10:30 +0900)]
display: return raw brightness value

- The brightness value from driver is returned to device daemon.
  device daemon will calculate it for users

Change-Id: I7b8de881c8035731b20d847d64100d52e4b55e8e
Signed-off-by: taeyoung <ty317.kim@samsung.com>
7 years agoir: Initialize pattern variable 36/78536/1 accepted/tizen/common/20160706.142643 accepted/tizen/ivi/20160706.132805 accepted/tizen/mobile/20160706.131907 accepted/tizen/tv/20160706.131931 accepted/tizen/wearable/20160706.132039 submit/tizen/20160706.093354
pr.jung [Wed, 6 Jul 2016 04:15:14 +0000 (13:15 +0900)]
ir: Initialize pattern variable

Change-Id: Iea9d4339a7e735aea68fed1b29e8cbcbe2d9c84a
Signed-off-by: pr.jung <pr.jung@samsung.com>
7 years agoir: Add IR HAL implementation 49/76049/4 accepted/tizen/common/20160627.192143 accepted/tizen/ivi/20160628.014637 accepted/tizen/mobile/20160628.014646 accepted/tizen/tv/20160628.014630 accepted/tizen/wearable/20160628.014640 submit/tizen/20160627.093931
pr.jung [Wed, 22 Jun 2016 12:18:43 +0000 (21:18 +0900)]
ir: Add IR HAL implementation

Change-Id: Ic2dcb947b640305c9c0d3c7f17f9a95c0958f9b6
Signed-off-by: pr.jung <pr.jung@samsung.com>
8 years agotouchscreen: fix the invalid return value 13/55913/1 accepted/tizen/ivi/20160218.022904 accepted/tizen/mobile/20151230.120416 accepted/tizen/tv/20151230.120434 accepted/tizen/wearable/20151230.120504 submit/tizen/20151230.082551 submit/tizen_common/20160218.142243 submit/tizen_ivi/20160217.000000 submit/tizen_ivi/20160217.000001
Taeyoung Kim [Wed, 30 Dec 2015 07:01:13 +0000 (16:01 +0900)]
touchscreen: fix the invalid return value

Change-Id: I486d17b96cf539f78d379c048cfa4f9cd12a4370
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agocommon: remove thread unsafe function strerror() 12/55912/1
Taeyoung Kim [Wed, 30 Dec 2015 06:54:06 +0000 (15:54 +0900)]
common: remove thread unsafe function strerror()

- strerror() is thread unsafe function. Thus the
  functions are removed.

Change-Id: Ibdd01e0350b91ae9f6292d929494d8b150fbf4f0
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agotouchscreen: add touchscreen hal library 99/53399/3 accepted/tizen/mobile/20151211.055216 accepted/tizen/tv/20151211.062250 accepted/tizen/wearable/20151211.061132 submit/tizen/20151211.031212 submit/tizen_common/20151229.142028 submit/tizen_common/20151229.144031 submit/tizen_common/20151229.154718
Taeyoung Kim [Fri, 4 Dec 2015 12:18:39 +0000 (21:18 +0900)]
touchscreen: add touchscreen hal library

- touchscreen device can be changed and thus
  touchscreen hal is required to manage it.

Change-Id: I36223743ae7f31c256710e306421f591cc29c75b
Signed-off-by: Taeyoung Kim <ty317.kim@samsung.com>
8 years agoled: Support touchkey led 90/40290/1 tizen_3.0.2015.q2_common tizen_3.0.m1_mobile tizen_3.0.m1_tv accepted/tizen/common/20150605.080111 accepted/tizen/mobile/20150605.092352 accepted/tizen/tv/20150605.092303 accepted/tizen/wearable/20150605.092330 submit/tizen/20150604.080213 tizen_3.0.m1_mobile_release tizen_3.0.m1_tv_release tizen_3.0.m2.a1_mobile_release tizen_3.0.m2.a1_tv_release
Jiyoung Yun [Tue, 2 Jun 2015 03:47:18 +0000 (12:47 +0900)]
led: Support touchkey led

When user press the touch key on the bottom,
deviced turns on light during a given timeout (default 1.5s).

Change-Id: I88a08c69231ba465b9cab8f527e9113903a5cc8e
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agoled: Change the camera led node 87/39087/2 accepted/tizen/common/20150511.125700 accepted/tizen/mobile/20150511.133128 accepted/tizen/tv/20150512.050347 accepted/tizen/wearable/20150511.132723 submit/tizen/20150511.015254
Jiyoung Yun [Fri, 8 May 2015 10:07:14 +0000 (19:07 +0900)]
led: Change the camera led node

Change-Id: Idafd3ca7212af22bbc6a3b8dae1fec260d1e455e
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodisplay: Do not control dpms in HAL 02/39002/1 accepted/tizen/common/20150507.110630 accepted/tizen/mobile/20150507.143531 accepted/tizen/tv/20150507.140652 accepted/tizen/wearable/20150507.141947 submit/tizen/20150507.094206
Jiyoung Yun [Wed, 6 May 2015 12:36:49 +0000 (21:36 +0900)]
display: Do not control dpms in HAL

It will control by deviced.
Because it depends on display solution, not hardware.

Change-Id: I3041a0af3c1a8336b1c1d35b79367f8d16487dce
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodevice-plugin: Fix the bcond with option 69/38769/1 accepted/tizen/mobile/20150428.090818 submit/tizen_mobile/20150428.085244
Jiyoung Yun [Tue, 28 Apr 2015 08:44:30 +0000 (17:44 +0900)]
device-plugin: Fix the bcond with option

Change-Id: Ic0e4afb82cb91d2f12bd005b10baa1da5a8b8c0c
Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
9 years agodevice-plugin: Do not create display.so on the wayland repository 67/38767/2 submit/tizen_mobile/20150428.083356
Jiyoung Yun [Tue, 28 Apr 2015 08:05:58 +0000 (17:05 +0900)]
device-plugin: Do not create display.so on the wayland repository

Will support display package for wayland soon.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I21b62637654b6bcffad23037c26778a284f9cf5d

9 years agodisplay: Add display implementation 72/37572/1 submit/tizen/20150423.020639 submit/tizen_mobile/20150428.072824
Jiyoung Yun [Tue, 31 Mar 2015 07:52:38 +0000 (16:52 +0900)]
display: Add display implementation

Detail info:
https://wiki.tizen.org/wiki/HAL_upgrade_for_Tizen_3.0

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: I841d00ccefcbde88773558929cb887916bcf0e50

9 years agoHAL: Add led HAL structure 17/35317/1
Jiyoung Yun [Thu, 12 Feb 2015 02:51:04 +0000 (11:51 +0900)]
HAL: Add led HAL structure

Currently it only support to control back camera flash.
You can change the brightness level using new led HAL structure.

Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
Change-Id: Ia9ef8d4d462d28bce678514f0e09122ea175bbbd

9 years agoInitial empty repository master
KyungMi Lee [Tue, 3 Feb 2015 04:21:11 +0000 (20:21 -0800)]
Initial empty repository