[coreboot-gerrit] Patch set updated for coreboot: lenovo/{x60, t60, x201, x60}: disable power beeps by default

Francis Rowe (info@gluglug.org.uk) gerrit at coreboot.org
Sat Jun 13 01:47:42 CEST 2015


Francis Rowe (info at gluglug.org.uk) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/10533

-gerrit

commit f932855b7301aa5901635b1f88677eefddd0727e
Author: Francis Rowe <info at gluglug.org.uk>
Date:   Sat Jun 13 00:42:38 2015 +0100

    lenovo/{x60,t60,x201,x60}: disable power beeps by default
    
    It annoys most users, when these beeps occur. For example, if the
    user is in a public library (or a meeting), they don't want these
    beeps. Leave them configurable, but disable them by default.
    
    Change-Id: Ic8ccaba31fcbb609768a1d34a911c74453dacb5f
    Signed-off-by: Francis Rowe <info at gluglug.org.uk>
---
 src/mainboard/lenovo/t60/cmos.default  | 4 ++--
 src/mainboard/lenovo/x200/cmos.default | 4 ++--
 src/mainboard/lenovo/x201/cmos.default | 4 ++--
 src/mainboard/lenovo/x60/cmos.default  | 4 ++--
 4 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/src/mainboard/lenovo/t60/cmos.default b/src/mainboard/lenovo/t60/cmos.default
index 6adf85d..9085cce 100644
--- a/src/mainboard/lenovo/t60/cmos.default
+++ b/src/mainboard/lenovo/t60/cmos.default
@@ -17,5 +17,5 @@ wwan=Enable
 trackpoint=Enable
 fn_ctrl_swap=Disable
 sticky_fn=Disable
-power_management_beeps=Enable
-low_battery_beep=Enable
+power_management_beeps=Disable
+low_battery_beep=Disable
diff --git a/src/mainboard/lenovo/x200/cmos.default b/src/mainboard/lenovo/x200/cmos.default
index 1da4c7c..7bce669 100644
--- a/src/mainboard/lenovo/x200/cmos.default
+++ b/src/mainboard/lenovo/x200/cmos.default
@@ -10,6 +10,6 @@ wlan=Enable
 trackpoint=Enable
 fn_ctrl_swap=Disable
 sticky_fn=Disable
-power_management_beeps=Enable
-low_battery_beep=Enable
+power_management_beeps=Disable
+low_battery_beep=Disable
 sata_mode=AHCI
diff --git a/src/mainboard/lenovo/x201/cmos.default b/src/mainboard/lenovo/x201/cmos.default
index 29eb509..d5796b7 100644
--- a/src/mainboard/lenovo/x201/cmos.default
+++ b/src/mainboard/lenovo/x201/cmos.default
@@ -13,6 +13,6 @@ touchpad=Enable
 trackpoint=Enable
 fn_ctrl_swap=Disable
 sticky_fn=Disable
-power_management_beeps=Enable
-low_battery_beep=Enable
+power_management_beeps=Disable
+low_battery_beep=Disable
 sata_mode=AHCI
diff --git a/src/mainboard/lenovo/x60/cmos.default b/src/mainboard/lenovo/x60/cmos.default
index 0185e94..3792ea0 100644
--- a/src/mainboard/lenovo/x60/cmos.default
+++ b/src/mainboard/lenovo/x60/cmos.default
@@ -17,5 +17,5 @@ wwan=Enable
 trackpoint=Enable
 fn_ctrl_swap=Disable
 sticky_fn=Disable
-power_management_beeps=Enable
-low_battery_beep=Enable
+power_management_beeps=Disable
+low_battery_beep=Disable



More information about the coreboot-gerrit mailing list