File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -24,13 +24,13 @@ char kbledstatus = 0;
24
24
/* Function my_timer_func blinks the keyboard LEDs periodically by invoking
25
25
* command KDSETLED of ioctl() on the keyboard driver. To learn more on virtual
26
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
28
*
29
29
* The argument to KDSETLED is alternatively set to 7 (thus causing the led
30
30
* mode to be set to LED_SHOW_IOCTL, and all the leds are lit) and to 0xFF
31
31
* (any value above 7 switches back the led mode to LED_SHOW_FLAGS, thus
32
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
34
*/
35
35
36
36
static void my_timer_func (unsigned long ptr )
You can’t perform that action at this time.
0 commit comments