aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-23 19:41:47 +0100
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>2010-01-23 19:41:47 +0100
commit6280f6aa6f0f91b8fc69781e8a8bc69ec3d77f2e (patch)
tree152ba9b3a47d181b57cf9908b3df5eb31f9d0bd7 /docs
parent95c3f712b9c2705362279a48f0785aa6713d5d94 (diff)
downloadcornucopia-6280f6aa6f0f91b8fc69781e8a8bc69ec3d77f2e.tar.gz
cornucopia-6280f6aa6f0f91b8fc69781e8a8bc69ec3d77f2e.tar.bz2
cornucopia-6280f6aa6f0f91b8fc69781e8a8bc69ec3d77f2e.zip
docs: document additional vibrator plugins and new config switch for kernel26_leds
Diffstat (limited to 'docs')
-rw-r--r--docs/fsodeviced.conf11
1 files changed, 10 insertions, 1 deletions
diff --git a/docs/fsodeviced.conf b/docs/fsodeviced.conf
index 52458fbd..ac782b43 100644
--- a/docs/fsodeviced.conf
+++ b/docs/fsodeviced.conf
@@ -51,7 +51,8 @@ router_type = alsa
# No settings yet
[fsodevice.kernel26_leds]
-# No settings yet
+# Which leds to ignore (substring match)
+ignore_by_name = vib
[fsodevice.kernel26_powersupply]
# No settings yet
@@ -86,3 +87,11 @@ router_type = alsa
# Enable this on thinkpad devices on kernels <= 2.6.32 (rfkill)
#[fsodevice.thinkpad_powercontrol]
+
+# Enable this on devices that export a vibrator via LED class (e.g. Openmoko)
+#[fsodevice.vibrator_ledclass]
+# No settings yet
+
+# Enable this on devices that export a vibrator via TimedOutput class (e.g. Android/Linux)
+#[fsodevice.vibrator_timedoutputclass]
+# No settings yet