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, 16 Nov 2009 09:01:51 -0800
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Jiri Kosina <jkosina@...e.cz>
Cc:	linux-input@...e.de, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Input: fix wrong synaptics detection in
	psmouse_extensions()

On Mon, Nov 16, 2009 at 12:51:30PM +0100, Jiri Kosina wrote:
> Commit b7802c5c1ea ("Input: psmouse - use boolean type") caused the 
> synaptics_hardware variable to be completely useless, as it is constantly 
> set to 'true' throughout the whole psmouse_extensions(). This was caused 
> by the following hunk in the commit in question
> 
> 	-       int synaptics_hardware = 0;
> 	+       bool synaptics_hardware = true;
> 
> which is wrong. Fix that up.

Hmm, not sure what I was thinnking at that time but it is obviously I
should have stayed away form tehe keyboard...

Applied, thank you Jiri.

-- 
Dmitry
--
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