summaryrefslogtreecommitdiffstats
path: root/abs/core/udev/81-dvicoIR.rules
diff options
context:
space:
mode:
authorJames Meyer <james.meyer@operamail.com>2012-08-07 19:04:05 (GMT)
committerJames Meyer <james.meyer@operamail.com>2012-08-07 19:04:05 (GMT)
commit37c21aff66561118b324dbea4a0b5b64c1b6a0a3 (patch)
tree3eff17c6651d615f84597e771b30c721f5e5c964 /abs/core/udev/81-dvicoIR.rules
parentdba198996192078303bbfa789c1742c9fedfddd6 (diff)
downloadlinhes_pkgbuild-37c21aff66561118b324dbea4a0b5b64c1b6a0a3.zip
linhes_pkgbuild-37c21aff66561118b324dbea4a0b5b64c1b6a0a3.tar.gz
linhes_pkgbuild-37c21aff66561118b324dbea4a0b5b64c1b6a0a3.tar.bz2
udev: removed / moved to systemd-tools
Diffstat (limited to 'abs/core/udev/81-dvicoIR.rules')
-rw-r--r--abs/core/udev/81-dvicoIR.rules18
1 files changed, 0 insertions, 18 deletions
diff --git a/abs/core/udev/81-dvicoIR.rules b/abs/core/udev/81-dvicoIR.rules
deleted file mode 100644
index 8669f34..0000000
--- a/abs/core/udev/81-dvicoIR.rules
+++ /dev/null
@@ -1,18 +0,0 @@
-# Udev rules for Dvico remotes
-# do not edit this file, it will be overwritten on update
-
-# This rule is for the Dvico Dual Digital 4 Rev 2. It has 2 IR modules
-# identified, only the first of which is connected to the receiver.
-# The KERNELS=="*-1" part of this rule makes sure that the first
-# device is the one that gets the symlink.
-KERNEL=="event*", \
- KERNELS=="*-1", \
- ATTRS{manufacturer}=="Dvico", \
- ATTRS{idVendor}=="0fe9", \
- ATTRS{idProduct}=="db98", \
- SYMLINK="remotes/dvicoDualDigital4"
-
-# This rule is for the older style USB DVICO remote dongles.
-SUBSYSTEMS=="usb", KERNEL=="hiddev*", \
- ATTRS{product}=="DVICO USB HID Remocon V1.00", \
- SYMLINK+="remotes/dvicoIR"