Import 1.10.26
This commit is contained in:
12
debian/changelog
vendored
12
debian/changelog
vendored
@@ -1,3 +1,15 @@
|
||||
mce-dev (1.10.26) unstable; urgency=low
|
||||
|
||||
* Fixed errors in the doc-base file
|
||||
|
||||
-- David Weinehall <david.weinehall@nokia.com> Mon, 24 Jan 2011 20:49:02 +0200
|
||||
|
||||
mce-dev (1.10.25) unstable; urgency=low
|
||||
|
||||
* Added radio state flags for NFC and FM transmitter
|
||||
|
||||
-- David Weinehall <david.weinehall@nokia.com> Thu, 20 Jan 2011 13:54:23 +0200
|
||||
|
||||
mce-dev (1.10.24) unstable; urgency=low
|
||||
|
||||
* MCE_RADIO_STATES_CHANGE_REQ does not return the updated radio states
|
||||
|
||||
2
debian/control
vendored
2
debian/control
vendored
@@ -2,7 +2,7 @@ Source: mce-dev
|
||||
Section: devel
|
||||
Priority: optional
|
||||
Maintainer: David Weinehall <david.weinehall@nokia.com>
|
||||
Uploaders: Ilya Dogolazky <ilya.dogolazky@nokia.com>, Tuomo Tanskanen <ext-tuomo.1.tanskanen@nokia.com>
|
||||
Uploaders: Tuomo Tanskanen <ext-tuomo.1.tanskanen@nokia.com>
|
||||
Build-Depends: debhelper (>= 5.0.0)
|
||||
Build-Depends-Indep: doxygen
|
||||
Standards-Version: 3.7.3
|
||||
|
||||
4
debian/mce-doc.doc-base
vendored
4
debian/mce-doc.doc-base
vendored
@@ -1,10 +1,10 @@
|
||||
Document: mce
|
||||
Title: MCE D-Bus Interface
|
||||
Author:
|
||||
Author: David Weinehall
|
||||
Abstract: The MCE daemon is used on the Maemo platform for various
|
||||
low-level services, such as the LEDs, display control,
|
||||
touchscreen/keypad lock, etc.
|
||||
|
||||
.
|
||||
The D-Bus API provided by MCE allows applications to get information
|
||||
about the state of these services and to make various requests.
|
||||
Section: Programming
|
||||
|
||||
@@ -48,6 +48,18 @@
|
||||
* @since v1.10.60
|
||||
*/
|
||||
#define MCE_RADIO_STATE_BLUETOOTH (1 << 3)
|
||||
/**
|
||||
* NFC; set - enabled, unset - disabled
|
||||
*
|
||||
* @since v1.10.93
|
||||
*/
|
||||
#define MCE_RADIO_STATE_NFC (1 << 4)
|
||||
/**
|
||||
* FM transmitter; set - enabled, unset - disabled
|
||||
*
|
||||
* @since v1.10.93
|
||||
*/
|
||||
#define MCE_RADIO_STATE_FMTX (1 << 5)
|
||||
|
||||
/**
|
||||
* No ongoing call
|
||||
|
||||
Reference in New Issue
Block a user