chiark / gitweb /
rules: simply 60-drm.rules
authorDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 15:17:14 +0000 (16:17 +0100)
committerDavid Herrmann <dh.herrmann@gmail.com>
Sun, 3 Nov 2013 15:17:14 +0000 (16:17 +0100)
We don't need any GOTO, if we merge all matches into a single line.

rules/60-drm.rules

index de038c1191c423c72736b1df1e83b151d16bd2d1..1ed3e445f2dea76074d58d28fbc0d246f228f356 100644 (file)
@@ -1,8 +1,3 @@
 # do not edit this file, it will be overwritten on update
 
 # do not edit this file, it will be overwritten on update
 
-ACTION=="remove", GOTO="drm_end"
-SUBSYSTEM!="drm", GOTO="drm_end"
-
-SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"
-
-LABEL="drm_end"
+ACTION!="remove", SUBSYSTEM=="drm", SUBSYSTEMS=="pci|usb|platform", IMPORT{builtin}="path_id"