Skip to content
Snippets Groups Projects
Commit 35fb2a81 authored by Ben Hutchings's avatar Ben Hutchings Committed by David Vrabel
Browse files

uwb: declare MODULE_FIRMWARE() in i1480 DFU driver

parent 34446d05
No related branches found
No related tags found
No related merge requests found
...@@ -413,6 +413,10 @@ error: ...@@ -413,6 +413,10 @@ error:
return result; return result;
} }
MODULE_FIRMWARE("i1480-pre-phy-0.0.bin");
MODULE_FIRMWARE("i1480-usb-0.0.bin");
MODULE_FIRMWARE("i1480-phy-0.0.bin");
#define i1480_USB_DEV(v, p) \ #define i1480_USB_DEV(v, p) \
{ \ { \
.match_flags = USB_DEVICE_ID_MATCH_DEVICE \ .match_flags = USB_DEVICE_ID_MATCH_DEVICE \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment