Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F167653857
D12214.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
405 B
Referenced Files
None
Subscribers
None
D12214.diff
View Options
Index: head/usr.sbin/bluetooth/bthidd/kbd.c
===================================================================
--- head/usr.sbin/bluetooth/bthidd/kbd.c
+++ head/usr.sbin/bluetooth/bthidd/kbd.c
@@ -569,6 +569,11 @@
}
hid_end_parse(d);
+ if (report_id != NO_REPORT_ID) {
+ data[2] = data[1];
+ data[1] = report_id;
+ }
+
if (found)
write(s->intr, data, (report_id != NO_REPORT_ID) ? 3 : 2);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Aug 24, 1:30 PM (1 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
37150898
Default Alt Text
D12214.diff (405 B)
Attached To
Mode
D12214: bthidd: Fix leds on multireport keyboards broken after r297217
Attached
Detach File
Event Timeline
Log In to Comment