Skip to content

Commit bd8342b

Browse files
authored
Merge pull request #69 from gagachang/master
Update path to kernel v5.x
2 parents 22e50f3 + 9827e32 commit bd8342b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/kbleds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ char kbledstatus = 0;
2424
/* Function my_timer_func blinks the keyboard LEDs periodically by invoking
2525
* command KDSETLED of ioctl() on the keyboard driver. To learn more on virtual
2626
* 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().
2828
*
2929
* The argument to KDSETLED is alternatively set to 7 (thus causing the led
3030
* mode to be set to LED_SHOW_IOCTL, and all the leds are lit) and to 0xFF
3131
* (any value above 7 switches back the led mode to LED_SHOW_FLAGS, thus
3232
* 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().
3434
*/
3535

3636
static void my_timer_func(unsigned long ptr)

0 commit comments

Comments
 (0)