The qc-usb Driver
News
- I'll be releasing qc-usb-0.7 in early 2007. The big change in 0.7 will be dropping compatibility with pre-2.6 kernels. I'll post more more information about this change soon.
- Even fresher from the forge,
qc-usb-0.6.6. This release fixes
builds on Fedora Core 6, which were failing because Fedora has
removed the backwards compatibility support for the kernel
header file
<linux/config.h>. Apparently, this file has been superceded/replaced by<linux/autoconf.h>. - Fresh from the forge, qc-usb-0.6.5. The driver should now compile against kernel 2.6.18, courtesy of a very timely patch from Christian Magnusson.
Download
The current version of the qc-usb driver is 0.6.6. It fixes compilation problems with kernel 2.6.18 and also Fedora Core 6. Thanks to Christian Magnusson for the 2.6.18 patch!
Patches
The bandwidth-constrained among you might wish to use this patch from 0.6.4 to 0.6.5. To apply it:
- Download the patch to your qc-usb-0.6.4 directory.
-
$ cd qc-usb-0.6.4 $ patch -p1 < 0.6.4-0.6.5.patch
- Compile as usual.
Here's a patch from 0.6.5 to 0.6.6. To apply it:
- Download the patch to your qc-usb-0.6.5 directory.
-
$ cd qc-usb-0.6.5 $ patch -p1 < 0.6.5-0.6.6.patch
- Compile as usual.
Bugs
Probably plenty of those.
TODO
- Integrate Messenger support into qc-usb
- Tuukka's original TODO file. I don't know how much of his TODO list I will actually get to.
