Changeset cf5c05c0 in mainline for uspace/app/init/init.c


Ignore:
Timestamp:
2011-12-26T16:19:52Z (12 years ago)
Author:
Jan Vesely <jano.vesely@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b39eb79
Parents:
2552f05f
Message:

isa: Enable i8042 driver. init: Don't launch obsolete i8042 service.

srv/i8042 is replaced by the set of DDF drivers. This allows us to remove legacy bits from the input service.

File:
1 edited

Legend:

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

    r2552f05f rcf5c05c0  
    302302        spawn("/srv/obio");
    303303        srv_start("/srv/cuda_adb");
    304         srv_start("/srv/i8042");
     304//      srv_start("/srv/i8042");
    305305        srv_start("/srv/s3c24ser");
    306306        srv_start("/srv/s3c24ts");
Note: See TracChangeset for help on using the changeset viewer.