On Friday 03 July 2015 22:07:09 Michał Kępień wrote:
> > here below there's what I could get from my XPS13 9333.
> 
> Gabriele, is any of the WMI events you listed accompanied by an i8042
> interrupt? If so, could you check the generated keycode?

Yes, volume down, volume up and mute.

If you take a look at dell-wmi.c, you'll see that the driver ignores
the WMI events associated to those keys (legacy keymap), so only the
i8042 events are taken into account. The generated keycodes are the
expected ones: KEY_VOLUMEDOWN, KEY_VOLUMEUP and KEY_MIN_INTERESTING.
--
To unsubscribe from this list: send the line "unsubscribe platform-driver-x86" 
in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to