Today I've tried to upgrade from 3.1.6 to 3.2.1. I did not change anything else only the options mentioned below > Device Drivers > -> HID Devices (HID_SUPPORT) > -> Special HID drivers > -> Logitech devices (HID_LOGITECH) > -> Logitech Unifying receivers full support After that my mouse stopped working in X (yes, evdev emerged after the kernel upgrade). I had the following errors in my log Feb 22 17:17:55 brutal kernel: logitech-djreceiver 0003:046D:C52B.0003: claimed by neither input, hiddev nor hidraw Feb 22 17:17:55 brutal kernel: logitech-djreceiver 0003:046D:C52B.0003: logi_dj_probe:hid_hw_start returned error Feb 22 17:26:20 brutal kernel: logitech-djreceiver 0003:046D:C52B.0007: claimed by neither input, hiddev nor hidraw Feb 22 17:26:20 brutal kernel: logitech-djreceiver 0003:046D:C52B.0007: logi_dj_probe:hid_hw_start returned error Do you have any idea? Thanks Laszlo On 2012. jan. 9., hétfő, 02.36.44 CET, Hilco Wijbenga wrote: > On 7 January 2012 18:53, Hilco Wijbenga wrote: >> I'm trying to upgrade the kernel on my desktop from 3.1.6 to >> 3.2.0(-r1). Unfortunately, my Logitech USB trackball does not work in >> 3.2.0. It is listed in the lsusb output so it is being recognized but >> neither GPM nor X responds to it. >> >> I have tried to make sure that the .config files are as identical as >> possible. The differences that I see do not seem relevant to my >> problem. Any ideas? > > All right, I found the problem. I needed to add support for "Logitech > Unifying receivers full support": > > Device Drivers > -> HID Devices (HID_SUPPORT) > -> Special HID drivers > -> Logitech devices (HID_LOGITECH) > -> Logitech Unifying receivers full support > > Thanks all! >