summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
14 daysAdd plugins to deviced ISU configurationaccepted/tizen/unified/x/20240326.073714accepted/tizen/unified/20240321.160008tizenaccepted/tizen_unified_xaccepted/tizen_unifiedAdam Michalski8-6/+71
2024-01-22power: Remove duplicate operationaccepted/tizen/unified/x/20240205.064119accepted/tizen/unified/toolchain/20240311.065538accepted/tizen/unified/20240125.112702accepted/tizen_unified_toolchainyoungjae1-2/+2
2024-01-08display: Add pmlock type and power lock type conversionaccepted/tizen/unified/riscv/20240110.014519accepted/tizen/unified/20240109.155345accepted/tizen_unified_riscvYunhee Seo1-8/+18
2023-12-01Fixing 100% CPU load after first mouse moveaccepted/tizen/unified/riscv/20231214.010020accepted/tizen/unified/20231213.162130Daniil Ruban1-4/+5
2023-11-10battery: Remove low battery state notifyingaccepted/tizen/unified/20231122.172543Yunhee Seo3-259/+0
2023-11-10battery: Remove update_ovp() from pluginsYunhee Seo4-44/+3
2023-11-10battery: Move changed_battery_cf() from plugin to coreYunhee Seo3-12/+11
2023-11-09power: Add setter for controlling doze sourceaccepted/tizen/unified/20231115.024830Youngjae Cho1-0/+44
2023-11-07tests: Suppress deprecation warning of usbhostYoungjae Cho1-1/+1
2023-11-07core: Add resource-coreYoungjae Cho4-0/+105
2023-11-07power: Add setter for DEVICED_POWER_ATTR_INT_VITAL_MODEYoungjae Cho7-23/+32
2023-11-07display: Fix display actor getter/setter correctlyYoungjae Cho1-34/+2
2023-11-02usb-host: Filter out abnormal devpathaccepted/tizen/unified/20231107.172852Youngjae Cho1-3/+7
2023-09-13conf: org.tizen.system/deviced.conf: Add dbus policy for input interfacetizen_8.0_m2_releaseaccepted/tizen/unified/20230914.100408accepted/tizen/8.0/unified/20231005.093737Chanwoo Choi1-0/+1
2023-09-11display: power: Remove _GET_/_SET_ from attribute nameaccepted/tizen/unified/20230913.091608Youngjae Cho10-63/+63
2023-09-08display: power: Fix attribute type of multiple dataYoungjae Cho2-6/+6
2023-09-07packaging: Remove deviced-isu package requirementaccepted/tizen/unified/20230908.185258Chanwoo Choi1-1/+0
2023-08-29Fix ISU deviced.serviceaccepted/tizen/unified/20230907.055340Mateusz Moscicki4-10/+18
2023-08-28conf: Remove unused headless configurationChanwoo Choi2-104/+0
2023-08-28packaging: Remove unused deviced-plugin-profile-iot-headed packageChanwoo Choi4-82/+0
2023-08-25usb-gadget: Add checking return valueaccepted/tizen/unified/20230829.181412Yunhee Seo1-1/+3
2023-08-23display: Remove iot-headed plugin backendaccepted/tizen/unified/riscv/20230829.072102accepted/tizen/unified/20230825.044249Youngjae Cho8-1181/+24
2023-08-23display: Add default intializer for display_stateYoungjae Cho2-20/+11
2023-08-23display: Add attribute getter for display configYoungjae Cho1-0/+58
2023-08-23display: Add plugin-api for loading display config from pluginYoungjae Cho1-0/+7
2023-08-23plugin: display: Add check NULL dereferenceYunhee Seo1-1/+1
2023-08-23usb-host: Add check NULL dereferenceYunhee Seo1-0/+5
2023-08-22plugins: Remove iot-headless plugin backendaccepted/tizen/unified/20230823.021355Chanwoo Choi6-597/+0
2023-08-22input: Replace input plugin-backend by using plugin-api-deviced APIChanwoo Choi5-110/+35
2023-08-22display: Add attribute for releasing all lockYoungjae Cho4-8/+28
2023-08-22power: Add attribute for pm_history_save()Youngjae Cho11-41/+61
2023-08-22display: headed: Replace shared enum with the libsyscommonYoungjae Cho1-17/+13
2023-08-22display: Replace get_lock_screen_state() with vconf APIYoungjae Cho1-3/+12
2023-08-22display: Add attribute for touch event blockedYoungjae Cho2-2/+21
2023-08-22display: Add attribute for display actor capabilityYoungjae Cho8-139/+244
2023-08-21power: Add attribute for vital modeYoungjae Cho7-40/+95
2023-08-21display: headed: Add set_lcdoff_reason()Youngjae Cho1-3/+25
2023-08-21display: headed: Add plugin-util.c for plugin utilityYoungjae Cho4-2/+152
2023-08-21display: Add attribute for custom brightnessYoungjae Cho2-3/+26
2023-08-18display: headed: Remove unnecessrary device-interface.caccepted/tizen/unified/20230821.162310Youngjae Cho2-68/+1
2023-08-18display: Move common display_start()/stop()/status() to coreYoungjae Cho4-197/+37
2023-08-18display: Replace struct state with the libsyscommonYoungjae Cho6-30/+17
2023-08-18Add prefix 'syscommon' to enum and structYoungjae Cho53-619/+609
2023-08-18display: Replace display_config to the libsyscommon oneYoungjae Cho22-80/+46
2023-08-18display: Add display_plugin_config_load()Youngjae Cho7-30/+18
2023-08-18display: Integrate plugin is_lcdon_blocked() into display_is_lcdon_blocked()Youngjae Cho18-57/+43
2023-08-18power: Fix missing trans_info replacementYoungjae Cho1-1/+2
2023-08-18display: headed: Remove code controlling touch-ledYoungjae Cho1-5/+0
2023-08-18display: headed: Remove unnecessary headerYoungjae Cho3-16/+1
2023-08-18display: Add display attribute for controlling DPMSYoungjae Cho4-14/+131