Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 171670
b: refs/heads/master
c: 3e8b4d0
h: refs/heads/master
v: v3
  • Loading branch information
Ben Hutchings authored and John W. Linville committed Nov 11, 2009
1 parent fb1f0c1 commit 1a30329
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e01b0e0f90681072d29fe1ba6a29298683f42c15
refs/heads/master: 3e8b4d006ed04b1ddb7450faee7fa429e2a00e48
7 changes: 7 additions & 0 deletions trunk/drivers/net/wireless/zd1211rw/zd_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -318,6 +318,13 @@ static int upload_firmware(struct zd_usb *usb)
return r;
}

MODULE_FIRMWARE(FW_ZD1211B_PREFIX "ur");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "ur");
MODULE_FIRMWARE(FW_ZD1211B_PREFIX "ub");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "ub");
MODULE_FIRMWARE(FW_ZD1211B_PREFIX "uphr");
MODULE_FIRMWARE(FW_ZD1211_PREFIX "uphr");

/* Read data from device address space using "firmware interface" which does
* not require firmware to be loaded. */
int zd_usb_read_fw(struct zd_usb *usb, zd_addr_t addr, u8 *data, u16 len)
Expand Down

0 comments on commit 1a30329

Please sign in to comment.