Changeset 3015f4d in mainline
- Timestamp:
- 2011-06-21T11:24:17Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- a9d85df
- Parents:
- 3815efb
- Location:
- uspace
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r3815efb r3015f4d 792 792 proto_register(SERVICE_VFS, p); 793 793 794 #if 0 794 795 p = proto_new("console"); 795 796 … … 827 828 proto_console = p; 828 829 proto_register(SERVICE_CONSOLE, p); 830 #endif 829 831 } 830 832 -
uspace/lib/c/include/ipc/services.h
r3815efb r3015f4d 43 43 SERVICE_PCI, 44 44 SERVICE_VIDEO, 45 SERVICE_CONSOLE,46 45 SERVICE_VFS, 47 46 SERVICE_DEVMAP, -
uspace/srv/hid/console/console.c
r3815efb r3015f4d 747 747 748 748 /* NB: The callback connection is slotted for removal */ 749 rc = async_connect_to_me(exch, SERVICE_CONSOLE, 0, 0, input_events, 750 NULL); 749 rc = async_connect_to_me(exch, 0, 0, 0, input_events, NULL); 751 750 752 751 async_exchange_end(exch);
Note:
See TracChangeset
for help on using the changeset viewer.