Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 762041
Collapse All | Expand All

(-)a/drivers/bluetooth/btusb.c (-1 / +7 lines)
Lines 4273-4278 static int btusb_setup_qca(struct hci_dev *hdev) Link Here
4273
			info = &qca_devices_table[i];
4273
			info = &qca_devices_table[i];
4274
	}
4274
	}
4275
	if (!info) {
4275
	if (!info) {
4276
		/* If the rom_version is not matched in the qca_devices_table
4277
		 * and the high ROM version is not zero, we assume this chip no
4278
		 * need to load the rampatch and nvm.
4279
		 */
4280
		if (ver_rom & ~0xffffU)
4281
			return 0;
4282
4276
		bt_dev_err(hdev, "don't support firmware rome 0x%x", ver_rom);
4283
		bt_dev_err(hdev, "don't support firmware rome 0x%x", ver_rom);
4277
		return -ENODEV;
4284
		return -ENODEV;
4278
	}
4285
	}
4279
- 

Return to bug 762041