diff options
author | Marco Gerards <marco@gnu.org> | 2004-02-02 22:08:14 +0000 |
---|---|---|
committer | Marco Gerards <marco@gnu.org> | 2004-02-02 22:08:14 +0000 |
commit | 2f9df140cf4bd4abb5a6d846d6a1276a8317ed44 (patch) | |
tree | 515ffa92b1855ad335ba0e2d84963e853fb8b795 /console-client/ChangeLog | |
parent | 95a7a63accc7ea85bb2591901843b3ec3db1a91e (diff) |
2004-02-02 Marco Gerards <metgerards@student.han.nl>
* pc-kbd.c (KDSETLEDS): New macro.
(update_leds): Add support for setting the keyboard LED state on
GNUMach 1.x (> 1.3).
(input_loop): Use size_t for `nr' instead of int to silence a gcc
warning.
Diffstat (limited to 'console-client/ChangeLog')
-rw-r--r-- | console-client/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/console-client/ChangeLog b/console-client/ChangeLog index 10a5c8af..a7532522 100644 --- a/console-client/ChangeLog +++ b/console-client/ChangeLog @@ -1,3 +1,12 @@ +2004-02-02 Marco Gerards <metgerards@student.han.nl> + + * pc-kbd.c (KDSETLEDS): New macro. + (update_leds): Add support for setting the keyboard LED state on + GNUMach 1.x (> 1.3). + + (input_loop): Use size_t for `nr' instead of int to silence a gcc + warning. + 2003-08-11 Marco Gerards <metgerards@student.han.nl> * console.c (cons_vcons_set_dimension): New function. |