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


Ignore:
Timestamp:
2010-06-17T20:58:05Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5387807, 7f0e7b6
Parents:
0e54b4a
Message:

Fix fb detection for Ski.

File:
1 edited

Legend:

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

    r0e54b4a r3193c05  
    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.