Changeset 3193c05 in mainline for uspace/srv/hid/fb/main.c
- Timestamp:
- 2010-06-17T20:58:05Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5387807, 7f0e7b6
- Parents:
- 0e54b4a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/fb/main.c
r0e54b4a r3193c05 105 105 #endif 106 106 #ifdef SKI_ENABLED 107 if ((!initialized) && ( !fb_present)) {107 if ((!initialized) && (fb_kind == 6)) { 108 108 if (ski_init() == 0) 109 109 initialized = true;
Note:
See TracChangeset
for help on using the changeset viewer.