On Tue, Apr 30, 2013 at 09:12:20AM -0700, Phil Dibowitz wrote: > That's with my 890 and my 880... the Info.plist file may need a new format or > something... I also remember when I wrote the mac support, the libusb stuff > was pretty shaky...
Sonofabitch: http://www.libusb.org/ticket/89 Most notably: """ Nathan is the Mac OS X expert in libusb, but it seems to me that Apple have stopped the previous workaround that allowed the kernel HID driver to be blocked for specific USB devices (codeless kext) from working since a recent system update, so at the moment there is indeed no way to access HID class devices using libusb, which isn't the fault of libusb. Please see http://libusb.org/wiki/FAQ#CanIcreateadriverlessdeviceusingHIDclass for more information and a link to HIDAPI. """ Basically libusb cannot access HID devices anymore in OSX, because they don't provide a way for developers to prevent the kernel from claiming HID devices. The only solution is to move to HIDAPI, which should work on linux and Mac. The API looks simple enough, I can try to do that when I get some time. At this point, if you use Mac OS X 10.6.6 or later, you cannot use libconcord wwith MacOSX. :/ -- Phil Dibowitz p...@ipom.com Open Source software and tech docs Insanity Palace of Metallica http://www.phildev.net/ http://www.ipom.com/ "Be who you are and say what you feel, because those who mind don't matter and those who matter don't mind." - Dr. Seuss
signature.asc
Description: Digital signature
------------------------------------------------------------------------------ Introducing AppDynamics Lite, a free troubleshooting tool for Java/.NET Get 100% visibility into your production application - at no cost. Code-level diagnostics for performance bottlenecks with <2% overhead Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap1
_______________________________________________ concordance-devel mailing list concordance-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/concordance-devel