WinUSB query
Posted: Sun Aug 22, 2010 11:48 am
0.4.0.r1397
I am trying to get a no-name RF remote to work with a WinUSB driver. It works with the generic HID driver apart from the colour buttons. The device shows up as a Holtek Wireless Trackball and Keyboard and with VID_1241&PID_F767.
I think the WinUSB driver has been installed properly and I am using a bare bones __init__.py file with a callback that just prints the recived data:
def ButtonsCallback(self, data):
print "Holtek:", data
However, this now recognises even fewer buttons than the Generic HID plug in. Does this make sense? Any idea what I have done wrong?
I have alse tried this remote with a trial version of Intelliremote and it works almost perfectly. Though I am not keen on spending £18 to get my £15 remote working.
Thanks for any help.
I am trying to get a no-name RF remote to work with a WinUSB driver. It works with the generic HID driver apart from the colour buttons. The device shows up as a Holtek Wireless Trackball and Keyboard and with VID_1241&PID_F767.
I think the WinUSB driver has been installed properly and I am using a bare bones __init__.py file with a callback that just prints the recived data:
def ButtonsCallback(self, data):
print "Holtek:", data
However, this now recognises even fewer buttons than the Generic HID plug in. Does this make sense? Any idea what I have done wrong?
I have alse tried this remote with a trial version of Intelliremote and it works almost perfectly. Though I am not keen on spending £18 to get my £15 remote working.
Thanks for any help.