Compare commits
	
		
			6 Commits
		
	
	
		
			ubports/fo
			...
			1.31.0
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					cd925e9500 | ||
| 
						 | 
					9a8dfdf7db | ||
| 
						 | 
					76210af2f2 | ||
| 
						 | 
					14f1508a42 | ||
| 
						 | 
					e1a09b9119 | ||
| 
						 | 
					ebe124e018 | 
							
								
								
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										12
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,15 @@
 | 
			
		||||
mce-dev (1.31.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add forced charging D-Bus constants. JB#58372
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jolla.com>  Tue, 18 Oct 2022 10:47:06 +0300
 | 
			
		||||
 | 
			
		||||
mce-dev (1.30.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add charging hysteresis state D-Bus constants. JB#40062
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jolla.com>  Tue, 22 Feb 2022 04:19:53 +0200
 | 
			
		||||
 | 
			
		||||
mce-dev (1.29.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add mouse availability state D-Bus constants. JB#55866
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,8 @@
 | 
			
		||||
 * <p>
 | 
			
		||||
 * This file is part of mce-dev
 | 
			
		||||
 * <p>
 | 
			
		||||
 * Copyright © 2004-2011 Nokia Corporation and/or its subsidiary(-ies).
 | 
			
		||||
 * Copyright (C) 2013-2019 Jolla Ltd.
 | 
			
		||||
 * Copyright (c) 2004 - 2011 Nokia Corporation and/or its subsidiary(-ies).
 | 
			
		||||
 * Copyright (c) 2013 - 2022 Jolla Ltd.
 | 
			
		||||
 * Copyright (c) 2019 Open Mobile Platform LLC.
 | 
			
		||||
 * <p>
 | 
			
		||||
 * @author David Weinehall <david.weinehall@nokia.com>
 | 
			
		||||
@@ -919,8 +919,70 @@
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGER_TYPE_SIG             "charger_type_ind"
 | 
			
		||||
 | 
			
		||||
/** Query current charging hysteresis state
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.110.0
 | 
			
		||||
 *
 | 
			
		||||
 * @return string: charging hysteresis policy state, one of:
 | 
			
		||||
 * - #MCE_CHARGING_STATE_UNKNOWN
 | 
			
		||||
 * - #MCE_CHARGING_STATE_ENABLED
 | 
			
		||||
 * - #MCE_CHARGING_STATE_DISABLED
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_STATE_GET           "get_charging_state"
 | 
			
		||||
 | 
			
		||||
/** Signal that indicates that charging hysteresis state has changed
 | 
			
		||||
 *
 | 
			
		||||
 * Charging hysteresis policy decision.
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.110.0
 | 
			
		||||
 *
 | 
			
		||||
 * @param string: charging hysteresis policy state, one of:
 | 
			
		||||
 * - #MCE_CHARGING_STATE_UNKNOWN
 | 
			
		||||
 * - #MCE_CHARGING_STATE_ENABLED
 | 
			
		||||
 * - #MCE_CHARGING_STATE_DISABLED
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_STATE_SIG           "charging_state_ind"
 | 
			
		||||
 | 
			
		||||
/** Query charge-once-to-full policy override state
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 *
 | 
			
		||||
 * @return string: charge-once-to-full policy override state, one of:
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_UNKNOWN
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_ENABLED
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_DISABLED
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_GET           "get_forced_charging"
 | 
			
		||||
 | 
			
		||||
/** Request charge-once-to-full policy override state change
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 * 
 | 
			
		||||
 * @note Override is automatically disabled if / when
 | 
			
		||||
 *       battery is full or charger is disconnected.
 | 
			
		||||
 *
 | 
			
		||||
 * @param value string: override state, one of:
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_ENABLED
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_DISABLED
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_REQ           "req_forced_charging"
 | 
			
		||||
 | 
			
		||||
/** Signal that indicates that charge-once-to-full policy override state has changed
 | 
			
		||||
 *
 | 
			
		||||
 * Charge-once-to-full policy override decision.
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 *
 | 
			
		||||
 * @param string: charge-once-to-full policy state, one of:
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_UNKNOWN
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_ENABLED
 | 
			
		||||
 * - #MCE_FORCED_CHARGING_DISABLED
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_SIG           "forced_charging_ind"
 | 
			
		||||
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/** @name LED Control
 | 
			
		||||
 
 | 
			
		||||
@@ -4,8 +4,8 @@
 | 
			
		||||
 * <p>
 | 
			
		||||
 * This file is part of mce-dev
 | 
			
		||||
 * <p>
 | 
			
		||||
 * Copyright © 2004-2011 Nokia Corporation and/or its subsidiary(-ies).
 | 
			
		||||
 * Copyright (C) 2012-2019 Jolla Ltd.
 | 
			
		||||
 * Copyright (c) 2004 - 2011 Nokia Corporation and/or its subsidiary(-ies).
 | 
			
		||||
 * Copyright (c) 2012 - 2022 Jolla Ltd.
 | 
			
		||||
 * Copyright (c) 2019 Open Mobile Platform LLC.
 | 
			
		||||
 * <p>
 | 
			
		||||
 * @author David Weinehall <david.weinehall@nokia.com>
 | 
			
		||||
@@ -482,6 +482,58 @@
 | 
			
		||||
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/** @name Charging Hysteresis State Constants
 | 
			
		||||
 *
 | 
			
		||||
 *@{
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/** Charging hysteresis policy state is not known
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.110.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_STATE_UNKNOWN              "unknown"
 | 
			
		||||
 | 
			
		||||
/** Charging hysteresis policy allows charging
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.110.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_STATE_ENABLED              "enabled"
 | 
			
		||||
 | 
			
		||||
/** Charging hysteresis policy denies charging
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.110.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_STATE_DISABLED             "disabled"
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/** @name Charge-once-to-full policy override constants
 | 
			
		||||
 *
 | 
			
		||||
 *@{
 | 
			
		||||
 */
 | 
			
		||||
 | 
			
		||||
/** Charge-once-to-full policy override state is not known
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_UNKNOWN              "unknown"
 | 
			
		||||
 | 
			
		||||
/** Charge-once-to-full policy override has been activated
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_ENABLED              "enabled"
 | 
			
		||||
 | 
			
		||||
/** Charge-once-to-full policy override has been deactivated
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.112.0
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_DISABLED             "disabled"
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/////////////////////////////////////////////////////////////////////////////
 | 
			
		||||
/** @name Battery Status Constants
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							@@ -3,7 +3,7 @@ includedir=${prefix}/include
 | 
			
		||||
 | 
			
		||||
Name: mce
 | 
			
		||||
Description: Mode Control Entity
 | 
			
		||||
Version: 1.29.0
 | 
			
		||||
Version: 1.31.0
 | 
			
		||||
Requires:
 | 
			
		||||
Libs:
 | 
			
		||||
Cflags: -I${includedir}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
Name:       mce-headers
 | 
			
		||||
Summary:    Development files for mce
 | 
			
		||||
Version:    1.29.0
 | 
			
		||||
Version:    1.31.0
 | 
			
		||||
Release:    1
 | 
			
		||||
Group:      Development/Libraries
 | 
			
		||||
License:    LGPLv2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user