If I understand the patch correctly, my dmesg must not contain following line:
[ 5.834064] Fixing up Microsoft Wireless Receiver Model 1028 report descriptor
Grep shows me, that only the unpatched usbhid.ko contains this line. After replacing the module by the new one, no file contains the pattern "1028 report".
I tried following: I removed the
- complete directory "/lib/modules/$(uname -r)/kernel/drivers/hid/usbhid" as well as
- all module directories from other kernel versions.
After rebooting, keyboard and mouse work well. Additionally, dmesg contains the "report description"-line and lsmod shows a loaded usbhid module.
If I understand the patch correctly, my dmesg must not contain following line:
[ 5.834064] Fixing up Microsoft Wireless Receiver Model 1028 report descriptor
Grep shows me, that only the unpatched usbhid.ko contains this line. After replacing the module by the new one, no file contains the pattern "1028 report".
I tried following: I removed the $(uname -r)/kernel/ drivers/ hid/usbhid" as well as
- complete directory "/lib/modules/
- all module directories from other kernel versions.
After rebooting, keyboard and mouse work well. Additionally, dmesg contains the "report description"-line and lsmod shows a loaded usbhid module.
From where is this module loaded?