History log of /fuchsia/zircon/system/utest/hid-parser/hid-report-data.cpp
Revision Date Author Comments
# 5f3952c6 24-Apr-2018 Erik Gilling <konkers@google.com>

[hid-parser] Add test for acer touch hid.

Change-Id: I99a985ae7ac9babe5758f8ce66578a6c63544cfb


# 30f84d71 30-May-2018 Carlos Pizano <cpu@google.com>

[zircon][hid-parser] handle 32-bit usages

Turns out we have a hid usage in the vendor-defined range
which is > uint16_max. See dev-tbmc.cpp

Now that the hid parser is live in Mozart, this generates "error"
spew in the system logs as the parser did not expect to deal with
this.

For usage ranges, we still keep the 16bit check, out of well
founded fear.

- The fix
- Two new tests

ZX-2180 #comment progress

Change-Id: I23e000d8aee2188fe50024c6c47171dee4af3cb0


# d488040c 27-Dec-2017 Carlos Pizano <cpu@chromium.org>

[system][hid] model generation

Now the hid parser finally generates the output
model and with that a lot of detailed testing
is done.

The testing is a "bit" tedious but bit level
testing is done for:
- boot mouse
- adafruit composite device (4 in 1)
- ps3 joystick

Also a usage header is introduced with hundred
of usages, with keyboard missing because there
is already one for that purpose that needs
fixing.

Change-Id: I7f8cadb3d36f61eb62827e6bd3de8fb8df1e7b28