X-Git-Url: http://git.cascardo.info/?a=blobdiff_plain;f=include%2Flinux%2Fkeyboard.h;h=a3c984d780f0144422da0e0e9a4a754dc208510f;hb=cb28a1bbdb4790378e7366d6c9ee1d2340b84f92;hp=65c2d70853e96557dc13c3f8e0a2e1420b4ccbf0;hpb=b04cde34cf1d006dfaf8523640f3a18bbb15ebaa;p=cascardo%2Flinux.git diff --git a/include/linux/keyboard.h b/include/linux/keyboard.h index 65c2d70853e9..a3c984d780f0 100644 --- a/include/linux/keyboard.h +++ b/include/linux/keyboard.h @@ -33,6 +33,7 @@ struct keyboard_notifier_param { struct vc_data *vc; /* VC on which the keyboard press was done */ int down; /* Pressure of the key? */ int shift; /* Current shift mask */ + int ledstate; /* Current led state */ unsigned int value; /* keycode, unicode value or keysym */ };