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"
|
2011-12-27 23:02:52 +07:00
|
|
|
SUBSYSTEMS=="usb", IMPORT{builtin}="usb-db"
|
2009-06-17 01: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"
|
|
|
|
|
2011-12-27 23:02:52 +07:00
|
|
|
SUBSYSTEMS=="pci", IMPORT{builtin}="pci-db"
|
2009-06-17 01:27:22 +07:00
|
|
|
SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}"
|
|
|
|
|
|
|
|
LABEL="tty_end"
|