Skip to content
mathfur edited this page May 1, 2013 · 3 revisions

呼出元

kb_read

概要

  • drivers/tty/keyboard.cにて定義
  • ファンクションキーごとに予め登録しておいたproc_nrに対してnotifyを送る
  • キー押下時のみ処理

引数

int scode  /* scan code for a function key */

実装

コメント

Clone this wiki locally