Anton Shestakov <av6@dwimlabs.net>, Mon, 16 Sep 2024 00:48:36 +0400
.hgrc: dp1 and dp2 aliases to diff for sanity-checks of merges
An extra alias "d" is needed to make sure `hg d` still works after we add other
commands starting with "d".
`--from` and `--to` are hg 5.7+, they provide clearer UI, but you can still use
`hg diff -r foo -r bar`.
etc/udev/rules.d/99-acp.rules
Permissions: -rw-r--r--
SUBSYSTEM!="sound", GOTO="acp_end"
# Ellesmere HDMI Audio [Radeon RX 470/480 / 570/580/590]
ATTRS{vendor}=="0x1002", ATTRS{device}=="0xaaf0", ENV{ACP_IGNORE}="1"
# Starship/Matisse HD Audio Controller
ATTRS{vendor}=="0x1022", ATTRS{device}=="0x1487", ENV{ACP_IGNORE}="1"
# Sunrise Point-LP HD Audio
ATTRS{vendor}=="0x8086", ATTRS{device}=="0x9d71", ENV{ACP_IGNORE}="1"