Changeset 290c0db in mainline for console/console.c


Ignore:
Timestamp:
2006-06-10T20:31:16Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
15039b67
Parents:
237867d
Message:

Update to new api.
Fixed problem with hanged up phone when pressing keys during
graphics initialization.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • console/console.c

    r237867d r290c0db  
    460460                return -1;
    461461        };
    462 
     462        async_new_connection(phonehash, 0, NULL, keyboard_events);
     463       
    463464        /* Connect to framebuffer driver */
    464465       
     
    504505        }
    505506
    506         async_new_connection(phonehash, 0, NULL, keyboard_events);
    507        
    508507        curs_goto(0,0);
    509508        curs_visibility(connections[active_console].screenbuffer.is_cursor_visible);
Note: See TracChangeset for help on using the changeset viewer.