summary refs log tree commit diff
path: root/os/etc/udev/rules.d/20-thunderbolt.rules
blob: 14a00a048a899f657bb1ccd7ea6783e4fd35e89a (plain) (blame)
1
2
3
4
# authorize devices

# thinkpad thunderbolt 3 dock
ACTION=="add", SUBSYSTEM=="thunderbolt", ATTR{vendor}=="0x108", ATTR{device}=="0x1720", ATTR{authorized}=="0", ATTR{authorized}="1"