You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 months ago | |
---|---|---|
.. | ||
Makefile | 7 months ago | |
README | 7 months ago | |
fw_load.c | 7 months ago |
README
The aim of the test is to check device firmware loading. Since kernel 3.7 firmware loading changed to direct loading (by-pass udev). The test consists of the two parts: - userspace part - kernelspace part This is the userspace part, its tasks are: - create firmware files in the standard firmware paths - load the module and initiate firmware request procedure - read device's result file and print final results - unload the module.