Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F137222016
D28149.id82248.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
762 B
Referenced Files
None
Subscribers
None
D28149.id82248.diff
View Options
Index: sys/compat/linux/linux_event.c
===================================================================
--- sys/compat/linux/linux_event.c
+++ sys/compat/linux/linux_event.c
@@ -736,9 +736,7 @@
timespecclear(&tfd->tfd_time.it_value);
timespecclear(&tfd->tfd_time.it_interval);
- mtx_lock(&tfd->tfd_lock);
callout_drain(&tfd->tfd_callout);
- mtx_unlock(&tfd->tfd_lock);
seldrain(&tfd->tfd_sel);
knlist_destroy(&tfd->tfd_sel.si_note);
Index: sys/dev/hid/hid.c
===================================================================
--- sys/dev/hid/hid.c
+++ sys/dev/hid/hid.c
@@ -803,7 +803,7 @@
struct hid_item hi;
int err;
- hd = hid_start_parse(desc, size, hid_input);
+ hd = hid_start_parse(desc, size, 0);
if (hd == NULL)
return (0);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Nov 22, 2:30 PM (13 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
25974781
Default Alt Text
D28149.id82248.diff (762 B)
Attached To
Mode
D28149: hid: fix typo in hid_is_collection
Attached
Detach File
Event Timeline
Log In to Comment