summaryrefslogtreecommitdiff
path: root/rules/75-tty-description.rules
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2015-03-12 17:15:15 +0100
committerAnthony G. Basile <blueness@gentoo.org>2015-03-18 15:55:48 -0400
commitb45bb6733bd6ea9daeedf3051bc06eefd75606a1 (patch)
treebb131be3dee1b8e88c3e0915e819c9fe82ce9f73 /rules/75-tty-description.rules
parent51ed849fb0ce93dc37776bcf7676082cc9c1d203 (diff)
rules: merge tty and serial rules file
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'rules/75-tty-description.rules')
-rw-r--r--rules/75-tty-description.rules12
1 files changed, 0 insertions, 12 deletions
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"