Changeset 5a6cc679 in mainline for uspace/app/vuhid/hids/bootkbd.c
- Timestamp:
- 2018-01-31T02:21:24Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a0a9cc2
- Parents:
- 132ab5d1
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/vuhid/hids/bootkbd.c
r132ab5d1 r5a6cc679 101 101 }; 102 102 103 static int on_data_out(vuhid_interface_t *iface,103 static errno_t on_data_out(vuhid_interface_t *iface, 104 104 const void *buffer, size_t buffer_size) 105 105 {
Note:
See TracChangeset
for help on using the changeset viewer.