|
@@ -1467,14 +1467,9 @@ static int asus_wmi_platform_init(struct asus_wmi *asus)
|
|
|
*/
|
|
|
if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS, 0, 0, NULL))
|
|
|
asus->dsts_id = ASUS_WMI_METHODID_DSTS;
|
|
|
- else if (!asus_wmi_evaluate_method(ASUS_WMI_METHODID_DSTS2, 0, 0, NULL))
|
|
|
+ else
|
|
|
asus->dsts_id = ASUS_WMI_METHODID_DSTS2;
|
|
|
|
|
|
- if (!asus->dsts_id) {
|
|
|
- pr_err("Can't find DSTS");
|
|
|
- return -ENODEV;
|
|
|
- }
|
|
|
-
|
|
|
/* CWAP allow to define the behavior of the Fn+F2 key,
|
|
|
* this method doesn't seems to be present on Eee PCs */
|
|
|
if (asus->driver->quirks->wapf >= 0)
|