feat(amd): add USB rules for ATTINY85
This commit is contained in:
parent
4722d5ef88
commit
d405190f0d
1 changed files with 3 additions and 0 deletions
|
|
@ -125,6 +125,9 @@ with lib.metacfg;
|
|||
|
||||
# Logitech racing wheel permissions (oversteer)
|
||||
services.udev.extraRules = ''
|
||||
SUBSYSTEMS=="usb", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666"
|
||||
KERNEL=="ttyACM*", ATTRS{idVendor}=="16d0", ATTRS{idProduct}=="0753", MODE:="0666", ENV{ID_MM_DEVICE_IGNORE}="1"
|
||||
|
||||
# Match Logitech HID devices for racing wheel support
|
||||
ACTION!="unbind", ACTION!="remove", SUBSYSTEM=="hid", ATTRS{idVendor}=="046d", GOTO="logitech-rules"
|
||||
GOTO="end"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue