Created
August 30, 2019 19:55
-
-
Save thalesmg/0a30dd410725bbe7b538a57255dec538 to your computer and use it in GitHub Desktop.
udev rules to mute/unmute usb headphone
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ACTION=="add", ATTRS{product}=="Microsoft LifeChat LX-3000" RUN+="/home/thales/bin/tmg-snd-event-handler.sh unmute" | |
ACTION=="remove", ATTRS{product}=="Microsoft LifeChat LX-3000" RUN+="/home/thales/bin/tmg-snd-event-handler.sh mute" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment