Systemd/rules/75-tty-description.rules

14 lines
392 B
Plaintext
Raw Normal View History

2009-06-16 20:27:22 +02:00
# do not edit this file, it will be overwritten on update
2010-04-12 16:52:41 +02:00
ACTION=="remove", GOTO="tty_end"
2009-06-16 20:27:22 +02:00
SUBSYSTEM!="tty", GOTO="tty_end"
SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb"
2009-06-16 20:27:22 +02:00
SUBSYSTEMS=="usb", GOTO="tty_end"
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
IMPORT{builtin}="hwdb"
2009-06-16 20:27:22 +02:00
LABEL="tty_end"