Re: [Linux-usb-users] Re: USB API, ioctl's and libusb

2005-01-26 Thread Alan Stern
On Wed, 26 Jan 2005, DervishD wrote: > That's irrelevant, the program I was trying to fix uses libusb. > My question is about the preferred kernel interface, 'cause I don't > know if it's the ioctl one or the URB one (well, I'm calling 'URB' > interface the API that is implemented using URB's

Re: [Linux-usb-users] Re: USB API, ioctl's and libusb

2005-01-26 Thread DervishD
Hi Alan :) * Alan Stern <[EMAIL PROTECTED]> dixit: > > BTW, and judging from the program I've read, there are lots of > > operations that must be done using 'usb_control_msg', and libusb > > implements that function with exactly the same interface as the > > kernel. The only difference is

Re: [Linux-usb-users] Re: USB API, ioctl's and libusb

2005-01-26 Thread DervishD
Hi Alan :) * Alan Stern [EMAIL PROTECTED] dixit: BTW, and judging from the program I've read, there are lots of operations that must be done using 'usb_control_msg', and libusb implements that function with exactly the same interface as the kernel. The only difference is that

Re: [Linux-usb-users] Re: USB API, ioctl's and libusb

2005-01-26 Thread Alan Stern
On Wed, 26 Jan 2005, DervishD wrote: That's irrelevant, the program I was trying to fix uses libusb. My question is about the preferred kernel interface, 'cause I don't know if it's the ioctl one or the URB one (well, I'm calling 'URB' interface the API that is implemented using URB's