You can try and see if some xinput commands may work. Check if
xinput list-props "Microsoft® Nano Transceiver v1.0"
shows up your device and its available options. If it does you might be in luck
Yes, I was right the name is listed as Microsoft Microsoft® Nano Transceiver v1.0 by the kernel - there is one more thing I will ask you to send me-it is the output of:
xinput list-props "Microsoft Microsoft® Nano Transceiver v1.0"
It has 2 times Microsoft Microsoft not 1 as I was guessing And - I can see that you are OK with it. I will not bother anymore
And you don't have to list the device by its name - it can be listed by it's ID. You do it like this
xinput list
It will output all devices with their ID number. The output of cat /proc/bus/input/devices shows me that your mouse is id=10, but you just make sure, then:
xinput list-props 10
don't type id= just the number, and it should list all evdev options for the device.Post that output here
From what I see, you have 2 identical devices id=12 and 13. One of them has more complete evdev prop-list. I assume the second one was created after you unpluged the wireless adapter and is the one in use. I was thinking to create a script with xinput commands to restore the good working values, but it can not work if the prop is not there. Another way is to tell the kernel to rescan all usb devices after you log in in X, but I am not sure how to do that. I give up