Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F102190320
D27747.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
386 B
Referenced Files
None
Subscribers
None
D27747.diff
View Options
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
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 9, 5:45 PM (21 h, 1 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14563602
Default Alt Text
D27747.diff (386 B)
Attached To
Mode
D27747: hid_locate: do not ignore constant items.
Attached
Detach File
Event Timeline
Log In to Comment