History log of /netbsd-current/tests/dev/usb/t_hid.c
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: pgoyette-localcount-20161104 localcount-20160914 pgoyette-localcount-20160806 pgoyette-localcount-20160726 pgoyette-localcount-base
# 1.8 05-May-2016 jakllsch

Use rump_schedule() before calling things in the rump context.
Hopefully fixes these tests on all ports.


# 1.7 05-May-2016 jakllsch

t_hid doesn't use rump correctly, and thus consistently fails; mark as such


# 1.6 02-May-2016 jakllsch

Call rump_init() before using rump functionality.

This change should make these test cases consistently fail on all ports.

Related to PR kern/51096.


# 1.5 09-Jan-2016 jakllsch

locate_item() doesn't need to have a flags argument, as the flags
are also in the hid item data structure.


# 1.4 08-Jan-2016 jakllsch

fix test program for hid item checks


# 1.3 07-Jan-2016 jakllsch

Don't crash when the device's HID Report Descriptor Pops from an empty stack.


# 1.2 07-Jan-2016 jakllsch

Add tests for HID Parser Pop-on-empty-stack bug.


# 1.1 05-Jan-2016 jakllsch

Add some tests for the kernel HID parser.