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, 25 Jan 2010 15:25:21 -0800
From:	Dmitry Torokhov <dmitry.torokhov@...il.com>
To:	Guillaume Chazarain <guichaz@...il.com>
Cc:	ajax@...hat.com, LKML <linux-kernel@...r.kernel.org>,
	linux-input@...r.kernel.org
Subject: Re: evdev regression on macbook with 2.6.33-rc5

On Mon, Jan 25, 2010 at 11:49:20PM +0100, Guillaume Chazarain wrote:
> On Sun, Jan 24, 2010 at 10:30 AM, Dmitry Torokhov
> <dmitry.torokhov@...il.com> wrote:
> > DOes the same behavior happens when you try using 'evtest' utility while
> > in console?
> 
> Hi Dmitry,
> 
> While struggling to make evtest show keyboard events, I discovered
> that the problem is an incompatibility with mouseemu
> (http://packages.ubuntu.com/karmic/mouseemu) as killing it makes the
> keyboard work fine.
> 
> So, with mouseemu running, evtest won't print any event at all even if
> I move the mouse, and when mouseemu is off everything works fine and
> evtest prints the expected events.
> 

Ah, well, I checked out the sources for this fine specimen. Oh man...
Then we have Debian guys adding their perls to keyboard handler:

++	if (inp.type != EV_KEY && inp.type != EV_REP)
++		return;

Obviously EV_SYN is completely useless message. And who cares about
keyboards with scroll wheels, volume sliders, etc, right?

This package either needs lots of love or it just needs to die...

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