Changeset 5012203 in mainline for uspace


Ignore:
Timestamp:
2016-05-12T13:55:09Z (9 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4363000
Parents:
1afd9ee
Message:

IntegratorCP: switch to using the PC/AT (set 2) scancodes

This is consistent with a change introduced in QEMU 2.6.0. It appears
that the previously provided and then removed PL050 scan codes were
actually PC/AT set 2 scancodes.

Location:
uspace
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • uspace/Makefile

    r1afd9ee r5012203  
    144144        drv/char/pl050 \
    145145        drv/char/ps2mouse \
     146        drv/char/atkbd \
    146147        drv/char/xtkbd \
    147148        drv/test/test1 \
  • uspace/drv/char/pl050/pl050.c

    r1afd9ee r5012203  
    323323
    324324        if (str_cmp(pl050->name, "kbd") == 0)
    325                 mname = "char/xtkbd";
     325                mname = "char/atkbd";
    326326        else
    327327                mname = "char/ps2mouse";
Note: See TracChangeset for help on using the changeset viewer.