Changeset eedac04 in mainline for uspace/drv/usbhid/hiddev.c
- Timestamp:
- 2011-03-18T21:31:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d3991b2
- Parents:
- 46d12fb (diff), 3746bfe (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
r46d12fb reedac04 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.