Skip to content

Commit

Permalink
uwb: declare MODULE_FIRMWARE() in i1480 DFU driver
Browse files Browse the repository at this point in the history
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Signed-off-by: David Vrabel <david.vrabel@csr.com>
  • Loading branch information
Ben Hutchings authored and David Vrabel committed Jan 14, 2010
1 parent 34446d0 commit 35fb2a8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/uwb/i1480/dfu/usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 35fb2a8

Please sign in to comment.