Fork us on GitHub Follow us on Facebook Follow us on Twitter

Changeset f5b6fb5 in mainline for uspace/srv/hid/input/port/chardev.c


Ignore:
Timestamp:
2017-11-08T08:26:24Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial
Children:
d2e7a51
Parents:
6d15572
Message:

Fix mis-merge and revert accidentally committed changes.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/input/port/chardev.c

    r6d15572 rf5b6fb5  
    7777       
    7878        for (i = 0; i < num_devs; i++) {
    79                 printf("%s: Probe service '%s'\n", NAME, in_devs[i]);
    8079                rc = loc_service_get_id(in_devs[i], &service_id, 0);
    81                 if (rc == EOK) {
    82                         printf("%s: success \n", NAME);
     80                if (rc == EOK)
    8381                        break;
    84                 }
    8582        }
    8683       
     
    115112                return -1;
    116113        }
    117         printf("%s: Connected input device\n", NAME);
    118114       
    119115        return 0;
Note: See TracChangeset for help on using the changeset viewer.