Skip to content

Commit ddbf0e7

Browse files
abajkkuba-moo
authored andcommitted
net: sfp: add quirk for FLYPRO copper SFP+ module
Add quirk for a copper SFP that identifies itself as "FLYPRO" "SFP-10GT-CS-30M". It uses RollBall protocol to talk to the PHY. Signed-off-by: Aleksander Jan Bajkowski <[email protected]> Reviewed-by: Russell King (Oracle) <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent a6099f2 commit ddbf0e7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

drivers/net/phy/sfp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -492,6 +492,9 @@ static const struct sfp_quirk sfp_quirks[] = {
492492
SFP_QUIRK("ALCATELLUCENT", "3FE46541AA", sfp_quirk_2500basex,
493493
sfp_fixup_nokia),
494494

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+
495498
// Fiberstore SFP-10G-T doesn't identify as copper, uses the Rollball
496499
// protocol to talk to the PHY and needs 4 sec wait before probing the
497500
// PHY.

0 commit comments

Comments
 (0)