summarylogtreecommitdiffstats
path: root/99_smfpautoconf.rules
diff options
context:
space:
mode:
Diffstat (limited to '99_smfpautoconf.rules')
-rw-r--r--99_smfpautoconf.rules12
1 files changed, 0 insertions, 12 deletions
diff --git a/99_smfpautoconf.rules b/99_smfpautoconf.rules
deleted file mode 100644
index bcb775f5f22d..000000000000
--- a/99_smfpautoconf.rules
+++ /dev/null
@@ -1,12 +0,0 @@
-# This file is a part of package samsung-unified-driver
-# Rules to allow low level USB device access for smfpautoconf
-
-SUBSYSTEM!="usb|usb_device", GOTO="label_end"
-ACTION!="add", GOTO="label_end"
-
-ATTRS{idVendor}=="0419", MODE="0666"
-ATTRS{idVendor}=="04e8", MODE="0666"
-ATTRS{idVendor}=="0924", MODE="0666"
-ATTRS{idVendor}=="413c", MODE="0666"
-
-LABEL="label_end"