Changes in uspace/srv/hid/console/console.c [ca48672:e273e9e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/console/console.c
rca48672 re273e9e 1 1 /* 2 * Copyright (c) 202 5Jiri Svoboda2 * Copyright (c) 2024 Jiri Svoboda 3 3 * Copyright (c) 2011 Martin Decky 4 4 * All rights reserved. … … 963 963 964 964 if (loc_service_register(console_srv, vc, 965 fallback_port_id,&consoles[i].dsid) != EOK) {965 &consoles[i].dsid) != EOK) { 966 966 printf("%s: Unable to register device %s\n", NAME, vc); 967 967 return false;
Note:
See TracChangeset
for help on using the changeset viewer.