I have the black version of this remote and I'm having some trouble getting it working. I understand how to do almost everything except I'm not sure how to modify the guid's in the driver.inf and __init__.py. Eventghost displays the vendor id and guid when I insert the usb dongle.
System.DeviceAttached [u'\\\\?\\USB#Vid_1233&Pid_e006#5&1296dba0&0&1#{a5dcbf10-6530-11d2-901f-00c04fb951ed}']
Is the guid displayed the one I should use in the driver.inf in the device section like this?
HKR,,DeviceInterfaceGUIDs,0x10000,"{a5dcbf10-6530-11d2-901f-00c04fb951ed}"
The driver seems to install fine when I do it this way but the remote does not work after this. Also, if I use this guid in the __init__.py I get a device not found error when loading the plugin in EG.
I have also tried using the class guid instead of the guid displayed by EG. This was done by schindi77 on page 4 of this thread and he said it worked fine. It seemed to work for as well, the driver installed, eventghost did not complain about finding the device, but no button presses were captured. Maybe this was the right way but the codes are different and therefore nothing was captured?
I should go out and buy a supported remote but the tinkerer/cheapskate in me wants to make this work. Thanks in advance.
