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:	Wed, 04 Mar 2009 10:16:10 -0500
From:	Jason Noble <nobleja@...ezero.com>
To:	Jiri Kosina <jkosina@...e.cz>
Cc:	lkml <linux-kernel@...r.kernel.org>
Subject: Re: New HID device support

No problem, glad to help out.
Very glad to get my buttons working. ;-)

Do you think this will make its way into 2.6.29?

On Wed, 2009-03-04 at 16:13 +0100, Jiri Kosina wrote:
> On Wed, 4 Mar 2009, Jason Noble wrote:
> 
> > I made a minor tweak. Please include in the official patch.
> > (BTN_2 and BTN_3, are not very useful xev doesn't even see them)
> > 
> > -       case 0x01: ks_map_key(BTN_2);   break;
> > -       case 0x02: ks_map_key(BTN_3);   break;
> > +       case 0x01: ks_map_key(BTN_MIDDLE);   break;
> > +       case 0x02: ks_map_key(BTN_SIDE);   break;
> > 
> > Other than that, it works great!
> > 
> > You are awesome, thank you very very much!!
> 
> Thanks for testing. I will put you in Reported-by:, if you don't mind, and 
> queue the patch patch in my tree.
> 

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