summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-29mmc: Enable filesystem routineJiyoung Yun4-19/+8
2015-03-25extcon: Changed the function name easily identifiableJiyoung Yun1-49/+47
2015-03-12deviced: Update usb vconf key whenever usb is connected or notsubmit/tizen/20150312.105238accepted/tizen/wearable/20150313.084617accepted/tizen/tv/20150313.084452accepted/tizen/mobile/20150313.084749accepted/tizen/common/20150313.083716Jiyoung Yun1-2/+10
2015-03-10deviced: Apply display HAL structureJiyoung Yun6-72/+166
2015-03-06deviced: Add inline function to make dbus reply automaticallyJiyoung Yun2-6/+11
2015-03-05deviced: remove out unsupported device from device listJiyoung Yun1-2/+3
2015-03-01deviced: resolve resource leak issueJiyoung Yun1-26/+22
2015-03-01deviced: Enable vibrator and check whether it is available at runtimeJiyoung Yun6-14/+17
2015-02-27deviced: add null point checksubmit/tizen/20150227.111152accepted/tizen/wearable/20150302.084024accepted/tizen/tv/20150302.010441accepted/tizen/mobile/20150302.010819accepted/tizen/common/20150227.160943Jiyoung Yun1-0/+5
2015-02-26deviced: Enable camera led module and check whether it is available at runtimeJiyoung Yun5-19/+102
2015-02-25deviced: Change wrong dbus configurationJiyoung Yun1-14/+7
2015-02-24deviced: Set vconf as NOTSUP error in no battery modelsubmit/tizen/20150226.021716accepted/tizen/wearable/20150226.095552accepted/tizen/tv/20150226.094323accepted/tizen/mobile/20150226.100235accepted/tizen/common/20150226.084940Jiyoung Yun1-0/+8
2015-02-23Merge "usb: set default usb config to usb sdb" into tizensubmit/tizen_tv/20150224.072452submit/tizen_mobile/20150224.072501submit/tizen/20150223.080852accepted/tizen/wearable/20150225.005441accepted/tizen/tv/20150225.005303accepted/tizen/tv/20150224.103627accepted/tizen/mobile/20150225.010310accepted/tizen/mobile/20150224.104531accepted/tizen/common/20150224.112435taeyoung6-12/+299
2015-02-23usb: set default usb config to usb sdbtaeyoung6-12/+299
2015-02-13extcon: Replace device-notifier with update callback functionJiyoung Yun4-20/+12
2015-02-13extcon: Register GetStatus dbus methodJiyoung Yun4-2/+62
2015-02-13extcon: Register extcon uevent inside extcon moduleJiyoung Yun3-13/+36
2015-02-12usb: add plugin interfaces for usb configurationtaeyoung2-5/+183
2015-02-12usb: add usb handlertaeyoung3-0/+94
2015-02-12deviced: Change the way to register edbus object and interfaceJiyoung Yun3-22/+65
2015-02-12deviced: Add extcon probe functionJiyoung Yun1-3/+19