Changes in uspace/drv/hid/usbhid/generic/hiddev.c [d1582b50:09ab0a9a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/hid/usbhid/generic/hiddev.c
rd1582b50 r09ab0a9a 120 120 } 121 121 122 /* TODOThis should probably be somehow atomic. */122 /*! @todo This should probably be somehow atomic. */ 123 123 memcpy(buffer, hid_dev->input_report, 124 124 hid_dev->input_report_size);
Note:
See TracChangeset
for help on using the changeset viewer.