Changeset f5b6fb5 in mainline for uspace/srv/hid/input/port/chardev.c
- Timestamp:
- 2017-11-08T08:26:24Z (5 years ago)
- Branches:
- lfn, master, serial
- Children:
- d2e7a51
- Parents:
- 6d15572
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/input/port/chardev.c
r6d15572 rf5b6fb5 77 77 78 78 for (i = 0; i < num_devs; i++) { 79 printf("%s: Probe service '%s'\n", NAME, in_devs[i]);80 79 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) 83 81 break; 84 }85 82 } 86 83 … … 115 112 return -1; 116 113 } 117 printf("%s: Connected input device\n", NAME);118 114 119 115 return 0;
Note: See TracChangeset
for help on using the changeset viewer.