Hi Gordon,
Alan Coopersmith wrote:
> Gordon Ross wrote:
>> After upgrading a machine to snv_122, the mouse usually
>> (almost always) doesn't work.
>>
>> As long as the mouse is plugged in when X starts, the
>> mouse often works. However, if after that I move the
>> mouse to a different hub port on my keyboard, the
>> mouse is no longer functional,
This sounds like:
6881952 devfs occasionally failed to update the ownership of some USB
HID devices
If this bug was hit, there will be some error messages in
/var/log/Xorg.0.log*:
(EE) Xf86OpenSerial: Cannot open device /dev/usb/hidX
Permission denied.
and ls -lL /dev/usb/hid* will show that the device is owned by root.
I haven't tried to reproduce this on snv_122, but it's reproducible on
snv_123.
>> and remains broken
>> even if I plug the mouse back in where it was.
This issuse sounds another:
6844148 Xorg support for errno ENODEV from mouse devices
>
> Sounds similar to:
> 6875432 Xorg doesn't see newly plugged in USB keyboards after non-root user
> has
> logged in.
This is an issue of usbkbm. Its fix is in progress.
>
> The permissions on the newly created devices aren't being set
> correctly on hotplug so the X server can't open them. When
> the devices exist before you login, the login process does
> properly chown() them.
I have filed a seperate bug for this:
6881952 devfs occasionally failed to update the ownership of some USB
HID devices
>
Regards,
Tim