Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libfreenect does not work with USB 3.0 #311

Closed
piyushk opened this issue Nov 21, 2012 · 1 comment
Closed

libfreenect does not work with USB 3.0 #311

piyushk opened this issue Nov 21, 2012 · 1 comment

Comments

@piyushk
Copy link

piyushk commented Nov 21, 2012

fnusb_control (https://github.com/OpenKinect/libfreenect/blob/master/src/usb_libusb10.c#L571) is typically always called with wLength set to 512 during initialization.

This works fine on USB 2.0, and the returned packet has the correct length. Over USB 3.0 the length is arbitrary and sometimes equal to the max (512). Subsequent packets get corrupted and the device can never be initialized.

Tested on Ubuntu 12.04 with Kernel 3.5.3

This is a problem moving forwards as some laptops now only have USB 3.0 support.

@piyushk
Copy link
Author

piyushk commented Dec 12, 2012

The master branch now works for me. Thanks!!

@piedar piedar closed this as completed Jun 15, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants