From b45bb6733bd6ea9daeedf3051bc06eefd75606a1 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Thu, 12 Mar 2015 17:15:15 +0100 Subject: rules: merge tty and serial rules file Signed-off-by: Anthony G. Basile --- rules/75-tty-description.rules | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 rules/75-tty-description.rules (limited to 'rules/75-tty-description.rules') diff --git a/rules/75-tty-description.rules b/rules/75-tty-description.rules deleted file mode 100644 index 11277b7d6f..0000000000 --- a/rules/75-tty-description.rules +++ /dev/null @@ -1,12 +0,0 @@ -# do not edit this file, it will be overwritten on update - -ACTION=="remove", GOTO="tty_end" -SUBSYSTEM!="tty", GOTO="tty_end" - -SUBSYSTEMS=="usb", IMPORT{builtin}="usb_id", IMPORT{builtin}="hwdb --subsystem=usb" -SUBSYSTEMS=="usb", GOTO="tty_end" - -SUBSYSTEMS=="pci", ENV{ID_BUS}="pci", ENV{ID_VENDOR_ID}="$attr{vendor}", ENV{ID_MODEL_ID}="$attr{device}" -SUBSYSTEMS=="pci", IMPORT{builtin}="hwdb --subsystem=pci" - -LABEL="tty_end" -- cgit v1.2.3-54-g00ecf