summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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 Yun13-683/+350
2015-04-06extcon: Do not invoke the update() if the status is the same as beforeJiyoung Yun6-9/+19
2015-04-06mmc: Change the udev register wayJiyoung Yun5-176/+39
2015-04-05extcon: Support hdmi devicesJiyoung Yun4-269/+124
2015-04-05extcon: Support dock devicesJiyoung Yun4-113/+125
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 Yun7-375/+64
2015-04-03deviced: Remove unnecessary modules like factory, csc and testmodeJiyoung Yun6-147/+2
2015-03-31display: Use libinput to get input eventsJiyoung Yun10-489/+290
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 Wereski2-2/+1
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 Yun2-0/+257
2015-03-29mmc: Enable filesystem routineJiyoung Yun2-3/+4
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 Yun5-69/+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 Yun4-8/+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 Yun3-13/+100
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.112435taeyoung4-12/+294
2015-02-23usb: set default usb config to usb sdbtaeyoung4-12/+294
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 handlertaeyoung2-0/+90
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
2015-02-10extcon: change extcon object type from 'const' to normaltaeyoung2-4/+4
2015-02-10extcon: add function to get current device statustaeyoung2-0/+15
2015-02-10notifier: change the function name for unregistering device notificationtaeyoung1-1/+1
2015-02-10extcon: add extcon uevent handlertaeyoung4-3/+275
2015-02-08deviced: Remove unnecessary initializationJiyoung Yun21-21/+0
2015-02-05deviced: Do not register dbus object in the case of deactive moduleJiyoung Yun3-17/+73
2015-02-04Merge "deviced: Do not use device-node in battery case" into tizenJiyoung Yun2-36/+3
2015-02-04Merge "deviced: Enable battery module and check whether it is available at ru...Jiyoung Yun2-23/+41
2015-02-04Merge "deviced: Support runtime deviced" into tizenJiyoung Yun2-0/+6
2015-02-04deviced: Do not use device-node in battery caseJiyoung Yun2-36/+3
2015-02-04deviced: Enable battery module and check whether it is available at runtimeJiyoung Yun2-23/+41
2015-02-04deviced: Support runtime devicedJiyoung Yun2-0/+6
2015-02-03rename sensor.h to sensor_internal.hKibak Yoon1-1/+1