Home | History | Annotate | only in /external/ltp/testcases/kernel/firmware/fw_load_user
Up to higher level directory
NameDateSize
fw_load.c21-Aug-20185.2K
Makefile21-Aug-2018905
README21-Aug-2018441

README

      1 The aim of the test is to check device firmware loading. Since kernel 3.7
      2 firmware loading changed to direct loading (by-pass udev). The test consists
      3 of the two parts:
      4  - userspace part
      5  - kernelspace part
      6 
      7 This is the userspace part, its tasks are:
      8  - create firmware files in the standard firmware paths
      9  - load the module and initiate firmware request procedure
     10  - read device's result file and print final results
     11  - unload the module.
     12