On Thu, Apr 11, 2013 at 9:52 PM, Jermaine <jra...@gmail.com> wrote: > Xiaofan Chen <xiaofanc@...> writes: >> If it is an HID device, then you need to write a codeless kext to >> prevent the Mac OS X HID driver to bind to your device. >> Ref: > http://www.libusb.org/wiki/FAQ#CanIcreateadriverlessdeviceusingHIDclass >> > > Thanks for the suggestions. I am looking into creating a driverless > driver, but what about libhid? Which would be easier to setup in my > environment? Keep in mind I am just starting to learn Linux and Python. > And I had a hell of a time getting pyusb and libusb to work in pydev for > Esclipse.
Which libhid? If it is this one, it has the same problem with libusb since it is based on libusb. http://libhid.alioth.debian.org/ You can however use HIDAPI and its python binding which use native HID API, so you do not need the codeless kext. http://www.signal11.us/oss/hidapi/ https://github.com/gbishop/cython-hidapi -- Xiaofan ------------------------------------------------------------------------------ Precog is a next-generation analytics platform capable of advanced analytics on semi-structured data. The platform includes APIs for building apps and a phenomenal toolset for data science. Developers can use our toolset for easy data analysis & visualization. Get a free account! http://www2.precog.com/precogplatform/slashdotnewsletter _______________________________________________ pyusb-users mailing list pyusb-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pyusb-users