On Wed, 19 Feb 2014, Phil Dibowitz wrote: > I tested my remotes with the hid_exit() removed, but I'd like a bit of wider > testing. Also, I can guard the hid_exit() in an #indef __APPLE, but it's not > clear to me that the hid_exit() is something we should be doing between > reboots of the remote _anyway_. Hmm.
I looked at what libusb-compat does (since libusb 0.1 API doesn't have an exit type call). It uses atexit() to call libusb_exit() in the 1.0 API. So I'm thinking we should probably use atexit() to call hid_exit()? I think that should work. ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel