mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
uwb: declare MODULE_FIRMWARE() in i1480 DFU driver
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: David Vrabel <david.vrabel@csr.com>
This commit is contained in:
parent
34446d05dd
commit
35fb2a816a
1 changed files with 4 additions and 0 deletions
|
@ -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 \
|
||||||
|
|
Loading…
Reference in a new issue