mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +00:00
zd1201: declare MODULE_FIRMWARE
Signed-off-by: Ben Hutchings <ben@decadent.org.uk> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
parent
49f146de40
commit
e01b0e0f90
1 changed files with 3 additions and 0 deletions
|
@ -112,6 +112,9 @@ exit:
|
|||
return err;
|
||||
}
|
||||
|
||||
MODULE_FIRMWARE("zd1201-ap.fw");
|
||||
MODULE_FIRMWARE("zd1201.fw");
|
||||
|
||||
static void zd1201_usbfree(struct urb *urb)
|
||||
{
|
||||
struct zd1201 *zd = urb->context;
|
||||
|
|
Loading…
Reference in a new issue