* [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
@ 2014-04-14 21:29 Oleksandr Natalenko
2014-04-14 21:33 ` Matthew Garrett
0 siblings, 1 reply; 7+ messages in thread
From: Oleksandr Natalenko @ 2014-04-14 21:29 UTC (permalink / raw)
To: platform-driver-x86; +Cc: Matthew Garrett
Hello.
Got Dell Vostro 3360 with extra multimedia keys as shown here [1], but no luck
to get them work.
While pressing keys "1" and/or "2" I get the following notice in dmesg:
===
dell_wmi: Unknown key e0f0 pressed
===
On pressing key "3" I get the following:
===
atkbd serio0: Unknown key pressed (translated set 2, code 0x60 on
isa0060/serio0).
atkbd serio0: Use 'setkeycodes 60 <keycode>' to make it known.
===
Watching /proc/interrupts shows that this line:
===
9: 29836 223 96 48 IO-APIC-fasteoi acpi
===
increments by 2 on pressing each key, and this line:
===
1: 431013 24838 2688 2270 IO-APIC-edge i8042
===
Also increments by 1 on pressing key "3".
Running evtest produces the following output [2] with to reaction on keys
pressing.
acpidump output is also here [3].
Could this be fixed?
[1]
http://beta.hstor.org/files/c3b/a26/628/c3ba26628409486f8b9ae16d97be7d21.jpg
[2] https://gist.github.com/10683923
[3] https://gist.github.com/10683992
--
Oleksandr post-factum Natalenko, MSc
pf-kernel community
https://natalenko.name/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 21:29 [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work Oleksandr Natalenko
@ 2014-04-14 21:33 ` Matthew Garrett
2014-04-14 21:37 ` Oleksandr Natalenko
0 siblings, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2014-04-14 21:33 UTC (permalink / raw)
To: Oleksandr Natalenko; +Cc: platform-driver-x86
On Tue, Apr 15, 2014 at 12:29:52AM +0300, Oleksandr Natalenko wrote:
> Could this be fixed?
Yes, but if they're showing up via atkbd then it doesn't need to be done
in the kernel. You should just be able to add them to the udev hwdb -
it's in /lib/udev/hwdb.d/60-keyboard.hwdb on recent versions, somewhere
else under /lib/udev on older ones.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 21:33 ` Matthew Garrett
@ 2014-04-14 21:37 ` Oleksandr Natalenko
2014-04-14 21:57 ` Matthew Garrett
0 siblings, 1 reply; 7+ messages in thread
From: Oleksandr Natalenko @ 2014-04-14 21:37 UTC (permalink / raw)
To: Matthew Garrett; +Cc: platform-driver-x86
The only key that is shown via atkbd is key "3", but "1" and "2" do not
produce atkbd output.
Does this mean that I can make only key "3" work but not all of them?
On Monday 14 April 2014 22:33:09 Matthew Garrett wrote:
> On Tue, Apr 15, 2014 at 12:29:52AM +0300, Oleksandr Natalenko wrote:
> > Could this be fixed?
>
> Yes, but if they're showing up via atkbd then it doesn't need to be done
> in the kernel. You should just be able to add them to the udev hwdb -
> it's in /lib/udev/hwdb.d/60-keyboard.hwdb on recent versions, somewhere
> else under /lib/udev on older ones.
--
Oleksandr post-factum Natalenko, MSc
pf-kernel community
https://natalenko.name/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 21:37 ` Oleksandr Natalenko
@ 2014-04-14 21:57 ` Matthew Garrett
2014-04-14 22:03 ` Oleksandr Natalenko
0 siblings, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2014-04-14 21:57 UTC (permalink / raw)
To: Oleksandr Natalenko; +Cc: platform-driver-x86
Oh, I'm sorry - I misread. That will fix number 3. As for 1 and 2 - do
they both report e0f0, or do they produce different messages in dmesg?
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 21:57 ` Matthew Garrett
@ 2014-04-14 22:03 ` Oleksandr Natalenko
2014-04-14 22:05 ` Matthew Garrett
0 siblings, 1 reply; 7+ messages in thread
From: Oleksandr Natalenko @ 2014-04-14 22:03 UTC (permalink / raw)
To: Matthew Garrett; +Cc: platform-driver-x86
They both report "e0f0".
On Monday 14 April 2014 22:57:36 Matthew Garrett wrote:
> Oh, I'm sorry - I misread. That will fix number 3. As for 1 and 2 - do
> they both report e0f0, or do they produce different messages in dmesg?
--
Oleksandr post-factum Natalenko, MSc
pf-kernel community
https://natalenko.name/
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 22:03 ` Oleksandr Natalenko
@ 2014-04-14 22:05 ` Matthew Garrett
2014-04-14 22:08 ` Oleksandr Natalenko
0 siblings, 1 reply; 7+ messages in thread
From: Matthew Garrett @ 2014-04-14 22:05 UTC (permalink / raw)
To: Oleksandr Natalenko; +Cc: platform-driver-x86
On Tue, Apr 15, 2014 at 01:03:44AM +0300, Oleksandr Natalenko wrote:
> They both report "e0f0".
Well bother. In that case there must be some other way to distinguish
them. I'll look into it.
--
Matthew Garrett | mjg59@srcf.ucam.org
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work
2014-04-14 22:05 ` Matthew Garrett
@ 2014-04-14 22:08 ` Oleksandr Natalenko
0 siblings, 0 replies; 7+ messages in thread
From: Oleksandr Natalenko @ 2014-04-14 22:08 UTC (permalink / raw)
To: Matthew Garrett; +Cc: platform-driver-x86
Could I help somehow else? Any extra dumps needed?
On Monday 14 April 2014 23:05:00 Matthew Garrett wrote:
> On Tue, Apr 15, 2014 at 01:03:44AM +0300, Oleksandr Natalenko wrote:
> > They both report "e0f0".
>
> Well bother. In that case there must be some other way to distinguish
> them. I'll look into it.
--
Oleksandr post-factum Natalenko, MSc
pf-kernel community
https://natalenko.name/
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2014-04-14 22:08 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-14 21:29 [dell-wmi] Dell Vostro 3360 extra multimedia keys don't work Oleksandr Natalenko
2014-04-14 21:33 ` Matthew Garrett
2014-04-14 21:37 ` Oleksandr Natalenko
2014-04-14 21:57 ` Matthew Garrett
2014-04-14 22:03 ` Oleksandr Natalenko
2014-04-14 22:05 ` Matthew Garrett
2014-04-14 22:08 ` Oleksandr Natalenko
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.