X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=Documentation%2Finput%2Finput.txt;h=b93c08442e3c773bcfb0a887e7f849694ea4b9b3;hb=4961ab934a1254b1ad9420cea0ded617b57f022b;hp=686ee9932dffd86fa78775859a97815ecc514be2;hpb=d6d5aeb661fc14655c417f3582ae7ec52985d2a8;p=~andy%2Flinux diff --git a/Documentation/input/input.txt b/Documentation/input/input.txt index 686ee9932df..b93c08442e3 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