Summary: | Keycodes problems with Logitech LX710 | ||
---|---|---|---|
Product: | xorg | Reporter: | Marco Chiappero <marco> |
Component: | Input/evdev | Assignee: | Zephaniah E. Hull <warp-spam+fdo> |
Status: | RESOLVED DUPLICATE | QA Contact: | Xorg Project Team <xorg-team> |
Severity: | minor | ||
Priority: | low | ||
Version: | 7.2 (2007.02) | ||
Hardware: | All | ||
OS: | Linux (All) | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Marco Chiappero
2007-11-22 08:08:00 UTC
(In reply to comment #0) > the "kbd" driver and "pc105" as XkbdModel). After some tests I realized that > these keys have a keycode > 255 and so X ignores them. the core protocol can't do more than 255 key codes. we only have 8 bit and this isn't gonna change until X12. > and now every single key is working. But unfortunately mapping keycodes > 255 > into a 8-255 range with the formula X keycode = ((kernel keycode + 8) mod 256 > -- is it right?) makes different keys share the same X keycode. So all the keys > are now working but still some of them are unusable. This seems to be a problem > for a growing number of today's keyboards. Is there any workaround? Is it > possibile to make all the extra keys work without "colliding"? you need two keymaps and flick them arround appropriately. see also http://lists.freedesktop.org/archives/xorg/2007-December/031539.html |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.