Page MenuHomeFreeBSD

D27747.id81842.diff
No OneTemporary

D27747.id81842.diff

diff --git a/sys/dev/usb/usb_hid.c b/sys/dev/usb/usb_hid.c
--- a/sys/dev/usb/usb_hid.c
+++ b/sys/dev/usb/usb_hid.c
@@ -622,7 +622,7 @@
struct hid_item h;
for (d = hid_start_parse(desc, size, 1 << k); hid_get_item(d, &h);) {
- if (h.kind == k && !(h.flags & HIO_CONST) && h.usage == u) {
+ if (h.kind == k && h.usage == u) {
if (index--)
continue;
if (loc != NULL)

File Metadata

Mime Type
text/plain
Expires
Thu, May 21, 11:35 AM (3 h, 19 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33367834
Default Alt Text
D27747.id81842.diff (386 B)

Event Timeline