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 fa85b01 commit 2f037b2Copy full SHA for 2f037b2
drivers/net/phy/sfp.c
@@ -482,6 +482,9 @@ static const struct sfp_quirk sfp_quirks[] = {
482
SFP_QUIRK_F("Walsun", "HXSX-ATRC-1", sfp_fixup_fs_10gt),
483
SFP_QUIRK_F("Walsun", "HXSX-ATRI-1", sfp_fixup_fs_10gt),
484
485
+ // OEM SFP-GE-T is a 1000Base-T module with broken TX_FAULT indicator
486
+ SFP_QUIRK_F("OEM", "SFP-GE-T", sfp_fixup_ignore_tx_fault),
487
+
488
SFP_QUIRK_F("OEM", "SFP-10G-T", sfp_fixup_rollball_cc),
489
SFP_QUIRK_M("OEM", "SFP-2.5G-T", sfp_quirk_oem_2_5g),
490
SFP_QUIRK_F("OEM", "RTSFP-10", sfp_fixup_rollball_cc),
0 commit comments