Changeset fa8f1f7 in mainline for uspace/drv/usbhid/hiddev.c
- Timestamp:
- 2011-03-20T23:00:30Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c1f24c
- Parents:
- 8373f53 (diff), 33577f81 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/drv/usbhid/hiddev.c
r8373f53 rfa8f1f7 440 440 if (rc != EOK) { 441 441 /* TODO: end session?? */ 442 usb_endpoint_pipe_end_session(&hid_dev->ctrl_pipe); 442 443 usb_log_error("Failed to process descriptors: %s.\n", 443 444 str_error(rc));
Note:
See TracChangeset
for help on using the changeset viewer.