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 a6099f2 commit ddbf0e7Copy full SHA for ddbf0e7
drivers/net/phy/sfp.c
@@ -492,6 +492,9 @@ static const struct sfp_quirk sfp_quirks[] = {
492
SFP_QUIRK("ALCATELLUCENT", "3FE46541AA", sfp_quirk_2500basex,
493
sfp_fixup_nokia),
494
495
+ // FLYPRO SFP-10GT-CS-30M uses Rollball protocol to talk to the PHY.
496
+ SFP_QUIRK_F("FLYPRO", "SFP-10GT-CS-30M", sfp_fixup_rollball),
497
+
498
// Fiberstore SFP-10G-T doesn't identify as copper, uses the Rollball
499
// protocol to talk to the PHY and needs 4 sec wait before probing the
500
// PHY.
0 commit comments