diff options
-rw-r--r-- | conf/distro/include/sane-srcrevs-fso.inc | 2 | ||||
-rw-r--r-- | recipes/freesmartphone/fsodeviced/fsodeviced.conf | 24 | ||||
-rw-r--r-- | recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf | 4 |
3 files changed, 15 insertions, 15 deletions
diff --git a/conf/distro/include/sane-srcrevs-fso.inc b/conf/distro/include/sane-srcrevs-fso.inc index 726efec3b5..6b4c494684 100644 --- a/conf/distro/include/sane-srcrevs-fso.inc +++ b/conf/distro/include/sane-srcrevs-fso.inc @@ -4,7 +4,7 @@ FSO_CORNUCOPIA_SRCREV ?= "70b87d6e8b04f0bf0078702f6467e037eb4fdb28" SRCREV_pn-fso-apm ?= "${FSO_CORNUCOPIA_SRCREV}" SRCREV_pn-fsodatad ?= "${FSO_CORNUCOPIA_SRCREV}" -SRCREV_pn-fsodeviced ?= "${FSO_CORNUCOPIA_SRCREV}" +SRCREV_pn-fsodeviced ?= "44a4aabf382995c9f3141ec09b202f0e569a484d" SRCREV_pn-fsogsmd ?= "${FSO_CORNUCOPIA_SRCREV}" SRCREV_pn-fsolocationd ?= "${FSO_CORNUCOPIA_SRCREV}" SRCREV_pn-fsomusicd ?= "${FSO_CORNUCOPIA_SRCREV}" diff --git a/recipes/freesmartphone/fsodeviced/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/fsodeviced.conf index 0d7b43a3f8..4e72778415 100644 --- a/recipes/freesmartphone/fsodeviced/fsodeviced.conf +++ b/recipes/freesmartphone/fsodeviced/fsodeviced.conf @@ -17,17 +17,17 @@ log_destination = /var/log/fsodeviced.log [fsodevice.accelerometer] # Which accelerometer variant plugin to use: none (default), lis302 -#device_type = lis302 - -#[fsodevice.accelerometer_lis302] -## Which input node to read from -#inputnode = /input/event2 -## How many samples to process, when in use -#sample_rate = 100 -## Threshhold to program, when in use -#threshold = 100 -## Scale to program, when in use -#full_scale = 2.3 +device_type = lis302 + +[fsodevice.accelerometer_lis302] +# Which input node to read from +inputnode = /input/event2 +# How many samples to process, when in use +sample_rate = 100 +# Threshhold to program, when in use +threshold = 100 +# Scale to program, when in use +full_scale = 2.3 [fsodevice.player_alsa] # No settings yet @@ -51,7 +51,7 @@ player_type = alsa [fsodevice.kernel26_powersupply] # No settings yet -#[fsodevice.kernel26_rfkill] +[fsodevice.kernel26_rfkill] # No settings yet [fsodevice.kernel26_rtc] diff --git a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf b/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf index e9ff0c5896..acee3f84ac 100644 --- a/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf +++ b/recipes/freesmartphone/fsodeviced/om-gta02/fsodeviced.conf @@ -51,7 +51,7 @@ player_type = alsa [fsodevice.kernel26_powersupply] # No settings yet -[fsodevice.kernel26_rfkill] +#[fsodevice.kernel26_rfkill] # No settings yet [fsodevice.kernel26_rtc] @@ -84,7 +84,7 @@ idle_lock = 1 suspend = 30 # Enable this on openmoko devices -#[fsodevice.powercontrol_openmoko] +[fsodevice.powercontrol_openmoko] # Enable this on thinkpad devices #[fsodevice.powercontrol.thinkpad] |