Compare commits
	
		
			3 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 
						 | 
					f0a933c8c2 | ||
| 
						 | 
					94936dbd94 | ||
| 
						 | 
					3f26613c07 | 
							
								
								
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										6
									
								
								debian/changelog
									
									
									
									
										vendored
									
									
								
							@@ -1,3 +1,9 @@
 | 
			
		||||
mce-dev (1.32.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add charging suspendable dbus constant. JB#59152
 | 
			
		||||
 | 
			
		||||
 -- Simo Piiroinen <simo.piiroinen@jolla.com>  Tue, 22 Nov 2022 14:22:52 +0200
 | 
			
		||||
 | 
			
		||||
mce-dev (1.31.0) unstable; urgency=low
 | 
			
		||||
 | 
			
		||||
  * [mce] Add forced charging D-Bus constants. JB#58372
 | 
			
		||||
 
 | 
			
		||||
@@ -980,6 +980,19 @@
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_FORCED_CHARGING_SIG           "forced_charging_ind"
 | 
			
		||||
 | 
			
		||||
/** Query whether charging can be suspended on this device
 | 
			
		||||
 *
 | 
			
		||||
 * @since mce 1.113.0
 | 
			
		||||
 *
 | 
			
		||||
 * @note As this is a matter of static configuration, the value
 | 
			
		||||
 *       returned does not change during mce runtime and thus
 | 
			
		||||
 *       there is related change signal.
 | 
			
		||||
 *
 | 
			
		||||
 * @return boolean: true if mce can be enable/disable charging, or
 | 
			
		||||
 *                  false if not
 | 
			
		||||
 */
 | 
			
		||||
# define MCE_CHARGING_SUSPENDABLE_GET      "get_charging_suspendable"
 | 
			
		||||
 | 
			
		||||
/*@}*/
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								mce.pc
									
									
									
									
									
								
							@@ -3,7 +3,7 @@ includedir=${prefix}/include
 | 
			
		||||
 | 
			
		||||
Name: mce
 | 
			
		||||
Description: Mode Control Entity
 | 
			
		||||
Version: 1.31.0
 | 
			
		||||
Version: 1.32.0
 | 
			
		||||
Requires:
 | 
			
		||||
Libs:
 | 
			
		||||
Cflags: -I${includedir}
 | 
			
		||||
 
 | 
			
		||||
@@ -1,6 +1,6 @@
 | 
			
		||||
Name:       mce-headers
 | 
			
		||||
Summary:    Development files for mce
 | 
			
		||||
Version:    1.31.0
 | 
			
		||||
Version:    1.32.0
 | 
			
		||||
Release:    1
 | 
			
		||||
Group:      Development/Libraries
 | 
			
		||||
License:    LGPLv2
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user