]> git.karo-electronics.de Git - karo-tx-linux.git/commit
asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.
authorAlex Hung <alex.hung@canonical.com>
Wed, 20 Jun 2012 03:47:35 +0000 (11:47 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 15 Aug 2012 14:52:30 +0000 (07:52 -0700)
commit8364f4422511ec6e29c9000496a5971228ef0d42
tree67908e7e74ff9f82ca910377cb1674cec5ac6141
parentb9db524c98669822ae5889d1cf10ce8e357b1671
asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.

commit 63a78bb1051b240417daad3a3fa9c1bb10646dca upstream.

According to responses from the BIOS team, ASUS_WMI_METHODID_DSTS2
(0x53545344) will be used as future DSTS ID. In addition, calling
asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS2, 0, 0, NULL) returns
ASUS_WMI_UNSUPPORTED_METHOD in new ASUS laptop PCs. This patch fixes
no DSTS ID will be assigned in this case.

Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/platform/x86/asus-wmi.c