Skip to content

Commit d2be6c4

Browse files
abajkgregkh
authored andcommitted
net: sfp: add quirk for FLYPRO copper SFP+ module
[ Upstream commit ddbf0e7 ] 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 <olek2@wp.pl> Reviewed-by: Russell King (Oracle) <rmk+kernel@armlinux.org.uk> Link: https://patch.msgid.link/20250831105910.3174-1-olek2@wp.pl Signed-off-by: Jakub Kicinski <kuba@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
1 parent 2368ce4 commit d2be6c4

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
@@ -491,6 +491,9 @@ static const struct sfp_quirk sfp_quirks[] = {
491491
SFP_QUIRK("ALCATELLUCENT", "3FE46541AA", sfp_quirk_2500basex,
492492
sfp_fixup_nokia),
493493

494+
// FLYPRO SFP-10GT-CS-30M uses Rollball protocol to talk to the PHY.
495+
SFP_QUIRK_F("FLYPRO", "SFP-10GT-CS-30M", sfp_fixup_rollball),
496+
494497
// Fiberstore SFP-10G-T doesn't identify as copper, uses the Rollball
495498
// protocol to talk to the PHY and needs 4 sec wait before probing the
496499
// PHY.

0 commit comments

Comments
 (0)