|
Bugzilla – Full Text Bug Listing |
| Summary: | sax2: support for Logitech VX Nano Mouse | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.0 | Reporter: | Jörg Hermsdorf <funtasyspace> |
| Component: | SaX2 | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | E-mail List <qa-bugs> |
| Severity: | Enhancement | ||
| Priority: | P5 - None | CC: | sndirsch |
| Version: | Factory | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | openSUSE 11.0 | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
| Attachments: | lsusb -d 046d:c521 -vvv | ||
|
Description
Jörg Hermsdorf
2008-04-17 11:47:16 UTC
could you provide the information from /usr/sbin/sysp -s mouse I need the ID's displayed there thanks already found the information and added the profile: logitech-vxnano !remove InputDevice -> [X] -> Option -> Device !remove InputDevice -> [X] -> Option -> Buttons !remove InputDevice -> [X] -> Option -> Protocol !remove InputDevice -> [X] -> Option -> ZAxisMapping InputDevice -> [X] -> Identifier = Mouse[[X]] InputDevice -> [X] -> Driver = evdev InputDevice -> [X] -> Option -> InputFashion = Mouse InputDevice -> [X] -> Option -> Name = Logitech USB Receiver InputDevice -> [X] -> Option -> evendor = 046d InputDevice -> [X] -> Option -> product = c521 InputDevice -> [X] -> Option -> HWHEELRelativeAxisButtons = 7 6 assigned to input map: 0x046d : 0xc521 : logitech-vxnano I'm afraid this won't work. Jörg, could you please try Section "InputDevice" Driver "evdev" Identifier "Mouse[1]" Option "Name" "Logitech USB Receiver" Option "InputFashion" "Mouse" Option "evBits" "+1-2" Option "keyBits" "~272-287" Option "relBits" "~0-2 ~6 ~8" Option "Pass" "3" Option "HWHEELRelativeAxisButtons" "7 6" EndSection instead. Then it would be consistent to any other evdev profile and a general solution. Specifying eName will not work (Name is just ignored) since the string can be different for the same vendor/product IDs. We stumbled across this problem before. :-( needinfo. This seems to work fine, too. What makes me wonder though is, that I tested a similar configuration today (using the Name option and including no Device option) which caused the Xorg startup to fail. But now this one works... strange! So Marcus please use this profile !remove InputDevice -> [X] -> Option -> Device !remove InputDevice -> [X] -> Option -> Buttons !remove InputDevice -> [X] -> Option -> Protocol !remove InputDevice -> [X] -> Option -> ZAxisMapping InputDevice -> [X] -> Identifier = Mouse[[X]] InputDevice -> [X] -> Driver = evdev InputDevice -> [X] -> Option -> InputFashion = Mouse InputDevice -> [X] -> Option -> Name = Logitech USB Receiver InputDevice -> [X] -> Option -> evBits = +1-2 InputDevice -> [X] -> Option -> keyBits = ~272-287 InputDevice -> [X] -> Option -> relBits = ~0-2 ~6 ~8 InputDevice -> [X] -> Option -> Pass = 3 InputDevice -> [X] -> Option -> HWHEELRelativeAxisButtons = 7 6 What about InputDevice -> [X] -> Option -> Name = Logitech VX Nano Laser Mouse ? This is a bit more descriptive than "Logitech USB Receiver"! Yes, this makes perfectly sense. thanks, fixed |