1 Sep 2010 19:45
Re: libusb_bulk_transfer
Alan Stern <stern <at> rowland.harvard.edu>
2010-09-01 17:45:45 GMT
2010-09-01 17:45:45 GMT
On Mon, 30 Aug 2010, cruiser wrote: > > Aditionally, > I findd out a documnet in this site. > So, I try to add libusb_claim_interface(handle, 0); and > libusb_set_interface_alt_setting(handle, 0, 0); > But the result is the same with previous situation. > And I can see next log... > ERRO Aug 31 15:14:05 T538380256 libusb_claim_interface fail -6 > ERRO Aug 31 15:14:05 T538380256 libusb_set_interface_alt_setting fail -5 > > So, I try to detach Bluez Deamon. I confirmed the down to use "hcitool > scan". > But the result is the same. > > what I have to do next? hum... hum... You need to detach the Bluetooth driver, not the Bluez daemon. Use libusb_detach_kernel_driver(). Alan Stern ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd(Continue reading)
RSS Feed