Changeset c309b18 in mainline for uspace/srv/hid/output
- Timestamp:
- 2017-11-27T16:35:20Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 07a70800
- Parents:
- 59953b57
- Location:
- uspace/srv/hid/output
- Files:
- 
      - 2 deleted
- 3 edited
 
 - 
          
  Makefile (modified) (1 diff)
- 
          
  output.c (modified) (2 diffs)
- 
          
  port/chardev.c (modified) (1 diff)
- 
          
  port/kchar.c (deleted)
- 
          
  port/kchar.h (deleted)
 
Legend:
- Unmodified
- Added
- Removed
- 
      uspace/srv/hid/output/Makefiler59953b57 rc309b18 35 35 ctl/serial.c \ 36 36 port/ega.c \ 37 port/kchar.c \38 37 port/chardev.c \ 39 38 proto/vt100.c \ 
- 
      uspace/srv/hid/output/output.cr59953b57 rc309b18 36 36 #include <config.h> 37 37 #include "port/ega.h" 38 #include "port/kchar.h"39 38 #include "port/chardev.h" 40 39 #include "output.h" … … 477 476 if (!config_key_exists("console")) { 478 477 ega_init(); 479 kchar_init();480 478 } 481 479 
- 
      uspace/srv/hid/output/port/chardev.cr59953b57 rc309b18 190 190 #elif defined(UARCH_sparc64) && defined(PROCESSOR_sun4v) 191 191 /* OK */ 192 #elif defined(MACHINE_msim) 193 /* OK */ 192 194 #else 193 195 return EOK; 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
