Changeset 3193c05 in mainline


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.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/ia64/src/drivers/ski.c

    r0e54b4a r3193c05  
    216216                 * self-sufficient.
    217217                 */
    218                 sysinfo_set_item_val("fb", NULL, false);
     218                sysinfo_set_item_val("fb.kind", NULL, 6);
    219219               
    220220                fb_exported = true;
  • 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.