2009-12-25 Robert Millan <rmh.grub@aybabtu.com>
* include/grub/i386/at_keyboard.h (NUM_LOCK, SCROLL_LOCK): New macros. * term/i386/pc/at_keyboard.c (KEYBOARD_STATUS_NUM_LOCK) (KEYBOARD_LED_SCROLL, KEYBOARD_LED_NUM, KEYBOARD_LED_CAPS): New macros. (led_status): New variable. (keyboard_controller_led): New function. (grub_at_keyboard_getkey_noblock): Handle num lock and scroll lock, update led status for caps lock, num lock and scroll lock.
This commit is contained in:
parent
a22008a64f
commit
2281552630
3 changed files with 52 additions and 1 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2009-12-25 Robert Millan <rmh.grub@aybabtu.com>
|
||||
|
||||
* include/grub/i386/at_keyboard.h (NUM_LOCK, SCROLL_LOCK): New macros.
|
||||
* term/i386/pc/at_keyboard.c (KEYBOARD_STATUS_NUM_LOCK)
|
||||
(KEYBOARD_LED_SCROLL, KEYBOARD_LED_NUM, KEYBOARD_LED_CAPS): New macros.
|
||||
(led_status): New variable.
|
||||
(keyboard_controller_led): New function.
|
||||
(grub_at_keyboard_getkey_noblock): Handle num lock and scroll lock,
|
||||
update led status for caps lock, num lock and scroll lock.
|
||||
|
||||
2009-12-25 Felix Zielcke <fzielcke@z-51.de>
|
||||
|
||||
* util/hostdisk.c (open_device): Fix a comment.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue