From: Andrew Lunn Date: Thu, 5 Sep 2013 11:12:15 +0000 (+0200) Subject: moxa: Fix firmware file names. X-Git-Tag: 20190312~702^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e7c85b24a5e5107e9911c6b80f536b6bbc5d465d;p=linux-firmware moxa: Fix firmware file names. Too many decimal to hex converstions of the USB product ID resulted in the firmware files having the wrong name. Rename them, and update the WHENCE file with the new names. Signed-off-by: Andrew Lunn --- diff --git a/WHENCE b/WHENCE index ed7de43..1a0c4fa 100644 --- a/WHENCE +++ b/WHENCE @@ -2225,15 +2225,15 @@ License: Redistributable. See LICENSE.amd-ucode for details Driver: mxuport - MOXA UPort USB Serial hub driver -File: moxa/moxa-04e2.fw -File: moxa/moxa-04e3.fw -File: moxa/moxa-0582.fw -File: moxa/moxa-05aa.fw -File: moxa/moxa-05ab.fw -File: moxa/moxa-064d.fw -File: moxa/moxa-0652.fw -File: moxa/moxa-0675.fw -File: moxa/moxa-067a.fw +File: moxa/moxa-1250.fw +File: moxa/moxa-1251.fw +File: moxa/moxa-1410.fw +File: moxa/moxa-1450.fw +File: moxa/moxa-1451.fw +File: moxa/moxa-1613.fw +File: moxa/moxa-1618.fw +File: moxa/moxa-1653.fw +File: moxa/moxa-1658.fw License: The software accompanying this license statement (the “Software”) diff --git a/moxa/moxa-04e2.fw b/moxa/moxa-1250.fw similarity index 100% rename from moxa/moxa-04e2.fw rename to moxa/moxa-1250.fw diff --git a/moxa/moxa-04e3.fw b/moxa/moxa-1251.fw similarity index 100% rename from moxa/moxa-04e3.fw rename to moxa/moxa-1251.fw diff --git a/moxa/moxa-0582.fw b/moxa/moxa-1410.fw similarity index 100% rename from moxa/moxa-0582.fw rename to moxa/moxa-1410.fw diff --git a/moxa/moxa-05aa.fw b/moxa/moxa-1450.fw similarity index 100% rename from moxa/moxa-05aa.fw rename to moxa/moxa-1450.fw diff --git a/moxa/moxa-05ab.fw b/moxa/moxa-1451.fw similarity index 100% rename from moxa/moxa-05ab.fw rename to moxa/moxa-1451.fw diff --git a/moxa/moxa-064d.fw b/moxa/moxa-1613.fw similarity index 100% rename from moxa/moxa-064d.fw rename to moxa/moxa-1613.fw diff --git a/moxa/moxa-0652.fw b/moxa/moxa-1618.fw similarity index 100% rename from moxa/moxa-0652.fw rename to moxa/moxa-1618.fw diff --git a/moxa/moxa-0675.fw b/moxa/moxa-1653.fw similarity index 100% rename from moxa/moxa-0675.fw rename to moxa/moxa-1653.fw diff --git a/moxa/moxa-067a.fw b/moxa/moxa-1658.fw similarity index 100% rename from moxa/moxa-067a.fw rename to moxa/moxa-1658.fw