warpme / minimyth

Automatically exported from code.google.com/p/minimyth
0 stars 0 forks source link

remote don't autodetected #11

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Gotview remote doesn't autodetected without following patch:
--- lib/udev/rules.d/06-minimyth-hotplug-02-eventlircd.rules.disabled.orig
     2010-01-04 22:02:52.000000000 +0300
+++ lib/udev/rules.d/06-minimyth-hotplug-02-eventlircd.rules.disabled  
2010-01-04 21:51:55.000000000 +0300
@@ -21,11 +21,11 @@
GOTO="end-usb"
LABEL="begin-usb"
ENV{ID_USB_INTERFACES}=="", IMPORT{program}="usb_id --export %p"
-ENV{ID_VENDOR}=="0419", ENV{ID_MODEL}=="0001", ENV{eventlircd_enable}="true"
+ENV{ID_VENDOR_ID}=="0419", ENV{ID_MODEL_ID}=="0001",
ENV{eventlircd_enable}="true"
ENV{ID_VENDOR}=="05a4", ENV{ID_MODEL}=="9881", ENV{eventlircd_enable}="true"
ENV{ID_VENDOR}=="0766", ENV{ID_MODEL}=="0204", ENV{eventlircd_enable}="true"
ENV{ID_VENDOR}=="147a", ENV{ID_MODEL}=="e02d", ENV{eventlircd_enable}="true"
-ENV{eventlircd_enable}=="true",
ENV{eventlircd_keymap}="03_$env{ID_VENDOR}_$env{ID_MODEL}.keymap"
+ENV{eventlircd_enable}=="true",
ENV{eventlircd_keymap}="03_$env{ID_VENDOR_ID}_$env{ID_MODEL_ID}.keymap"
GOTO="begin-generic"
LABEL="end-usb"

Original issue reported on code.google.com by butirsky on 8 Jan 2010 at 2:47

GoogleCodeExporter commented 8 years ago
This should be fixed by commit #6072

Original comment by peben...@gmail.com on 13 Jan 2010 at 6:21