Loading drivers/acpi/asus_acpi.c +2 −0 Original line number Diff line number Diff line Loading @@ -1244,6 +1244,8 @@ static int asus_hotk_get_info(void) "default values\n", string); printk(KERN_NOTICE " send /proc/acpi/dsdt to the developers\n"); kfree(model); return -ENODEV; } hotk->methods = &model_conf[hotk->model]; return AE_OK; Loading Loading
drivers/acpi/asus_acpi.c +2 −0 Original line number Diff line number Diff line Loading @@ -1244,6 +1244,8 @@ static int asus_hotk_get_info(void) "default values\n", string); printk(KERN_NOTICE " send /proc/acpi/dsdt to the developers\n"); kfree(model); return -ENODEV; } hotk->methods = &model_conf[hotk->model]; return AE_OK; Loading