Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/console/console.c

    r8c74d15 ra2a3763  
    768768       
    769769        int phone = fd_phone(fd);
    770         close(fd);
    771770        if (phone < 0) {
    772771                printf(NAME ": Failed to connect to input device\n");
     
    778777            handler, &hash);
    779778        if (rc != EOK) {
    780                 async_hangup(phone);
    781779                printf(NAME ": " \
    782780                    "Failed to create callback from input device: %s.\n",
Note: See TracChangeset for help on using the changeset viewer.