]> git.kernelconcepts.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)
committerMatthew Garrett <mjg@redhat.com>
Sat, 28 Jul 2012 04:06:02 +0000 (00:06 -0400)
commit63a78bb1051b240417daad3a3fa9c1bb10646dca
treeb31d8e38396d1624a41a337f90dd53376ffcc628
parentf948ad0787de7b393c325803014fd7d5f1b501b1
asus-wmi: use ASUS_WMI_METHODID_DSTS2 as default DSTS ID.

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>
Cc: stable@kernel.org
drivers/platform/x86/asus-wmi.c