Comment 1 for bug 1970819

Revision history for this message
Dimitri John Ledkov (xnox) wrote :

drivers/bluetooth/btintel.c only declares

MODULE_AUTHOR("Marcel Holtmann <email address hidden>");
MODULE_DESCRIPTION("Bluetooth support for Intel devices ver " VERSION);
MODULE_VERSION(VERSION);
MODULE_LICENSE("GPL");
MODULE_FIRMWARE("intel/ibt-11-5.sfi");
MODULE_FIRMWARE("intel/ibt-11-5.ddc");
MODULE_FIRMWARE("intel/ibt-12-16.sfi");
MODULE_FIRMWARE("intel/ibt-12-16.ddc");

thus during snap build we strip it, and it doesn't get included in the snap.

i wonder if we should adjust the MODULE_FIRMWARE to mention more things, or mentioned them with regexp. Such that we don't strip it and include them.