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 459e568 commit 0616792Copy full SHA for 0616792
drivers/net/phy/sfp-bus.c
@@ -74,6 +74,12 @@ static const struct sfp_quirk sfp_quirks[] = {
74
.vendor = "HUAWEI",
75
.part = "MA5671A",
76
.modes = sfp_quirk_2500basex,
77
+ }, {
78
+ // Lantech 8330-262D-E can operate at 2500base-X, but
79
+ // incorrectly report 2500MBd NRZ in their EEPROM
80
+ .vendor = "Lantech",
81
+ .part = "8330-262D-E",
82
+ .modes = sfp_quirk_2500basex,
83
}, {
84
.vendor = "UBNT",
85
.part = "UF-INSTANT",
0 commit comments