lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date:	Mon, 10 Mar 2008 16:06:49 -0700
From:	Randy Dunlap <randy.dunlap@...cle.com>
To:	Jiri Kosina <jkosina@...e.cz>
Cc:	Carlos Corbacho <carlos@...angeworlds.co.uk>,
	linux-acpi@...r.kernel.org, lkml <linux-kernel@...r.kernel.org>
Subject: Re: acer-wmi uses input:i8042_command() => build error

On Mon, 10 Mar 2008 22:29:37 +0100 (CET) Jiri Kosina wrote:

> On Mon, 10 Mar 2008, Randy Dunlap wrote:
> 
> > drivers/built-in.o: In function `set_u32':
> > acer-wmi.c:(.text+0xb9bf6): undefined reference to `i8042_command'
> > make[1]: *** [vmlinux] Error 1
> > make: *** [sub-make] Error 2
> 
> Does the patch below fix your build?

Yes, thanks.
Acked-by: Randy Dunlap <randy.dunlap@...cle.com>


> From: Jiri Kosina <jkosina@...e.cz>
> 
> Acer-wmi dependends on i8042 code.
> 
> Signed-off-by: Jiri Kosina <jkosina@...e.cz>
> 
> --- 
>  drivers/misc/Kconfig |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig
> index 982e27b..962817e 100644
> --- a/drivers/misc/Kconfig
> +++ b/drivers/misc/Kconfig
> @@ -108,6 +108,7 @@ config ACER_WMI
>  	depends on ACPI
>  	depends on LEDS_CLASS
>  	depends on BACKLIGHT_CLASS_DEVICE
> +	depends on SERIO_I8042
>  	select ACPI_WMI
>  	---help---
>  	  This is a driver for newer Acer (and Wistron) laptops. It adds
> --

---
~Randy
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ