]> git.ipfire.org Git - thirdparty/systemd.git/blame - rules/75-tty-description.rules
socket-proxyd(1): fix references to non-existant files
[thirdparty/systemd.git] / rules / 75-tty-description.rules
CommitLineData
5a92fd9c
DW
1# do not edit this file, it will be overwritten on update
2
4b06c409 3ACTION=="remove", GOTO="tty_end"
5a92fd9c
DW
4SUBSYSTEM!="tty", GOTO="tty_end"
5
a660c63c 6SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
5a92fd9c
DW
7SUBSYSTEMS=="usb", GOTO="tty_end"
8
5a92fd9c 9SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
44affdc5 10SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
f17491e2 11
5a92fd9c 12LABEL="tty_end"