diff options
author | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:20:32 (GMT) |
---|---|---|
committer | Greg Frost <gregfrost1@bigpond.com> | 2009-05-30 03:20:32 (GMT) |
commit | 676ec60eae2d5176c16bbb2d490cf29bcc54e7f4 (patch) | |
tree | 6274385f8cf3ab278c787d1502b74f560ab55297 | |
parent | 10b9e6d826382b950763f0e969dd07793f412165 (diff) | |
download | linhes_pkgbuild-676ec60eae2d5176c16bbb2d490cf29bcc54e7f4.zip linhes_pkgbuild-676ec60eae2d5176c16bbb2d490cf29bcc54e7f4.tar.gz linhes_pkgbuild-676ec60eae2d5176c16bbb2d490cf29bcc54e7f4.tar.bz2 |
lirc: add udev rule for the dvico remote
-rw-r--r-- | abs/core-testing/lirc/dvicoIR.rules | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/abs/core-testing/lirc/dvicoIR.rules b/abs/core-testing/lirc/dvicoIR.rules new file mode 100644 index 0000000..5d6d066 --- /dev/null +++ b/abs/core-testing/lirc/dvicoIR.rules @@ -0,0 +1,5 @@ +# Added to get DVICO remote to be consistant device +SUBSYSTEMS=="usb", KERNEL=="hiddev*", \ + ATTRS{product}=="DVICO USB HID Remocon V1.00", \ + SYMLINK+="usb/dvicoIR" + |