X-Git-Url: http://pilppa.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=include%2Flinux%2Fkeyboard.h;h=a3c984d780f0144422da0e0e9a4a754dc208510f;hb=37bed90094fdb1eea6e4afec6a200d4e60143e55;hp=65c2d70853e96557dc13c3f8e0a2e1420b4ccbf0;hpb=41ab4396e19fba338baf28044d3e48385744b930;p=linux-2.6-omap-h63xx.git diff --git a/include/linux/keyboard.h b/include/linux/keyboard.h index 65c2d70853e..a3c984d780f 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 */ };