Clarify udev rules file creation instructions

This commit is contained in:
Lennard Kittner
2025-11-15 17:13:01 +01:00
committed by GitHub
parent fa9fb1148d
commit ac8014f7e1

View File

@@ -54,7 +54,7 @@ MacOS:
### Udev (Linux only)
Create a new file in `/etc/udev/rules.d/99-HyperHeadset.rules` with the following content inside:
Create a new file, e.g., `/etc/udev/rules.d/99-HyperHeadset.rules` with the following content inside:
```
SUBSYSTEMS=="usb", ATTRS{idProduct}=="018b", ATTRS{idVendor}=="03f0", MODE="0666"