Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Mar 2020 02:21:36 +0000
From:      bugzilla-noreply@freebsd.org
To:        usb@FreeBSD.org
Subject:   [Bug 244602] Media key support for WASD keyboard
Message-ID:  <bug-244602-19105-mJQsKwTvT3@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-244602-19105@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244602

--- Comment #1 from Henry Hu <henry.hu.sh@gmail.com> ---
The key reason seems to be that interface 1 has

      bInterfaceClass = 0x0003  <HID device>
      bInterfaceSubClass = 0x0001 
      bInterfaceProtocol = 0x0002 

0x0001 = UISUBCLASS_BOOT
0x0002 = UIPROTO_MOUSE

Thus it's treated as a mouse, while in this case, it only has some media keys.
Maybe ums should not attach if there is no mouse button or axis?

-- 
You are receiving this mail because:
You are the assignee for the bug.

home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-244602-19105-mJQsKwTvT3>