Changeset cf5c05c0 in mainline


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.

Location:
uspace
Files:
2 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");
  • uspace/drv/bus/isa/isa.dev

    r2552f05f rcf5c05c0  
    99        io_range 2f8 8
    1010
    11 keyboard:
    12         match 100 isa/keyboard
     11i8042:
     12        match 100 isa/i8042
    1313        irq 1
    14         io_range 060 10
     14        irq 12
     15        io_range 060 5
    1516       
Note: See TracChangeset for help on using the changeset viewer.