This likely needs a force-release quirk. Please find out the scan code
of this key with keymap -i and your DMI vendor/product strings (as
described in /usr/share/doc/udev/README.keymap.txt), and give me the
output of

  cat /sys/devices/platform/i8042/serio0/force_release

If you want to play around yourself: The trick is to add this scan code
(as decimal value) to that list, by taking the original value, append a
comma and the new scan code, and write it back. E. g.

$ cat /sys/devices/platform/i8042/serio0/force_release
133-139,143,147,369-370

Now, if the new scan code is 180, you'd do

  echo "133-139,143,147,369-370,180" | sudo tee
/sys/devices/platform/i8042/serio0/force_release

If that's too much voodoo for you, just give me the scancode and DMI
data, and I'll construct a readymade command for you.

** Changed in: udev (Ubuntu)
       Status: Confirmed => Incomplete

-- 
[Asus K60IJ] All function keys don't respond for 20s-1min after pressing 
brightness keys
https://bugs.launchpad.net/bugs/500459
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

Reply via email to