Changeset 5387807 in mainline for uspace/srv/hid/fb/main.c


Ignore:
Timestamp:
2010-06-17T20:58:50Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8ef40329
Parents:
d0c82c5 (diff), 3193c05 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge progress from the ia64-revival branch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/main.c

    rd0c82c5 r5387807  
    105105#endif
    106106#ifdef SKI_ENABLED
    107         if ((!initialized) && (!fb_present)) {
     107        if ((!initialized) && (fb_kind == 6)) {
    108108                if (ski_init() == 0)
    109109                        initialized = true;
Note: See TracChangeset for help on using the changeset viewer.