Looking through the other examples, some create Input Queues. I
haven't done that. Is that needed? Have I missed something dumb? I am
working through TN2187 "New HID Manager APIs for Mac OS X version
10.5" and, while it is very good, it is missing some key examples.
Looking at your code, you're spinning w/o giving your RunLoop any time.
Try replacing:
while (1) {
usleep(1000000);
}
With a call to CFRunLoopRun() or one of its friends.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Usb mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden