Changeset 3193c05 in mainline
- Timestamp:
- 2010-06-17T20:58:05Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5387807, 7f0e7b6
- Parents:
- 0e54b4a
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia64/src/drivers/ski.c
r0e54b4a r3193c05 216 216 * self-sufficient. 217 217 */ 218 sysinfo_set_item_val("fb ", NULL, false);218 sysinfo_set_item_val("fb.kind", NULL, 6); 219 219 220 220 fb_exported = true; -
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.