From e7c85b24a5e5107e9911c6b80f536b6bbc5d465d Mon Sep 17 00:00:00 2001 From: Andrew Lunn Date: Thu, 5 Sep 2013 13:12:15 +0200 Subject: [PATCH] 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 --- WHENCE | 18 +++++++++--------- moxa/{moxa-04e2.fw => moxa-1250.fw} | Bin moxa/{moxa-04e3.fw => moxa-1251.fw} | Bin moxa/{moxa-0582.fw => moxa-1410.fw} | Bin moxa/{moxa-05aa.fw => moxa-1450.fw} | Bin moxa/{moxa-05ab.fw => moxa-1451.fw} | Bin moxa/{moxa-064d.fw => moxa-1613.fw} | Bin moxa/{moxa-0652.fw => moxa-1618.fw} | Bin moxa/{moxa-0675.fw => moxa-1653.fw} | Bin moxa/{moxa-067a.fw => moxa-1658.fw} | Bin 10 files changed, 9 insertions(+), 9 deletions(-) rename moxa/{moxa-04e2.fw => moxa-1250.fw} (100%) rename moxa/{moxa-04e3.fw => moxa-1251.fw} (100%) rename moxa/{moxa-0582.fw => moxa-1410.fw} (100%) rename moxa/{moxa-05aa.fw => moxa-1450.fw} (100%) rename moxa/{moxa-05ab.fw => moxa-1451.fw} (100%) rename moxa/{moxa-064d.fw => moxa-1613.fw} (100%) rename moxa/{moxa-0652.fw => moxa-1618.fw} (100%) rename moxa/{moxa-0675.fw => moxa-1653.fw} (100%) rename moxa/{moxa-067a.fw => moxa-1658.fw} (100%) 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