Changes in uspace/drv/hid/usbhid/usbhid.c [7c3fb9b:d1582b50] in mainline
- File:
-
- 1 edited
-
uspace/drv/hid/usbhid/usbhid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/usbhid.c
r7c3fb9b rd1582b50 342 342 343 343 if (hid_dev->max_input_report_size >= buffer_size) { 344 /* ! @todoThis should probably be atomic. */344 /* TODO This should probably be atomic. */ 345 345 memcpy(hid_dev->input_report, buffer, buffer_size); 346 346 hid_dev->input_report_size = buffer_size;
Note:
See TracChangeset
for help on using the changeset viewer.
