From a14150061388f4bcbf3c3499f1b12e3f0d5c0e7b Mon Sep 17 00:00:00 2001 From: Tedd Ho-Jeong An Date: Wed, 6 Jul 2016 11:44:56 -0700 Subject: [PATCH] linux-firmware: Fix the filename for WsP to align with device HW_VARIANT There was a driver (btusb.c) change to include the device's HW_VARIANT in the filename to support multiple devices and this patch fixes the firmware filename for WsP to align with that patch. WsP(WindStorm Peak) is also known as Intel Bluetooth 8264. Signed-off-by: Tedd Ho-Jeong An Signed-off-by: Kyle McMartin --- WHENCE | 4 ++-- intel/{ibt-11-16.ddc => ibt-12-16.ddc} | 0 intel/{ibt-11-16.sfi => ibt-12-16.sfi} | Bin 3 files changed, 2 insertions(+), 2 deletions(-) rename intel/{ibt-11-16.ddc => ibt-12-16.ddc} (100%) rename intel/{ibt-11-16.sfi => ibt-12-16.sfi} (100%) diff --git a/WHENCE b/WHENCE index 7c18935..c3d98f6 100644 --- a/WHENCE +++ b/WHENCE @@ -2741,9 +2741,9 @@ File: intel/ibt-11-5.ddc Version: LnP/SfP_REL0257 File: intel/ibt-11-5.sfi Version: BT_LightningPeak_REL0330 -File: intel/ibt-11-16.ddc +File: intel/ibt-12-16.ddc Version: BT_WindStormPeak_REL0060 -File: intel/ibt-11-16.sfi +File: intel/ibt-12-16.sfi Version: BT_WindStormPeak_REL0060 Licence: Redistributable. See LICENCE.ibt_firmware for details diff --git a/intel/ibt-11-16.ddc b/intel/ibt-12-16.ddc similarity index 100% rename from intel/ibt-11-16.ddc rename to intel/ibt-12-16.ddc diff --git a/intel/ibt-11-16.sfi b/intel/ibt-12-16.sfi similarity index 100% rename from intel/ibt-11-16.sfi rename to intel/ibt-12-16.sfi