]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - Documentation/input/input.txt
Staging: bcm: use get_user() to access user pointers
[mv-sheeva.git] / Documentation / input / input.txt
index 686ee9932dffd86fa78775859a97815ecc514be2..b93c08442e3c773bcfb0a887e7f849694ea4b9b3 100644 (file)
@@ -278,7 +278,7 @@ struct input_event {
 };
 
   'time' is the timestamp, it returns the time at which the event happened.
-Type is for example EV_REL for relative moment, REL_KEY for a keypress or
+Type is for example EV_REL for relative moment, EV_KEY for a keypress or
 release. More types are defined in include/linux/input.h.
 
   'code' is event code, for example REL_X or KEY_BACKSPACE, again a complete