Lyra plus drivers

  • Hello, the .ko device drivers are all located in the <SDK>/kernel directory. Generally, you can find the corresponding driver program by the .ko file name. For example, usb-storage.ko corresponds to <SDK>/kernel/drivers/usb/storage/.
    By analyzing the <SDK>/kernel/drivers/usb/storage/Makefile, you can determine which .c source files make up usb-storage.ko