aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/pending-5.15/701-net-sfp-add-quirk-for-MXPD-483II.patch
blob: 86a665fd0a3c171ec24f202ff6bce223f0702f02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- a/drivers/net/phy/sfp.c
+++ b/drivers/net/phy/sfp.c
@@ -366,6 +366,10 @@ static const struct sfp_quirk sfp_quirks
 		.part = "HL-GSFP",
 		.fixup = sfp_fixup_halny_gsfp,
 	}, {
+		.vendor = "HG GENUINE",
+		.part = "MXPD-483II",
+		.modes = sfp_quirk_2500basex,
+	}, {
 		// Huawei MA5671A can operate at 2500base-X, but report 1.2GBd
 		// NRZ in their EEPROM
 		.vendor = "HUAWEI",