Ignore:
Timestamp:
2009-04-21T12:46:26Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f2d2c7ba
Parents:
44b7783
Message:

change the way how input devices are wired together according to ticket #44
(also the proposal http://lists.modry.cz/cgi-bin/private/helenos-devel/2009-March/002507.html)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/sparc64/src/drivers/sgcn.c

    r44b7783 rc2417bc  
    101101/** Returns a pointer to the console buffer header. */
    102102#define SGCN_BUFFER_HEADER      (SGCN_BUFFER(sgcn_buffer_header_t, 0))
    103 
    104 /** defined in drivers/kbd.c */
    105 extern kbd_type_t kbd_type;
    106103
    107104/** starting address of SRAM, will be set by the init_sram_begin function */
     
    354351        sgcn_buffer_begin_init();
    355352
    356         kbd_type = KBD_SGCN;
    357 
    358353        sysinfo_set_item_val("kbd", NULL, true);
    359         sysinfo_set_item_val("kbd.type", NULL, KBD_SGCN);
    360354
    361355        thread_t *t = thread_create(kkbdpoll, NULL, TASK, 0, "kkbdpoll", true);
Note: See TracChangeset for help on using the changeset viewer.