Use "speakup_..." for speakup bootoption. v0.8.20
authorMichael Prokop <mika@grml.org>
Wed, 8 Apr 2009 12:37:38 +0000 (14:37 +0200)
committerMichael Prokop <mika@grml.org>
Wed, 8 Apr 2009 12:37:38 +0000 (14:37 +0200)
autoconfig.functions
debian/changelog

index 0a0b395..af4ce8a 100755 (executable)
@@ -891,7 +891,7 @@ config_hwspeak(){
          flitewrapper "Sorry, no speakup module specified for bootoption speakup.synth."
       else
          einfo "Trying to load $module"
          flitewrapper "Sorry, no speakup module specified for bootoption speakup.synth."
       else
          einfo "Trying to load $module"
-         modprobe $module
+         modprobe "speakup_${module}"
          eend $?
       fi
 
          eend $?
       fi
 
index e10adee..a4eb48a 100644 (file)
@@ -1,3 +1,9 @@
+grml-autoconfig (0.8.20) unstable; urgency=low
+
+  * Use "speakup_..." for speakup bootoption. Thanks to Michael Whapples!
+
+ -- Michael Prokop <mika@grml.org>  Wed, 08 Apr 2009 14:36:42 +0200
+
 grml-autoconfig (0.8.19) unstable; urgency=low
 
   * Add support for speakup.synth=... bootoption. [Testing: issue610]
 grml-autoconfig (0.8.19) unstable; urgency=low
 
   * Add support for speakup.synth=... bootoption. [Testing: issue610]