Changeset 8c74d15 in mainline
- Timestamp:
- 2011-05-30T18:37:45Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 173922f, 1aba480, 5da18c7
- Parents:
- 89aca2da
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
r89aca2da r8c74d15 768 768 769 769 int phone = fd_phone(fd); 770 close(fd); 770 771 if (phone < 0) { 771 772 printf(NAME ": Failed to connect to input device\n"); … … 777 778 handler, &hash); 778 779 if (rc != EOK) { 780 async_hangup(phone); 779 781 printf(NAME ": " \ 780 782 "Failed to create callback from input device: %s.\n",
Note:
See TracChangeset
for help on using the changeset viewer.