Lines 1185-1190
Link Here
|
1185 |
if (acpi_disabled) |
1185 |
if (acpi_disabled) |
1186 |
return -ENODEV; |
1186 |
return -ENODEV; |
1187 |
|
1187 |
|
|
|
1188 |
if (!acpi_specific_hotkey_enabled){ |
1189 |
printk(IBM_ERR "Using generic hotkey driver\n"); |
1190 |
return -ENODEV; |
1191 |
} |
1188 |
/* these handles are required */ |
1192 |
/* these handles are required */ |
1189 |
if (IBM_HANDLE_INIT(ec, 1) < 0 || |
1193 |
if (IBM_HANDLE_INIT(ec, 1) < 0 || |
1190 |
IBM_HANDLE_INIT(hkey, 1) < 0 || |
1194 |
IBM_HANDLE_INIT(hkey, 1) < 0 || |