|
@@ -356,7 +356,8 @@ static void __devinit eeepc_enable_camera(void)
|
|
* If the following call to set_acpi() fails, it's because there's no
|
|
* If the following call to set_acpi() fails, it's because there's no
|
|
* camera so we can ignore the error.
|
|
* camera so we can ignore the error.
|
|
*/
|
|
*/
|
|
- set_acpi(CM_ASL_CAMERA, 1);
|
|
|
|
|
|
+ if (get_acpi(CM_ASL_CAMERA) == 0)
|
|
|
|
+ set_acpi(CM_ASL_CAMERA, 1);
|
|
}
|
|
}
|
|
|
|
|
|
/*
|
|
/*
|