** Summary changed: - Many Laptops (e.g. many samsung models) do not send key-release events + Many Laptops (e.g. Fn keys on many samsung models) do not send key-release events
** Description changed: A lot of people are reporting missing keyboard key-release events, especially when using Laptop special Keys (e.g. Fn keys). Small list of reports: - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/253874 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360247 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/347623 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/338182 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/385683 - https://bugs.launchpad.net/ubuntu/+source/linux/+bug/399911 + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/253874 (Samsung R60) + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/360247 (Samsung nc20) + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/347623 (Samsung q45) + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/338182 (Samsung P560) + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/385683 (Samsung Q210) + https://bugs.launchpad.net/ubuntu/+source/linux/+bug/399911 (samsung x360) + ... Each bug could get/was fixed by adding a model-specific quirk in atkbd.c. linux 2.6.32 introduced a new generic mechanism using sysfs to add force-key-release quirks. http://bugzilla.kernel.org/show_bug.cgi?id=14052 I've a Samsung P55-Pro which also do not generate key-release events for the brightness up/down keys. My suggestion is to backport the generic atkbd patch to the karmic kernel (2.6.31) so one can easily add key-release quirks (without patching and recompiling the kernel) using udev or similar mechanisms. This way we don't need extra patches for each specific laptop model and we don't have to wait for lucid to be able to fix keys easily. as a sidenote: I wonder why my Fn keys do work on Hardy (didn't test Intrepid/Jaunty). At least I'm not aware of any quirks which fix missing key-release events on Hardy for my Laptop. -- Many Laptops (e.g. Fn keys on many samsung models) do not send key-release events https://bugs.launchpad.net/bugs/478441 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
