X-Git-Url: http://ftp.safe.ca/?a=blobdiff_plain;f=Documentation%2Finput%2Finput.txt;h=b93c08442e3c773bcfb0a887e7f849694ea4b9b3;hb=8a9f47ddb1d5cc3cda2d1f26f8da74e059fa7b87;hp=686ee9932dffd86fa78775859a97815ecc514be2;hpb=d1659fcc59b21ec442564fedb67a5ad371f82380;p=safe%2Fjmp%2Flinux-2.6 diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt index 686ee99..b93c084 100644 --- a/Documentation/input/input.txt +++ b/Documentation/input/input.txt @@ -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