Hi! Kernel rebuilding is pretty easy, for ubuntu/debian it would be: - sudo apt-get install linux-source build-essential - tar xf /usr/src/linux-source* - cd linux-source-`uname -r` - cp /boot/config-`uname -r` .config - make menuconfig (find and enable HID_DEBUG) - make bzImage modules deb-pkg Then after some time you will get deb package, which you need to install and then run: - sudo update-initramfs -c -k 'new kernel version' - sudo update-grub Then you can reboot into new kernel and use "echo 2 > /sys/modules/hid/parameters/debug" instead of debug module parameter. 2009/6/10 Bastien Nocera <hadess@xxxxxxxxxx>: > I found that for pretty much all the input problems, I'd need to do > something like that. Problem is: > - enabling CONFIG_HID_DEBUG requires rebuilding the kernel > - most distributions build hid into the kernel > > Wouldn't there be a way to enable the debug at run-time without > impacting too much on performance or binary size? -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html