diff options
Diffstat (limited to 'drivers/bluetooth')
-rw-r--r-- | drivers/bluetooth/bcm203x.c | 2 | ||||
-rw-r--r-- | drivers/bluetooth/bfusb.c | 1 | ||||
-rw-r--r-- | drivers/bluetooth/bt3c_cs.c | 1 |
3 files changed, 4 insertions, 0 deletions
diff --git a/drivers/bluetooth/bcm203x.c b/drivers/bluetooth/bcm203x.c index 9256985cbe36..8919ccf8274b 100644 --- a/drivers/bluetooth/bcm203x.c +++ b/drivers/bluetooth/bcm203x.c | |||
@@ -307,3 +307,5 @@ MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); | |||
307 | MODULE_DESCRIPTION("Broadcom Blutonium firmware driver ver " VERSION); | 307 | MODULE_DESCRIPTION("Broadcom Blutonium firmware driver ver " VERSION); |
308 | MODULE_VERSION(VERSION); | 308 | MODULE_VERSION(VERSION); |
309 | MODULE_LICENSE("GPL"); | 309 | MODULE_LICENSE("GPL"); |
310 | MODULE_FIRMWARE("BCM2033-MD.hex"); | ||
311 | MODULE_FIRMWARE("BCM2033-FW.bin"); | ||
diff --git a/drivers/bluetooth/bfusb.c b/drivers/bluetooth/bfusb.c index 27cceb6f5652..4c766f36d884 100644 --- a/drivers/bluetooth/bfusb.c +++ b/drivers/bluetooth/bfusb.c | |||
@@ -801,3 +801,4 @@ MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>"); | |||
801 | MODULE_DESCRIPTION("BlueFRITZ! USB driver ver " VERSION); | 801 | MODULE_DESCRIPTION("BlueFRITZ! USB driver ver " VERSION); |
802 | MODULE_VERSION(VERSION); | 802 | MODULE_VERSION(VERSION); |
803 | MODULE_LICENSE("GPL"); | 803 | MODULE_LICENSE("GPL"); |
804 | MODULE_FIRMWARE("bfubase.frm"); | ||
diff --git a/drivers/bluetooth/bt3c_cs.c b/drivers/bluetooth/bt3c_cs.c index 34e5555cb917..18b0f3992c5b 100644 --- a/drivers/bluetooth/bt3c_cs.c +++ b/drivers/bluetooth/bt3c_cs.c | |||
@@ -63,6 +63,7 @@ | |||
63 | MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>, Jose Orlando Pereira <jop@di.uminho.pt>"); | 63 | MODULE_AUTHOR("Marcel Holtmann <marcel@holtmann.org>, Jose Orlando Pereira <jop@di.uminho.pt>"); |
64 | MODULE_DESCRIPTION("Bluetooth driver for the 3Com Bluetooth PCMCIA card"); | 64 | MODULE_DESCRIPTION("Bluetooth driver for the 3Com Bluetooth PCMCIA card"); |
65 | MODULE_LICENSE("GPL"); | 65 | MODULE_LICENSE("GPL"); |
66 | MODULE_FIRMWARE("BT3CPCC.bin"); | ||
66 | 67 | ||
67 | 68 | ||
68 | 69 | ||