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/>
References:  <bug-244602-19105@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D244602

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

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

0x0001 =3D UISUBCLASS_BOOT
0x0002 =3D UIPROTO_MOUSE

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

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



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