pavel-a / usb-relay-hid

Software for USB-connected relays with HID interface. See the WIKI for more info.
http://vusb.wikidot.com/project:driver-less-usb-relays-hid-interface
242 stars 105 forks source link

os x leopard 10.5.8 header add issue #9

Closed rusakovichma closed 6 years ago

rusakovichma commented 8 years ago

Hello! Thanks for this very useful library.

But i had encountered a problem on my system. i had to add header #include <IOKit/hid/IOHIDManager.h> in hiddata_osx.c to get it working.

Perhaps, it would help someone

pavel-a commented 8 years ago

I have not built this on Leopard. What is the name of the header file that you added?

rusakovichma commented 8 years ago

i had to add #include <IOKit/hid/IOHIDManager.h> in hiddata_osx.c to get it working