summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-29display: Do not control LIBINPUT_EVENT_DEVICE_ADDED eventsubmit/tizen/20150529.124502Jiyoung Yun1-0/+2
2015-05-29block: Add device changed signalJiyoung Yun1-1/+58
2015-05-29block: Add new dbus signal for broadcasting added or removed objectJiyoung Yun1-0/+20
2015-05-29block: Add block manager and block devices dbus objectJiyoung Yun5-8/+230
2015-05-29block: Add primary flags in block dataJiyoung Yun2-0/+33
2015-05-29block: Add format operationJiyoung Yun2-0/+243
2015-05-29block: Support to handle individual scenario btw mmc and usb storage.Jiyoung Yun4-40/+149
2015-05-27extcon: Do not hdmi lock when hdmi cable is not initializedJiyoung Yun1-1/+1
2015-05-27display: Fix segfualt issue when display stop and re-startJiyoung Yun2-0/+7
2015-05-22power: Add power method callJiyoung Yun1-0/+26
2015-05-22deviced: Add GetBrightnessForCamera method in torch led moduleJiyoung Yun1-0/+7
2015-05-22deviced: Add changed flash state methodJiyoung Yun1-0/+17
2015-05-08display: Support dpms control on waylandJiyoung Yun9-41/+214
2015-05-06display: Update device-interface code more simpleJiyoung Yun4-323/+99
2015-05-06display: Change the default lcd timeout time to 30s (30000s->30s)Jiyoung Yun5-35/+12
2015-05-06haptic: Add exception handling of unexpectedly killed process.Jiyoung Yun2-46/+185
2015-05-04deviced: Update the dbus watch logic.Jiyoung Yun6-149/+262
2015-04-23block: Seperate the mount/unmount code from mmc logic.Jiyoung Yun11-1137/+836
2015-04-22Merge "deviced: Add udev monitoring logic" into tizenJiyoung Yun2-160/+112
2015-04-22cradle: Register missing exit functionJiyoung Yun1-0/+1
2015-04-22deviced: Add udev monitoring logicJiyoung Yun2-160/+112
2015-04-16deviced: Fix uninvoked device notifier func problemsubmit/tizen/20150421.033354accepted/tizen/wearable/20150421.095706accepted/tizen/tv/20150421.232823accepted/tizen/mobile/20150421.232844accepted/tizen/common/20150421.084603Jiyoung Yun4-17/+33
2015-04-16deviced: Add tizen environment to deviced processJiyoung Yun1-1/+2
2015-04-14deviced: Remove unused device notifier codesJiyoung Yun1-78/+1
2015-04-13power: Do not use vconf key to control poweroff operationJiyoung Yun5-150/+75
2015-04-07deviced: Add device idler logicJiyoung Yun3-0/+132
2015-04-07deviced: Remove Eina_list codesJiyoung Yun6-170/+63
2015-04-07deviced: Remove unused vconf key and logicsJiyoung Yun11-672/+6
2015-04-07usb: Fix usb connection on 64bit machinesubmit/tizen_tv/20150413.000000submit/tizen/20150407.103222accepted/tizen/wearable/20150408.103939accepted/tizen/tv/20150413.065414accepted/tizen/mobile/20150408.104258accepted/tizen/common/20150408.102937Jiyoung Yun1-1/+1
2015-04-06udev: Change the device-change-handler to udev moduleJiyoung Yun14-684/+351
2015-04-06extcon: Do not invoke the update() if the status is the same as beforeJiyoung Yun6-9/+19
2015-04-05fs: Support to mount ext4 file systemJiyoung Yun1-4/+0
2015-04-06mmc: Change the udev register wayJiyoung Yun6-177/+39
2015-04-05extcon: Support hdmi devicesJiyoung Yun5-269/+125
2015-04-05extcon: Support dock devicesJiyoung Yun5-113/+126
2015-04-03packaging/postinst: remove erroneous -i on vconftool callStephane Desneux1-1/+1
2015-04-02extcon: Load all attached extcon nodesJiyoung Yun1-22/+9
2015-04-03extcon: Enable earjack control logic and remove unused files(ta,usb)Jiyoung Yun9-387/+65
2015-04-03deviced: Remove unnecessary modules like factory, csc and testmodeJiyoung Yun6-147/+2
2015-04-01deviced: Add tool pkgs for devicedJiyoung Yun1-2/+13
2015-03-31display: Use libinput to get input eventsJiyoung Yun14-546/+293
2015-03-31deviced: Move direct_set_debug script from usb-serversubmit/tizen/20150401.022148accepted/tizen/wearable/20150405.123350accepted/tizen/tv/20150407.082059accepted/tizen/common/20150407.101605Jiyoung Yun3-0/+151
2015-03-31deviced: Remove unnecessary service filesJiyoung Yun3-18/+0
2015-03-31extcon: Add extcon test module on devicectlJiyoung Yun2-1/+85
2015-03-31usb-host: Fix dbus segfault issue on GetDeviceList method callJiyoung Yun1-6/+6
2015-03-30Get rid of unnecesary dbus-glib dependencyMaciej Wereski3-3/+2
2015-03-30usb-host: Add the attached usb host device on booting timeJiyoung Yun2-0/+77
2015-03-30usb-host: Add ChangedDevice signalJiyoung Yun1-0/+54
2015-03-30usb-host: Add dbus method to provide the current device list and countJiyoung Yun2-1/+129
2015-03-30usb-host: Add usb host logicJiyoung Yun3-0/+258