[libhid-discuss] Cannot claim interface 0
Charles Lepple
clepple at ghz.cc
Fri Sep 29 01:35:44 UTC 2006
On Sep 28, 2006, at 9:09 PM, Mark S. Townsley wrote:
> Yes I can follow the code in hid_interrupt_write(). But what does
> that mean?
> Does that mean libhid and libusb cannot be used to talk to my device?
Correct, only one process (or kernel driver) can open an interface at
a time.
If it makes sense to use both, then we could add a function call like
hid_open() that takes an open libusb handle, and libusb and libhid
could share the interface.
--
Charles Lepple
clepple at ghz.cc
More information about the libhid-discuss
mailing list