Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #SUBSYSTEM=="input", ENV{ID_INPUT.tags}="Seat0"
- #SUBSYSTEM=="input", DEVPATH=="/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/*", ENV{ID_INPUT.tags}="Seat1"
- # assign everything plugged into this USB port to seat1
- TAG=="seat", DEVPATH=="/devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/*", ENV{ID_SEAT}="seat1", TAG+="seat1"
- # assign video cards
- TAG=="seat", DEVPATH=="/devices/pci0000:00/0000:00:01.0/0000:01:00.0/*", ENV{ID_SEAT}="seat0", TAG+="seat0"
- TAG=="seat", DEVPATH=="/devices/pci0000:00/0000:00:1c.0/0000:02:00.0/*", ENV{ID_SEAT}="seat1", TAG+="seat1"
Advertisement
Add Comment
Please, Sign In to add comment