lkml.org 
[lkml]   [2009]   [Jun]   [5]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: [PATCH] eeepc-laptop: enable camera by default
On Fri, 5 Jun 2009 11:59:41 +0300 (EEST)
Pekka J Enberg <penberg@cs.helsinki.fi> wrote:

> /*
> + * Camera helpers
> + */
> +
> +static void eeepc_enable_camera(void)
> +{
> + int err;
> +
> + err = set_acpi(CM_ASL_CAMERA, 1);
> + if (err)
> + printk(EEEPC_WARNING "Unable to enable camera %d\n", err);
> +}
> +
> +/*
> * Sys helpers
> */
> static int parse_arg(const char *buf, unsigned long count, int *val)
> @@ -996,6 +1009,9 @@ static int __init eeepc_laptop_init(void)

We can do this:

--- a/drivers/platform/x86/eeepc-laptop.c~eeepc-laptop-enable-camera-by-default-fix
+++ a/drivers/platform/x86/eeepc-laptop.c
@@ -334,7 +334,7 @@ static const struct rfkill_ops eeepc_rfk
* Camera helpers
*/

-static void eeepc_enable_camera(void)
+static void __init eeepc_enable_camera(void)
{
int err;

_
if we're so inclined?


\
 
 \ /
  Last update: 2009-06-05 22:13    [W:0.099 / U:0.388 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site