chiark / gitweb /
80-net-name-slot.rules: only rename network interfaces on ACTION=="add"
[elogind.git] / rules / 75-tty-description.rules
1 # do not edit this file, it will be overwritten on update
2
3 ACTION=="remove", GOTO="tty_end"
4 SUBSYSTEM!="tty", GOTO="tty_end"
5
6 SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
7 SUBSYSTEMS=="usb", GOTO="tty_end"
8
9 SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
10 SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci"
11
12 LABEL="tty_end"