Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-26 Thread Jermaine
Jermaine writes: > > Xiaofan Chen ...> writes: > > > > > 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 d

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-14 Thread Jermaine
Xiaofan Chen writes: > > 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.si

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-12 Thread Xiaofan Chen
On Thu, Apr 11, 2013 at 9:52 PM, Jermaine wrote: > Xiaofan Chen 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 f

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-11 Thread Jermaine
Xiaofan Chen writes: > > On Thu, Apr 11, 2013 at 7:42 AM, Jermaine wrote: > > That's what I thought. I wonder if it has something to do with that fact > > that it's a HID device. Can anyone else help? > > If it is an HID device, then you need to write a codeless kext to > prevent the Mac OS

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Xiaofan Chen
On Thu, Apr 11, 2013 at 11:34 AM, Ioakeim Tellidis wrote: > The equivalent to lsusb for OSX is > > system_profiler SPUSBDataType > You may also use an alias for this > command > : alias lsusb="system_profiler SPUSBDataType" > > If by any chance you want to make this permanent, then simple, just

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Xiaofan Chen
On Thu, Apr 11, 2013 at 7:42 AM, Jermaine wrote: > That's what I thought. I wonder if it has something to do with that fact > that it's a HID device. Can anyone else help? 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. R

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Ioakeim Tellidis
On Wed, Apr 10, 2013 at 7:42 PM, Jermaine wrote: > That's what I thought. I wonder if it has something to do with that fact > that it's a HID device. Can anyone else help? > > > > > > -- > Precog is a next-generation an

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Jermaine
That's what I thought. I wonder if it has something to do with that fact that it's a HID device. Can anyone else help? -- Precog is a next-generation analytics platform capable of advanced analytics on semi-structured

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Alan Jhonn Aguiar Schwyn
> I get -bash: lsusb: command not found. But I think that's because I am on > a Mac, right? Yes, "lsusb" is a linux command.. -- Precog is a next-generation analytics platform capa

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Jermaine
Alan Jhonn Aguiar Schwyn writes: > > > >usb.core.USB Error: [Errno 13] Access denied (insufficient permissions) > Classic problems of permissions. Check your UDEV rule. > Do in a console: > > lsusb > > You see the device? And with: > > sudo lsusb > > > > Date: Wed, 10 Apr 2013 14:49:02 -0

Re: [pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Alan Jhonn Aguiar Schwyn
net Subject: [pyusb-users] Issue reading interrrupt endpoints I have a Logitech NuLooq 3D mouse that I would like to get to work on my Raspberry Pi. There are drivers (spacenav ) available for Linux that were supposed to work, but I wasn’t able to get them to work on my Raspberry Pi. I gave up

[pyusb-users] Issue reading interrrupt endpoints

2013-04-10 Thread Jermaine
I have a Logitech NuLooq 3D mouse that I would like to get to work on my Raspberry Pi. There are drivers (spacenav ) available for Linux that were supposed to work, but I wasn’t able to get them to work on my Raspberry Pi. I gave up on getting them to work after a week, so right now I am trying t