Re: [linux-usb-devel] libusb can't claim interface

2005-01-28 Thread Oliver Neukum
Am Donnerstag, 27. Januar 2005 09:53 schrieb Hou Xiang ZHU: > I found that the error returned by usb_driver_claim_interface() in > drivers/usb/core/usb.c where > > if(dev->driver) >    return -EBUSY; > > I searched internet and it seems the driver is already claimed by usb core. > is that the

Re: [linux-usb-devel] libusb can't claim interface

2005-01-28 Thread Johannes Erdfelt
On Thu, Jan 27, 2005, Hou Xiang ZHU <[EMAIL PROTECTED]> wrote: > I am using kernel 2.6.8.1 > I am trying to use libusb to talk to my usb stick. but can't claim interface. > (before I claim the interface, I can usb_set_configuration successfully!) > > here is some info: > --

[linux-usb-devel] libusb can't claim interface

2005-01-28 Thread Hou Xiang ZHU
hello: I am using kernel 2.6.8.1 I am trying to use libusb to talk to my usb stick. but can't claim interface. (before I claim the interface, I can usb_set_configuration successfully!) here is some info: -