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] [day] [month] [year] [list]
Date:	Mon, 10 Nov 2014 21:16:04 -0800
From:	Darren Hart <dvhart@...radead.org>
To:	Giedrius Statkevicius <giedriuswork@...il.com>
Cc:	platform-driver-x86@...r.kernel.org, linux-kernel@...r.kernel.org,
	jim.epost@...il.com
Subject: Re: [PATCH] platform: hp_accel: Add SERIO_I8042 as a dependency
 since it now includes i8042.h/serio.h

On Mon, Nov 10, 2014 at 08:59:42PM +0200, Giedrius Statkevicius wrote:
> Make hp_accel dependent on SERIO_I8042 in the Kconfig because since commit
> a4c724d0723b078e4ab4670e557cda1795036a7a ('platform: hp_accel: add a i8042
> filter to remove HPQ6000 data from kb bus stream') hp_accel includes i8042.h
> and serio.h.
> 
> Reported-by: Jim Davis <jim.epost@...il.com>
> Signed-off-by: Giedrius Statkevičius <giedriuswork@...il.com>
> ---
>  drivers/platform/x86/Kconfig | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig
> index 4dcfb71..7d146e68 100644
> --- a/drivers/platform/x86/Kconfig
> +++ b/drivers/platform/x86/Kconfig
> @@ -202,6 +202,7 @@ config TC1100_WMI
>  config HP_ACCEL
>  	tristate "HP laptop accelerometer"
>  	depends on INPUT && ACPI
> +        depends on SERIO_I8042

Whitespace error, this should be a tab. I suggest making whitespace visible in
your editor to avoid this kind of thing.

I've corrected it and queued it.

Thanks,

-- 
Darren Hart
Intel Open Source Technology Center
--
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