Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 275497 - sys-fs/udev-141: typo in device naming of a Logitech LX3 usb event mouse connected to a docking station
Summary: sys-fs/udev-141: typo in device naming of a Logitech LX3 usb event mouse conn...
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: udev maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-06-26 15:27 UTC by Toralf Förster
Modified: 2009-06-28 17:53 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Toralf Förster gentoo-dev 2009-06-26 15:27:06 UTC
Hello,

at my ThinkPad T400 w/ current kernel and a Logitech LX3 mouse the follwoing definition within /etc/X11/xorg.conf works like a charm :

tfoerste@n22 ~ $ grep usb /etc/X11/xorg.conf
        Option          "Device"        "/dev/input/by-id/usb-Logitech_USB-PS.2_Optical_Mouse-event-mouse"

However if the t40 is within the docking station the mouse is known as :
/dev/input/by-id/usb-Logitech_USB-PS_2_Optical_Mouse-event-mouse

Please note the "PS.2" verus "PS_2" :-(

How can I solve this issue ?


Reproducible: Always




stable Gentoo x86
Comment 1 Toralf Förster gentoo-dev 2009-06-26 15:43:50 UTC
OTOH if that is a desired behaviour my work around was already established (by  adding that mouse too to xorg.conf).
Comment 2 Matthias Schwarzott gentoo-dev 2009-06-28 11:29:10 UTC
Are you sure that the device is still created with the old name, regardless of with or without docking station.

This looks more like the general sanitizing of device strings for use in file names.

If it still happens, please attach the output of
udevadm info -a -n <DEVICE_NAME>
for both cases.
Comment 3 Toralf Förster gentoo-dev 2009-06-28 17:53:18 UTC
(In reply to comment #2)
> Are you sure that the device is still created with the old name, regardless of
> with or without docking station.
> 
> This looks more like the general sanitizing of device strings for use in file
> names.
*shame*