feat(amd): add USB rules for ATTINY85

This commit is contained in:
Harald Hoyer 2026-02-19 14:57:54 +01:00
parent 4722d5ef88
commit d405190f0d

View file

@ -125,6 +125,9 @@ with lib.metacfg;
# Logitech racing wheel permissions (oversteer) # Logitech racing wheel permissions (oversteer)
services.udev.extraRules = '' 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 # Match Logitech HID devices for racing wheel support
ACTION!="unbind", ACTION!="remove", SUBSYSTEM=="hid", ATTRS{idVendor}=="046d", GOTO="logitech-rules" ACTION!="unbind", ACTION!="remove", SUBSYSTEM=="hid", ATTRS{idVendor}=="046d", GOTO="logitech-rules"
GOTO="end" GOTO="end"