Changes in uspace/srv/hid/console/console.c [8c74d15:a2a3763] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
r8c74d15 ra2a3763 768 768 769 769 int phone = fd_phone(fd); 770 close(fd);771 770 if (phone < 0) { 772 771 printf(NAME ": Failed to connect to input device\n"); … … 778 777 handler, &hash); 779 778 if (rc != EOK) { 780 async_hangup(phone);781 779 printf(NAME ": " \ 782 780 "Failed to create callback from input device: %s.\n",
Note:
See TracChangeset
for help on using the changeset viewer.