Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -413,6 +413,10 @@ int i1480_usb_probe(struct usb_interface *iface, const struct usb_device_id *id)
	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)				\
{							\
	.match_flags = USB_DEVICE_ID_MATCH_DEVICE	\