Changeset 1382446 in mainline for uspace/srv/hid/output/output.c
- Timestamp:
- 2020-12-14T19:09:05Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- d1582b50
- Parents:
- 0350033
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/hid/output/output.c
r0350033 r1382446 41 41 #include "port/ega.h" 42 42 #include "port/chardev.h" 43 #include "port/ddev.h" 43 44 #include "output.h" 44 45 … … 486 487 if (!config_key_exists("console")) { 487 488 ega_init(); 489 #if defined(CONFIG_FB) && !defined(CONFIG_WINSYS) 490 /* 491 * NOTE: We don't have a good way of detecting the absence 492 * of a KFB display device at run time because of the 493 * asunchronous nature of device discovery 494 */ 495 output_ddev_init(); 496 #endif 488 497 } 489 498
Note:
See TracChangeset
for help on using the changeset viewer.