/lib/udev/findkeyboards
AT keyboard: input/event5

Before the patch
$ sudo /lib/udev/keymap input/event5 |egrep '0a0|094'
0x094 reserved
0x0a0 mute

sudo /lib/udev/keymap -i input/event5
scan code: 0xA0   key code: mute

Pressing mute key displays the notification bubble and does mute the key but 
displays:
/var/log/message
Oct 15 15:51:09 dv6 kernel: [ 1545.867058] atkbd.c: Unknown key pressed 
(translated set 2, code 0x94 on isa0060/serio0).
Oct 15 15:51:09 dv6 kernel: [ 1545.867066] atkbd.c: Use 'setkeycodes e014 
<keycode>' to make it known.
Oct 15 15:51:09 dv6 kernel: [ 1545.872992] atkbd.c: Unknown key released 
(translated set 2, code 0x94 on isa0060/serio0).
Oct 15 15:51:09 dv6 kernel: [ 1545.873000] atkbd.c: Use 'setkeycodes e014 
<keycode>' to make it known.


After the patch
$ sudo /lib/udev/keymap input/event5 |egrep '0a0|094'
0x094 mute
0x0a0 mute

sudo /lib/udev/keymap -i input/event5
scan code: 0x94   key code: mute
scan code: 0xA0   key code: mute


Pressing mute key displays the notification bubble but doesn't mute the key and 
/var/log/messages shows no error message when the key is pressed

-- 
HP Pavilion dv6 Notebook PC speaker LED doesn't change from white to red when 
muted
https://bugs.launchpad.net/bugs/441979
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to