diff options
author | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-05 02:00:30 +0200 |
---|---|---|
committer | Kay Sievers <kay.sievers@vrfy.org> | 2011-08-05 02:00:30 +0200 |
commit | d7867b31836173d1a943ecb1cab6484536126411 (patch) | |
tree | 2ad9da94abfa9b5d12dc47a623601b8ea8640c7f /rules/rules.d/75-tty-description.rules | |
parent | 617746e09795575c6258dd075ee7f0a44ce61e1e (diff) |
implement path_id, usb_id, input_id as built-in command
Diffstat (limited to 'rules/rules.d/75-tty-description.rules')
-rw-r--r-- | rules/rules.d/75-tty-description.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/rules.d/75-tty-description.rules b/rules/rules.d/75-tty-description.rules index c2980cfb69..b67c857dfd 100644 --- a/rules/rules.d/75-tty-description.rules +++ b/rules/rules.d/75-tty-description.rules @@ -3,7 +3,7 @@ ACTION=="remove", GOTO="tty_end" SUBSYSTEM!="tty", GOTO="tty_end" -SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{program}="usb_id --export %p" +SUBSYSTEMS=="usb", ENV{ID_MODEL}=="", IMPORT{builtin}="usb_id" 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" |