Changes in uspace/drv/hid/usbhid/usbhid.c [d1582b50:7c3fb9b] in mainline
- File:
-
- 1 edited
-
uspace/drv/hid/usbhid/usbhid.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/usbhid.c
rd1582b50 r7c3fb9b 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.
