From 8f148feec8d5397dd5d032a85184b2eba9caf9f3 Mon Sep 17 00:00:00 2001 From: jserv Date: Sat, 21 Aug 2021 11:30:32 +0000 Subject: [PATCH] deploy: bd8342bc1486a5f7cd16c52f90bc301e99378a6b --- index.html | 6 +++--- lkmpg-for-ht.html | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index eca37f4..c09a05c 100644 --- a/index.html +++ b/index.html @@ -20,7 +20,7 @@

The Linux Kernel Module Programming Guide

Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang

-
August 19, 2021
+
August 21, 2021
@@ -4038,13 +4038,13 @@ loaded, starts blinking the keyboard LEDs until it is unloaded. 24/* Function my_timer_func blinks the keyboard LEDs periodically by invoking 25 * command KDSETLED of ioctl() on the keyboard driver. To learn more on virtual 26 * terminal ioctl operations, please see file: -27 *   drivers/char/vt_ioctl.c, function vt_ioctl(). +27 *   drivers/tty/vt/vt_ioctl.c, function vt_ioctl(). 28 * 29 * The argument to KDSETLED is alternatively set to 7 (thus causing the led 30 * mode to be set to LED_SHOW_IOCTL, and all the leds are lit) and to 0xFF 31 * (any value above 7 switches back the led mode to LED_SHOW_FLAGS, thus 32 * the LEDs reflect the actual keyboard status).  To learn more on this, -33 * please see file: drivers/char/keyboard.c, function setledstate(). +33 * please see file: drivers/tty/vt/keyboard.c, function setledstate(). 34 */ 35 36static void my_timer_func(unsigned long ptr) diff --git a/lkmpg-for-ht.html b/lkmpg-for-ht.html index eca37f4..c09a05c 100644 --- a/lkmpg-for-ht.html +++ b/lkmpg-for-ht.html @@ -20,7 +20,7 @@

The Linux Kernel Module Programming Guide

Peter Jay Salzman, Michael Burian, Ori Pomerantz, Bob Mottram, Jim Huang

-
August 19, 2021
+
August 21, 2021
@@ -4038,13 +4038,13 @@ loaded, starts blinking the keyboard LEDs until it is unloaded. 24/* Function my_timer_func blinks the keyboard LEDs periodically by invoking 25 * command KDSETLED of ioctl() on the keyboard driver. To learn more on virtual 26 * terminal ioctl operations, please see file: -27 *   drivers/char/vt_ioctl.c, function vt_ioctl(). +27 *   drivers/tty/vt/vt_ioctl.c, function vt_ioctl(). 28 * 29 * The argument to KDSETLED is alternatively set to 7 (thus causing the led 30 * mode to be set to LED_SHOW_IOCTL, and all the leds are lit) and to 0xFF 31 * (any value above 7 switches back the led mode to LED_SHOW_FLAGS, thus 32 * the LEDs reflect the actual keyboard status).  To learn more on this, -33 * please see file: drivers/char/keyboard.c, function setledstate(). +33 * please see file: drivers/tty/vt/keyboard.c, function setledstate(). 34 */ 35 36static void my_timer_func(unsigned long ptr)