This is an official driver release from Fresco Logic in an attempt to help the open-source community adopting the development and use of the FL6000 device.
This driver is tested on Ubuntu 14 LTS as well as some Android platforms with kernel version 3.10.x. and 3.18.x. You might need to adapt it for your own use.
This release is targeted to open-source developers, as opposed to end-users.
Support for isochronous devices is currently disabled. Limited testing has been done with USB webcams with some success. Isoch out support needs some work on data caching before it will function properly.
Find your kernel source tree, and edit src/Makefile
. Locate the following line:
KERNEL_PATH = /usr/src/linux-headers-4.4.0-72-generic`
Modify this line so that it points to the correct source tree.
After that, run make CONFIG_USB_EHUB_HCD=m
to create ehub.ko
and run insmod ehub.ko
to load the driver.
You can file bugs to Github Issues