Changeset ccd1a14 in mainline for uspace/srv/kbd/port/sgcn.c


Ignore:
Timestamp:
2009-04-25T11:54:17Z (16 years ago)
Author:
Jiri Svoboda <jirik.svoboda@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9701d49
Parents:
ebfabf6
Message:

Stop userspace kbd driver from polling when switching to kcon. Also, fix swapped reversed enabling/disabling of polling in kernel sgcn and ski drivers.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/kbd/port/sgcn.c

    rebfabf6 rccd1a14  
    121121}
    122122
     123void kbd_port_yield(void)
     124{
     125}
     126
     127void kbd_port_reclaim(void)
     128{
     129}
     130
    123131/**
    124132 * Handler of the "key pressed" event. Reads codes of all the pressed keys from
Note: See TracChangeset for help on using the changeset viewer.