Home
last modified time | relevance | path

Searched hist:"722612 cd51cf1b574c89dff57cc5dbedf1f645bb" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/hid/
H A Dhid-core.cdiff 722612cd51cf1b574c89dff57cc5dbedf1f645bb Tue Jan 05 04:45:52 CST 2010 Jiri Kosina <jkosina@suse.cz> HID: fix parsing of local delimiter with size 0

Acording to HID standard 1.11, value 0 allows for size being 0.
Local delimiter tag has has 0 one of the possible values.

Therefore we need to handle this case properly, to be fully compliant
with the specification.

Reported-by: Marcin Tolysz <tolysz@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>