Kernel patches if you have more than one cPad

If you have more than one cPad, add the following line to hid_blacklist[] before { 0, 0 } in file drivers/usb/input/hid-core.c in the Linux source:
	{ 0x06cb, 0x0003, HID_QUIRK_IGNORE },
And recompile usbhid.ko. Here are also some kernel patches which do the work for you:
linux-2.6.4-cpad.diff
linux-2.6.5-cpad.diff
linux-2.6.6-cpad.diff
linux-2.6.7-cpad.diff
linux-2.6.8-cpad.diff
linux-2.6.9-cpad.diff
linux-2.6.10-cpad.diff

To apply the patch, do

	cat <patchfile> | patch -p1
in the kernel source directory.
E-Mail: jan.steinhoff@uni-jena.de