| History log of /src/tests/dev/usb |
| Revision | Date | Author | Comments |
| 1.3 | 08-Jan-2016 |
jakllsch | rework build of t_hid to be more reliable, while working around ATF cruddyness
|
| 1.2 | 06-Jan-2016 |
christos | Unbreak the sun2 build: Don't use program-specific LDADD options because those come after the general LDADD options and break static linking.
|
| 1.1 | 05-Jan-2016 |
jakllsch | Add some tests for the kernel HID parser.
|
| 1.1 | 01-Mar-2020 |
christos | branches: 1.1.4; fix build by adding a Makefile.inc that chains up.
|
| 1.1.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.1.4.1 | 01-Mar-2020 |
martin | file Makefile.inc was added on branch phil-wifi on 2020-04-08 14:09:06 +0000
|
| 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.
|
| 1.3 | 01-Jun-2020 |
christos | Set LIBISPRIVATE=yes
|
| 1.2 | 10-Dec-2017 |
bouyer | Fix fallout from hid factorisation: - need to install sys/dev/hid/hid.h for userland - include it where needed - most of the time in place if usb/usbhid.h
|
| 1.1 | 05-Jan-2016 |
jakllsch | Add some tests for the kernel HID parser.
|
| 1.5 | 01-Mar-2020 |
christos | fix build by adding a Makefile.inc that chains up.
|
| 1.4 | 01-Mar-2020 |
christos | Centralize the base rump libraries into a variable used by all the other Makefiles so that we can make changes to it centrally as needed and have less mess. Fixes the sun2 build that needs rumpvfs after librump after the latest changes.
|
| 1.3 | 01-Jun-2019 |
kre | Deal with fallout from the addition of KERN_PROC_CWD in sysctl(3) That is kern.proc.$$.KERN_PROC_CWD (I think - not that it matters here)
The effect is that -lrump now requires -lrumpvfs
This set of changes fixes (I believe) regular dynamic builds, more might be required for static builds (will be verified soon).
|
| 1.2 | 10-Dec-2017 |
bouyer | branches: 1.2.4; Fix fallout from hid factorisation: - need to install sys/dev/hid/hid.h for userland - include it where needed - most of the time in place if usb/usbhid.h
|
| 1.1 | 08-Jan-2016 |
jakllsch | rework build of t_hid to be more reliable, while working around ATF cruddyness
|
| 1.2.4.2 | 08-Apr-2020 |
martin | Merge changes from current as of 20200406
|
| 1.2.4.1 | 10-Jun-2019 |
christos | Sync with HEAD
|