internal_systemd/rules/75-tty-description.rules

15 lines
522 B
Plaintext
Raw Normal View History

2009-06-16 11:27:22 -07:00
# do not edit this file, it will be overwritten on update
2010-04-12 07:52:41 -07:00
ACTION=="remove", GOTO="tty_end"
2009-06-16 11:27:22 -07:00
SUBSYSTEM!="tty", GOTO="tty_end"
2012-10-22 09:23:08 -07:00
IMPORT{builtin}="hwdb"
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id --subsystem=usb"
2009-06-16 11:27:22 -07:00
SUBSYSTEMS=="usb", ATTRS{idVendor}!="", ATTRS{idProduct}!="", ENV{ID_VENDOR_ID}="$attr{idVendor}", ENV{ID_MODEL_ID}="$attr{idProduct}"
SUBSYSTEMS=="usb", GOTO="tty_end"
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
LABEL="tty_end"