Subject: Re: oddity and extra buttons on USB keyboard
To: Steven M. Bellovin <smb@cs.columbia.edu>
From: Lennart Augustsson <lennart@augustsson.net>
List: netbsd-users
Date: 06/12/2005 18:40:44
Steven M. Bellovin wrote:
> uhidev1 at uhub1 port 2 configuration 1 interface 0
> uhidev1: Hewlett Packard product 0x0a24, rev 2.00/1.34, addr 3, iclass 3/1
> ukbd0 at uhidev1
> wskbd1 at ukbd0 mux 1
> wskbd1: connecting to wsdisplay0
> uhidev2 at uhub1 port 2 configuration 1 interface 1
> uhidev2: Hewlett Packard product 0x0a24, rev 2.00/1.34, addr 3, iclass 3/0
> uhidev2: 2 report ids
> uhid0 at uhidev2 reportid 1: input=2, output=0, feature=0
> uhid1 at uhidev2 reportid 2: input=2, output=0, feature=1
> 
> I believe it reports as two devices because it has a separate, 
> detachable numeric pad.

It reports as three different interfaces, one is a keyboard and
the other two are probably your extra keys.  You can use usbhidctl
to see what they do, and use usbhidaction to make them do things.

	-- Lennart