Changeset 00130656 in mainline for uspace/srv/hid/output/port/chardev.c
- Timestamp:
- 2016-12-23T22:04:34Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a79b42a
- Parents:
- 7259317
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/port/chardev.c
r7259317 r00130656 157 157 } 158 158 159 if (!console) { 160 /* 161 * The user specified some boot arguments, but the serial 162 * console service was not among them. 163 */ 164 return EOK; 165 } 166 159 167 rc = loc_category_get_id("serial", &serial_cat_id, IPC_FLAG_BLOCKING); 160 168 if (rc != EOK) {
Note:
See TracChangeset
for help on using the changeset viewer.