doc: add a note regarding truncation of id_* fields
authorNayan Deshmukh <nayan26deshmukh@gmail.com>
Sun, 4 Aug 2019 11:58:56 +0000 (20:58 +0900)
committerPeter Hutterer <peter.hutterer@who-t.net>
Sun, 4 Aug 2019 22:26:15 +0000 (08:26 +1000)
commita2bb53262f6a1922ae3333dad680395c799c316c
treed8eaba99d02d4de1458d4fb0232a593cd87b49c4
parentda67db5f59be147911cec441e9fd81d2b3b17cf3
doc: add a note regarding truncation of id_* fields

The id_* fields are 16 bits in linux/input.h and we mirror
the kernel API here. Even though we accept an int for this
fields in ABI the value is truncated at 16 bits.

Signed-off-by: Nayan Deshmukh <nayan26deshmukh@gmail.com>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h