Date: Wed, 30 Jan 2013 14:26:38 -0800 From: Yuri <yuri@rawbw.com> To: Hans Petter Selasky <hselasky@c2i.net> Cc: freebsd-usb@freebsd.org Subject: Re: Why my USB keyboard doesn't generate scancodes? Message-ID: <51099E1E.1010107@rawbw.com> In-Reply-To: <201301301040.54478.hselasky@c2i.net> References: <5104974C.803@rawbw.com> <201301301025.20211.hselasky@c2i.net> <5108E788.6010401@rawbw.com> <201301301040.54478.hselasky@c2i.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 01/30/2013 01:40, Hans Petter Selasky wrote: > Work for you: > > RID=22 (0x16) is the one you are receiving. This is a microsoft specific extension to the HID class. > I don't have time to look at this right now, but if you can get documentation for this HID usage, then > we could map it to a mouse button at least. Else press all the buttons on your mouse while recording USB > trace information. Then reverse engineer the values, make a nice table and I can implement it for you in > the ums driver. So the keyboard signal comes to the mouse endpoint. One possible solution is to have a quirk in ums driver that would post the event to the corresponding ukbd instance. Since these are really the keyboard signals. Microsoft makes some of the best mice today (IMO, based on the research of what's available from all vendors). That's why I want FreeBSD to support their mice better. I will do some research, also will try to partially reverse-engineer the protocol. It might be something in their protocol that makes keyboard signals be piped into the mouse pipe. Yuri
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?51099E1E.1010107>