Changeset 5f88293 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2011-06-12T15:44:38Z (13 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
60e5a856
Parents:
af897ff0
Message:

Rename 'kbd' server to 'input' server.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/init/init.c

    raf897ff0 r5f88293  
    280280       
    281281        spawn("/srv/fb");
    282         spawn("/srv/kbd");
    283         console("hid_in/kbd");
     282        spawn("/srv/input");
     283        console("hid_in/input");
    284284       
    285285        spawn("/srv/clip");
Note: See TracChangeset for help on using the changeset viewer.