2009-06-17 01:27:22 +07:00
|
|
|
# do not edit this file, it will be overwritten on update
|
|
|
|
|
2010-04-12 21:52:41 +07:00
|
|
|
ACTION=="remove", GOTO="tty_end"
|
2009-06-17 01:27:22 +07:00
|
|
|
SUBSYSTEM!="tty", GOTO="tty_end"
|
|
|
|
|
2011-08-05 07:00:30 +07:00
|
|
|
SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id"
|
2009-06-17 01:27:22 +07:00
|
|
|
SUBSYSTEMS=="usb", ENV{ID_MODEL_FROM_DATABASE}=="", IMPORT{program}="usb-db %p"
|
|
|
|
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_MODEL_FROM_DATABASE}=="", IMPORT{program}="pci-db %p"
|
|
|
|
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
|
|
|
|
|
|
|
|
LABEL="tty_end"
|