aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
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