We do not have any Kerneldriver.
Our driver runs entirely in userspace as normal application. USB 2.0 devices can just as good work in Userspace as in Kernelspace, but the advantage in Userspace is that one release works from Linux 2.6.15 on with all Kernels without having to spend any time on setting up a development environment or compiling any drivers.
The driver is directly supported by multiple involved (chip)companies, some companies restricted their support only to a closed driver thus we are bound to that as well.
>> Moreover, having the driver in open souce will decrease the maintainance burden from your side.
There's no need of maintainance for particular kernelversions, we are innovation leader with our current solution since it is independent of the kernelversions. The installer does not compile anything, it just copies the 32 or 64bit files to /opt
The minimal requirement for our solution is Linux USB Support, we do not require any kernel video4linux1/2 or linuxdvb support in the kernel since our driver comes with a reimplementation of the stack in Userspace. Aside of that it is fully compatible with existing video4linux1/2/linuxdvb solutions and will not interfere but is able to coexist.
This also makes the installation of the driver very simple and work the same way on any existing netbooks out there without having to prepare any special package.
The official link to the driver will be available with the next Website update which shall be within the next days, due the first stage we only provided it through email in order to get some direct feedback from our customers.