We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2584024 commit ad651d6Copy full SHA for ad651d6
drivers/net/phy/sfp.c
@@ -387,6 +387,10 @@ static const struct sfp_quirk sfp_quirks[] = {
387
388
SFP_QUIRK_F("HALNy", "HL-GSFP", sfp_fixup_halny_gsfp),
389
390
+ // HG MXPD-483II-F 2.5G supports 2500Base-X, but incorrectly reports
391
+ // 2600MBd in their EERPOM
392
+ SFP_QUIRK_M("HG GENUINE", "MXPD-483II", sfp_quirk_2500basex),
393
+
394
// Huawei MA5671A can operate at 2500base-X, but report 1.2GBd NRZ in
395
// their EEPROM
396
SFP_QUIRK("HUAWEI", "MA5671A", sfp_quirk_2500basex,
0 commit comments