diff --git a/sbin/devd/apple.conf b/sbin/devd/apple.conf index 9c132ec9f183..0729a9c86e7a 100644 --- a/sbin/devd/apple.conf +++ b/sbin/devd/apple.conf @@ -44,7 +44,7 @@ notify 0 { match "system" "PMU"; match "subsystem" "keys"; match "type" "mute"; - action "mixer vol.volume=0"; + action "mixer vol.mute=^"; }; notify 0 { diff --git a/usr.bin/usbhidaction/usbhidaction.1 b/usr.bin/usbhidaction/usbhidaction.1 index 423b21adae9f..f50af8fff1ad 100644 --- a/usr.bin/usbhidaction/usbhidaction.1 +++ b/usr.bin/usbhidaction/usbhidaction.1 @@ -28,7 +28,7 @@ .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE .\" POSSIBILITY OF SUCH DAMAGE. .\" -.Dd March 13, 2022 +.Dd March 14, 2022 .Dt USBHIDACTION 1 .Os .Sh NAME @@ -141,7 +141,7 @@ of Philips USB speakers with the HID controls on the speakers. # Configuration for various Philips USB speakers Consumer:Volume_Increment 1 0 mixer -f $1 vol.volume=+1 Consumer:Volume_Decrement 1 0 mixer -f $1 vol.volume=-1 -Consumer:Mute 1 0 mixer -f $1 mute.volume=^ +Consumer:Mute 1 0 mixer -f $1 vol.mute=^ Consumer:Channel_Top.Microsoft:Base_Up 1 0 mixer -f $1 bass.volume=+1 Consumer:Channel_Top.Microsoft:Base_Down 1 0 mixer -f $1 bass.volume=-1 .Ed